Uses of Interface
org.apache.axis2.transport.http.server.IOProcessor
Packages that use IOProcessor
-
Uses of IOProcessor in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement IOProcessorModifier and TypeClassDescriptionclassclassI/O processor intended to process requests and fill in responses.Methods in org.apache.axis2.transport.http.server that return IOProcessorModifier and TypeMethodDescriptionHttpFactory.newRequestConnectionListener(String scheme, int port, HttpConnectionManager manager, org.apache.hc.core5.http.config.Http1Config http1Config, org.apache.hc.core5.http.io.SocketConfig socketConfig) Create the listener for request connectionsMethods in org.apache.axis2.transport.http.server with parameters of type IOProcessorModifier and TypeMethodDescriptionvoidIOProcessorCallback.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.