Package | Description |
---|---|
org.apache.axis2.transport.http.server |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionListener |
class |
HttpServiceProcessor
I/O processor intended to process requests and fill in responses.
|
Modifier and Type | Method and Description |
---|---|
IOProcessor |
HttpFactory.newRequestConnectionListener(int port,
HttpConnectionManager manager,
org.apache.http.params.HttpParams params)
Create the listener for request connections
|
Modifier and Type | Method and Description |
---|---|
void |
IOProcessorCallback.completed(IOProcessor processor) |
boolean |
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.
|
boolean |
ConnectionListenerFailureHandler.failed(IOProcessor connectionListener,
Throwable cause)
The associated connection listener IOProcessor has failed
|
void |
DefaultConnectionListenerFailureHandler.notifyAbnormalTermination(IOProcessor connectionListener,
String message,
Throwable cause)
Default bevarior is to log the error.
|
void |
ConnectionListenerFailureHandler.notifyAbnormalTermination(IOProcessor connectionListener,
String message,
Throwable cause)
The associated connection listener IOProcessor is terminating abnormally
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.