Esempio n. 1
0
 public TCPServerSocket(TcpChannel channel, Server server) {
   super(channel, server.getEventLoop());
   this.server = server;
 }