- createServerSocket(int) - Method in interface org.apache.avalon.cornerstone.services.sockets.ServerSocketFactory
-
Creates a socket on specified port.
- createServerSocket(int, int) - Method in interface org.apache.avalon.cornerstone.services.sockets.ServerSocketFactory
-
Creates a socket on specified port with a specified backLog.
- createServerSocket(int, int, InetAddress) - Method in interface org.apache.avalon.cornerstone.services.sockets.ServerSocketFactory
-
Creates a socket on a particular network interface on specified port
with a specified backLog.
- createSocket(InetAddress, int) - Method in interface org.apache.avalon.cornerstone.services.sockets.SocketFactory
-
Create a socket and connect to remote address specified.
- createSocket(InetAddress, int, InetAddress, int) - Method in interface org.apache.avalon.cornerstone.services.sockets.SocketFactory
-
Create a socket and connect to remote address specified
originating from specified local address.