Javax.Net.ServerSocketFactory: Method Members

The methods of Javax.Net.ServerSocketFactory are listed below. For a list of all members, see the ServerSocketFactory Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

CreateServerSocket() : Java.Net.ServerSocket
Creates a new server socket which is not bound to any local address.
abstract
CreateServerSocket(int) : Java.Net.ServerSocket
Creates a new server socket which is bound to the given port with a maximum backlog of 50 unaccepted connections.
abstract
CreateServerSocket(int, int) : Java.Net.ServerSocket
Creates a new server socket which is bound to the given port and configures its maximum of queued connections.
abstract
CreateServerSocket(int, int, Java.Net.InetAddress) : Java.Net.ServerSocket
Creates a new server socket which is bound to the given address on the specified port and configures its maximum of queued connections.