TcpServer.this

Creates a TcpServer with the given sockets. The sockets must have already had bind and listen called on them.

  1. this()
  2. this(Socket[] sockets)
    class TcpServer
    this
    (
    Socket[] sockets...
    )

Meta