public interface WriteRequest
IoSession.write(Object).| Modifier and Type | Method and 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()
null for the default destinationboolean isEncoded()
Copyright © 2004–2025 Apache MINA Project. All rights reserved.