Class NIOServerConnector

java.lang.Object
org.nustaq.kontraktor.asyncio.AsyncServerSocket
org.nustaq.kontraktor.remoting.tcp.NIOServerConnector
All Implemented Interfaces:
ActorServerConnector

public class NIOServerConnector extends AsyncServerSocket implements ActorServerConnector
Created by ruedi on 10/05/15. Publishes an actor as a server using non-blocking IO backed TCP. The number of threads does not increase with the number of clients.