Package org.apache.catalina.tribes.transport.nio
-
Interface Summary Interface Description NioReceiverMBean MBean interface for NIO receiver management.PooledParallelSenderMBean MBean interface for monitoring a PooledParallelSender. -
Class Summary Class Description NioReceiver NIO-based receiver for cluster communication.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.ParallelNioSender A sender that sends messages to multiple members in parallel using NIO.PooledParallelSender A pooled sender that usesParallelNioSenderinstances for parallel message delivery.