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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |