示例#1
0
 public TcpServer(int port, TcpConnectionFactory connectionFactory)
 {
     this.port = port;
     this.connectionFactory = connectionFactory;
 }
示例#2
0
 public TcpServer(int port, TcpConnectionFactory connectionFactory)
 {
     this.port = port;
     this.connectionFactory = connectionFactory;
 }