public interface ConnectionWithWriteLogging extends Connection
Modifier and Type | Method and Description |
---|---|
void |
addWriteLogStream(OutputStream logStream) |
bytesAvailable, close, getConnectionReestablisher, getMaxTimeoutForRead, getSimpleConnectionName, getTimeToWaitForMoreData, isConnected, open, read, read, readChar, sendAndWaitForResponse, sendAndWaitForResponse, sendAndWaitForValidResponse, sendAndWaitForValidResponse, setMaxTimeoutForRead, setTimeToWaitForMoreData, toString, waitForData, write, write, write
void addWriteLogStream(OutputStream logStream)
logStream
- log all write data to this stream.
© 2016 ZIH Corp. All Rights Reserved.