public interface WriteRequest
IoSession.write(Object).| Modifier and Type | Method and Description |
|---|---|
java.net.SocketAddress |
getDestination()
Returns the destination of this write request.
|
WriteFuture |
getFuture()
Returns
WriteFuture that is associated with this write request. |
java.lang.Object |
getMessage()
Returns a message object to be written.
|
WriteRequest |
getOriginalRequest()
Returns the
WriteRequest which was requested originally,
which is not transformed by any IoFilter. |
boolean |
isEncoded()
Tells if the current message has been encoded
|
WriteRequest getOriginalRequest()
WriteRequest which was requested originally,
which is not transformed by any IoFilter.WriteFuture getFuture()
WriteFuture that is associated with this write request.java.lang.Object getMessage()
java.net.SocketAddress getDestination()
boolean isEncoded()