SocketServer.this

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

  1. this()
  2. this(bool datagram)
  3. this(Socket[] sockets)
    class SocketServer
    this
    (
    Socket[] sockets...
    )

Meta