public interface WriteRequest
IoSession.write(Object)
.限定符和类型 | 方法和说明 |
---|---|
java.net.SocketAddress |
getDestination()
Returns the destination of this write request.
|
WriteFuture |
getFuture() |
java.lang.Object |
getMessage() |
WriteRequest |
getOriginalRequest() |
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()