C D H O R

C

ConnectionHandler - interface org.apache.avalon.cornerstone.services.connection.ConnectionHandler.
This interface is the way in which incoming connections are processed.
ConnectionHandlerFactory - interface org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory.
This interface is the way in which handlers are created.
ConnectionManager - interface org.apache.avalon.cornerstone.services.connection.ConnectionManager.
This is the service through which ConnectionManagement occurs.
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.
createConnectionHandler() - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory
Construct an appropriate ConnectionHandler.

D

disconnect(String) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
This shuts down all handlers and socket, waiting for each to gracefully shutdown.
disconnect(String, boolean) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
This shuts down all handlers and socket.

H

handleConnection(Socket) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandler
Processes connections as they occur.

O

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

R

ROLE - Static variable in interface org.apache.avalon.cornerstone.services.connection.ConnectionManager
 
releaseConnectionHandler(ConnectionHandler) - Method in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory
Release a previously created ConnectionHandler.

C D H O R

Copyright © {inceptionYear}-2007 Apache Software Foundation. All Rights Reserved.