- connect(String, ServerSocket, ConnectionHandlerFactory, ThreadPool) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
-
Start managing a connection.
- connect(String, ServerSocket, ConnectionHandlerFactory) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
-
Start managing a connection.
- ConnectionHandler - Interface in org.apache.avalon.cornerstone.services.connection
-
This interface is the way in which incoming connections are processed.
- ConnectionHandlerFactory - Interface in org.apache.avalon.cornerstone.services.connection
-
This interface is the way in which handlers are created.
- ConnectionManager - Interface in org.apache.avalon.cornerstone.services.connection
-
This is the service through which ConnectionManagement occurs.
- createConnectionHandler() - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory
-
Construct an appropriate ConnectionHandler.