TcpSocket.this

this(AddressFamily family)

Constructs a blocking TCP Socket.

this()

Constructs a blocking IPv4 TCP Socket.

this(Address connectTo)

Constructs a blocking TCP Socket and connects to the given Address.