Exemple #1
0
 public void onAccept(TCPServerLoop l, ServerSocketChannel ssc, SocketChannel sc) {
   l.createTCPClient(new Client(), sc);
 }