C D H O R

C

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.

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

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

C D H O R

Copyright © 2012 The Apache Software Foundation. All Rights Reserved.