Uses of Interface
org.apache.axis2.transport.http.server.ConnectionListenerFailureHandler

Packages that use ConnectionListenerFailureHandler
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
 class DefaultConnectionListenerFailureHandler
          Default hander for failures in connection listener IOProcessors.
 

Constructors in org.apache.axis2.transport.http.server with parameters of type ConnectionListenerFailureHandler
DefaultConnectionListener(int port, HttpConnectionFactory connfactory, HttpConnectionManager connmanager, ConnectionListenerFailureHandler failureHandler)
          Use this constructor to provide a custom ConnectionListenerFailureHandler, e.g. by subclassing DefaultConnectionListenerFailureHandler