Apache Tomcat 6.0.53

Package org.apache.catalina.tribes.transport.nio

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: Company:
PooledParallelSender Title: Description: Company:
 


Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.