DefaultWriteRequest, WriteRequestWrapperpublic interface WriteRequest
IoSession.write(Object).| Modifier and Type | Method | Description |
|---|---|---|
SocketAddress |
getDestination() |
Returns the destination of this write request.
|
WriteFuture |
getFuture() |
|
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.Object getMessage()
SocketAddress getDestination()
boolean isEncoded()
Copyright © 2004–2018 Apache MINA Project. All rights reserved.