Uses of Interface
org.apache.axis2.transport.http.server.HttpConnectionManager
-
Packages that use HttpConnectionManager Package Description org.apache.axis2.transport.http.server -
-
Uses of HttpConnectionManager in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement HttpConnectionManager Modifier and Type Class Description class
DefaultHttpConnectionManager
Methods in org.apache.axis2.transport.http.server that return HttpConnectionManager Modifier and Type Method Description HttpConnectionManager
HttpFactory. newRequestConnectionManager(ExecutorService requestExecutor, WorkerFactory workerFactory, org.apache.http.params.HttpParams params)
Create the connection manager used to launch request threadsMethods in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManager Modifier and Type Method Description IOProcessor
HttpFactory. newRequestConnectionListener(int port, HttpConnectionManager manager, org.apache.http.params.HttpParams params)
Create the listener for request connectionsConstructors in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManager Constructor Description DefaultConnectionListener(int port, HttpConnectionManager connmanager, ConnectionListenerFailureHandler failureHandler, org.apache.http.params.HttpParams params)
Use this constructor to provide a custom ConnectionListenerFailureHandler, e.g. by subclassing DefaultConnectionListenerFailureHandler
-