Uses of Interface
org.apache.axis2.transport.http.server.IOProcessor
-
Packages that use IOProcessor Package Description org.apache.axis2.transport.http.server -
-
Uses of IOProcessor in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement IOProcessor Modifier and Type Class Description classDefaultConnectionListenerclassHttpServiceProcessorI/O processor intended to process requests and fill in responses.Methods in org.apache.axis2.transport.http.server that return IOProcessor Modifier and Type Method Description IOProcessorHttpFactory. newRequestConnectionListener(int port, HttpConnectionManager manager, org.apache.http.params.HttpParams params)Create the listener for request connectionsMethods in org.apache.axis2.transport.http.server with parameters of type IOProcessor Modifier and Type Method Description voidIOProcessorCallback. completed(IOProcessor processor)booleanConnectionListenerFailureHandler. failed(IOProcessor connectionListener, Throwable cause)The associated connection listener IOProcessor has failedbooleanDefaultConnectionListenerFailureHandler. failed(IOProcessor connectionListener, Throwable cause)Default behavior is to log a warning and attempt retry per constructor config, eventually failing with a logged error and notification.voidConnectionListenerFailureHandler. notifyAbnormalTermination(IOProcessor connectionListener, String message, Throwable cause)The associated connection listener IOProcessor is terminating abnormallyvoidDefaultConnectionListenerFailureHandler. notifyAbnormalTermination(IOProcessor connectionListener, String message, Throwable cause)Default bevarior is to log the error.
-