public interface IOutputConnectionHandler extends IAbstractConnectionHandler
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush the data.
|
IFuture<java.lang.Void> |
send(byte[] dat)
Called from connection.
|
IFuture<java.lang.Integer> |
waitForReady()
Wait until the connection is ready for the next write.
|
doClose, getNonFunctionalProperties, notifyInited, sendInit, setConnection
IFuture<java.lang.Void> send(byte[] dat)
IFuture<java.lang.Integer> waitForReady()
void flush()