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 class
DefaultConnectionListener
class
HttpServiceProcessor
I/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 IOProcessor
HttpFactory. 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 void
IOProcessorCallback. completed(IOProcessor processor)
boolean
ConnectionListenerFailureHandler. failed(IOProcessor connectionListener, Throwable cause)
The associated connection listener IOProcessor has failedboolean
DefaultConnectionListenerFailureHandler. 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.void
ConnectionListenerFailureHandler. notifyAbnormalTermination(IOProcessor connectionListener, String message, Throwable cause)
The associated connection listener IOProcessor is terminating abnormallyvoid
DefaultConnectionListenerFailureHandler. notifyAbnormalTermination(IOProcessor connectionListener, String message, Throwable cause)
Default bevarior is to log the error.
-