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 HttpLogWriterIOExceptionpublic void writeRequest(Precorrelation<String> precorrelation) throws IOException
writeRequest in interface HttpLogWriterIOExceptionpublic void writeResponse(Correlation<String,String> correlation) throws IOException
writeResponse in interface HttpLogWriterIOExceptionCopyright © 2015–2017 Zalando SE. All rights reserved.