Class TcpServer.Acceptor

java.lang.Object
org.jgroups.blocks.cs.TcpServer.Acceptor
All Implemented Interfaces:
Runnable
Enclosing class:
TcpServer

protected class TcpServer.Acceptor extends Object implements Runnable
Acceptor thread. Continuously accepts new connections, creating a new thread for each new connection and putting it in conns. When the thread should stop, it is interrupted by the thread creator
  • Constructor Details

    • Acceptor

      protected Acceptor()
  • Method Details