Uses of Interface
org.apache.axis2.transport.http.server.HttpConnectionManager
Packages that use HttpConnectionManager
-
Uses of HttpConnectionManager in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement HttpConnectionManagerMethods in org.apache.axis2.transport.http.server that return HttpConnectionManagerModifier and TypeMethodDescriptionHttpFactory.newRequestConnectionManager(ExecutorService requestExecutor, WorkerFactory workerFactory, org.apache.hc.core5.http.config.Http1Config h1Config) Create the connection manager used to launch request threadsMethods in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManagerModifier and TypeMethodDescriptionHttpFactory.newRequestConnectionListener(String scheme, int port, HttpConnectionManager manager, org.apache.hc.core5.http.config.Http1Config http1Config, org.apache.hc.core5.http.io.SocketConfig socketConfig) Create the listener for request connectionsConstructors in org.apache.axis2.transport.http.server with parameters of type HttpConnectionManagerModifierConstructorDescriptionDefaultConnectionListener(String scheme, int port, HttpConnectionManager connmanager, ConnectionListenerFailureHandler failureHandler, org.apache.hc.core5.http.config.Http1Config http1Config, org.apache.hc.core5.http.io.SocketConfig socketConfig) Use this constructor to provide a custom ConnectionListenerFailureHandler, e.g. by subclassing DefaultConnectionListenerFailureHandler