| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.connect(java.lang.String name,
java.net.ServerSocket socket,
ConnectionHandlerFactory handlerFactory)
Start managing a connection.
|
void |
ConnectionManager.connect(java.lang.String name,
java.net.ServerSocket socket,
ConnectionHandlerFactory handlerFactory,
org.apache.excalibur.thread.ThreadPool threadPool)
Start managing a connection.
|