Class Summary |
NioReceiver |
|
NioReplicationTask |
A worker thread class which can drain channels and echo-back the input. |
NioSender |
This class is NOT thread safe and should never be used with more than one thread at a time
This is a state machine, handled by the process method
States are:
- NOT_CONNECTED -> connect() -> CONNECTED
- CONNECTED -> setMessage() -> READY TO WRITE
- READY_TO_WRITE -> write() -> READY TO WRITE | READY TO READ
- READY_TO_READ -> read() -> READY_TO_READ | TRANSFER_COMPLETE
- TRANSFER_COMPLETE -> CONNECTED |
ParallelNioSender |
Title:
Description:
Copyright: Copyright (c) 2005
Company: |
PooledParallelSender |
Title:
Description:
Copyright: Copyright (c) 2005
Company: |