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
CreateServerSocket()Creates a new server socket which is not bound to any local address. | ||
abstract | CreateServerSocket(int)Creates a new server socket which is bound to the given port with a maximum backlog of 50 unaccepted connections. | |
abstract | CreateServerSocket(int, int)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)Creates a new server socket which is bound to the given address on the specified port and configures its maximum of queued connections. |