public final class ChunkingHttpLogWriter extends Object implements HttpLogWriter
Constructor and Description |
---|
ChunkingHttpLogWriter(int size,
HttpLogWriter writer) |
Modifier and Type | Method and Description |
---|---|
boolean |
isActive(RawHttpRequest request) |
void |
writeRequest(Precorrelation<String> precorrelation) |
void |
writeResponse(Correlation<String,String> correlation) |
public ChunkingHttpLogWriter(int size, HttpLogWriter writer)
public boolean isActive(RawHttpRequest request) throws IOException
isActive
in interface HttpLogWriter
IOException
public void writeRequest(Precorrelation<String> precorrelation)
writeRequest
in interface HttpLogWriter
public void writeResponse(Correlation<String,String> correlation)
writeResponse
in interface HttpLogWriter
Copyright © 2015–2018 Zalando SE. All rights reserved.