|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOProcessor | |
---|---|
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 | |
---|---|
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 | |
---|---|
IOProcessor |
HttpFactory.newRequestConnectionListener(int port,
HttpConnectionManager manager,
org.apache.http.params.HttpParams params)
Create the listener for request connections |
Methods in org.apache.axis2.transport.http.server with parameters of type IOProcessor | |
---|---|
void |
IOProcessorCallback.completed(IOProcessor processor)
|
boolean |
DefaultConnectionListenerFailureHandler.failed(IOProcessor connectionListener,
java.lang.Throwable cause)
Default behavior is to log a warning and attempt retry per constructor config, eventually failing with a logged error and notification. |
boolean |
ConnectionListenerFailureHandler.failed(IOProcessor connectionListener,
java.lang.Throwable cause)
The associated connection listener IOProcessor has failed |
void |
DefaultConnectionListenerFailureHandler.notifyAbnormalTermination(IOProcessor connectionListener,
java.lang.String message,
java.lang.Throwable cause)
Default bevarior is to log the error. |
void |
ConnectionListenerFailureHandler.notifyAbnormalTermination(IOProcessor connectionListener,
java.lang.String message,
java.lang.Throwable cause)
The associated connection listener IOProcessor is terminating abnormally |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |