Java.Net.ServerSocket: Constructor Members

The constructors of Java.Net.ServerSocket are listed below. For a list of all members, see the ServerSocket Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new unbound ServerSocket.
Constructs a new ServerSocket instance bound to the given port.
Constructs a new ServerSocket instance bound to the given port.
Constructs a new ServerSocket instance bound to the given localAddress and port.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.