public final class StreamHttpLogWriter extends Object implements HttpLogWriter
| Constructor and Description |
|---|
StreamHttpLogWriter() |
StreamHttpLogWriter(PrintStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeRequest(Precorrelation<String> precorrelation) |
void |
writeResponse(Correlation<String,String> correlation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisActivepublic StreamHttpLogWriter()
public StreamHttpLogWriter(PrintStream stream)
public 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.