C G O R S

C

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.

G

getServerSocketFactory(String) - Method in interface org.apache.avalon.cornerstone.services.sockets.SocketManager
Retrieve a server socket factory by name.
getSocketFactory(String) - Method in interface org.apache.avalon.cornerstone.services.sockets.SocketManager
Retrieve a client socket factory by name.

O

org.apache.avalon.cornerstone.services.sockets - package org.apache.avalon.cornerstone.services.sockets
Defintion of the sockets service.

R

ROLE - Static variable in interface org.apache.avalon.cornerstone.services.sockets.SocketManager
 

S

ServerSocketFactory - Interface in org.apache.avalon.cornerstone.services.sockets
The interface used to create server sockets.
SocketFactory - Interface in org.apache.avalon.cornerstone.services.sockets
The interface used to create client sockets.
SocketManager - Interface in org.apache.avalon.cornerstone.services.sockets
Service to manager the socket factories.

C G O R S

Copyright © 2010 Apache Software Foundation. All Rights Reserved.