public interface WriteRequest
IoSession.write(Object).| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
getDestination()
Returns the destination of this write request.
|
WriteFuture |
getFuture()
Returns
WriteFuture that is associated with this write request. |
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.Object getMessage()
SocketAddress getDestination()
boolean isEncoded()