Uses of Interface
org.apache.axis2.transport.http.server.ConnectionListenerFailureHandler
-
Packages that use ConnectionListenerFailureHandler Package Description org.apache.axis2.transport.http.server -
-
Uses of ConnectionListenerFailureHandler in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement ConnectionListenerFailureHandler Modifier and Type Class Description classDefaultConnectionListenerFailureHandlerDefault hander for failures in connection listener IOProcessors.Constructors in org.apache.axis2.transport.http.server with parameters of type ConnectionListenerFailureHandler 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
-