06-12-05 12:45 PM
Hi folks,
I added Future support to all MINA operations to trunk (0.9 stream) so that
users can choose to work asynchronously or synchronously.
Here are the list of Future types:
CloseFuture: Returned when IoSession.close() is invoked.
WriteFuture: Returned when IoSeesion.write() or ProtocolEncoderOutput.flush(
)
is invoked.
ConnectFuture: Returned when IoConnector.connec(...) is invoked.
Please note that some API had to change due to introduction of there future
types.
Hope this helps you.
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
[ Post a follow-up to this message ]
|