Пример #1
0
 /// <summary>
 ///     Create a new instance using the given <see cref="Socket"/>.
 /// </summary>
 public TcpServerSocketChannel(Socket socket)
     : base(null, socket)
 {
     this.config = new TcpServerSocketChannelConfig(this, socket);
 }
 /// <summary>
 /// Create a new instance using the given {@link Socket}.
 /// </summary>
 public TcpServerSocketChannel(Socket socket)
     : base(null, socket)
 {
     this.config = new TcpServerSocketChannelConfig(this, socket);
 }