org.jacorb.orb.factory
public interface ServerSocketFactory
Version: $Id: ServerSocketFactory.java,v 1.10 2006/06/30 11:09:13 alphonse.bendt Exp $
Method Summary | |
---|---|
ServerSocket | createServerSocket(int port) |
ServerSocket | createServerSocket(int port, int backlog)
Returns a server socket which uses all network interfaces on
the host, and is bound to the specified port.
|
ServerSocket | createServerSocket(int port, int backlog, InetAddress ifAddress)
Returns a server socket which uses all network interfaces on
the host, is bound to a the specified port, and uses the
specified connection backlog. |
Parameters: port - the port to listen to backlog - how many connections are queued
Throws: IOException - for networking errors
Parameters: port - the port to listen to backlog - how many connections are queued
Throws: IOException - for networking errors