@Deprecated public static class HttpChannel.TransientListeners extends Object implements HttpChannel.Listener
AbstractConnector so that
the listeners obtained from HttpChannelHttpChannel.getTransientListeners()| Constructor and Description |
|---|
TransientListeners()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterDispatch(Request request)
Deprecated.
Invoked just after the application returns from the first invocation.
|
void |
onBeforeDispatch(Request request)
Deprecated.
Invoked just before calling the application.
|
void |
onComplete(Request request)
Deprecated.
Invoked when the request and response processing are complete.
|
void |
onDispatchFailure(Request request,
Throwable failure)
Deprecated.
Invoked when the application threw an exception.
|
void |
onRequestBegin(Request request)
Deprecated.
Invoked just after the HTTP request line and headers have been parsed.
|
void |
onRequestContent(Request request,
ByteBuffer content)
Deprecated.
Invoked every time a request content chunk has been parsed, just before
making it available to the application.
|
void |
onRequestContentEnd(Request request)
Deprecated.
Invoked when the end of the request content is detected.
|
void |
onRequestEnd(Request request)
Deprecated.
Invoked when the request has been fully parsed.
|
void |
onRequestFailure(Request request,
Throwable failure)
Deprecated.
Invoked when the request processing failed.
|
void |
onRequestTrailers(Request request)
Deprecated.
Invoked when the request trailers have been parsed.
|
void |
onResponseBegin(Request request)
Deprecated.
Invoked just before the response line is written to the network.
|
void |
onResponseCommit(Request request)
Deprecated.
Invoked just after the response is committed (that is, the response
line, headers and possibly some content have been written to the
network).
|
void |
onResponseContent(Request request,
ByteBuffer content)
Deprecated.
Invoked after a response content chunk has been written to the network.
|
void |
onResponseEnd(Request request)
Deprecated.
Invoked when the response has been fully written.
|
void |
onResponseFailure(Request request,
Throwable failure)
Deprecated.
Invoked when the response processing failed.
|
public void onRequestBegin(Request request)
HttpChannel.ListeneronRequestBegin in interface HttpChannel.Listenerrequest - the request objectpublic void onBeforeDispatch(Request request)
HttpChannel.ListeneronBeforeDispatch in interface HttpChannel.Listenerrequest - the request objectpublic void onDispatchFailure(Request request, Throwable failure)
HttpChannel.ListeneronDispatchFailure in interface HttpChannel.Listenerrequest - the request objectfailure - the exception thrown by the applicationpublic void onAfterDispatch(Request request)
HttpChannel.ListeneronAfterDispatch in interface HttpChannel.Listenerrequest - the request objectpublic void onRequestContent(Request request, ByteBuffer content)
HttpChannel.ListeneronRequestContent in interface HttpChannel.Listenerrequest - the request objectcontent - a slice of the request content chunkpublic void onRequestContentEnd(Request request)
HttpChannel.ListeneronRequestContentEnd in interface HttpChannel.Listenerrequest - the request objectpublic void onRequestTrailers(Request request)
HttpChannel.ListeneronRequestTrailers in interface HttpChannel.Listenerrequest - the request objectpublic void onRequestEnd(Request request)
HttpChannel.ListeneronRequestEnd in interface HttpChannel.Listenerrequest - the request objectpublic void onRequestFailure(Request request, Throwable failure)
HttpChannel.ListeneronRequestFailure in interface HttpChannel.Listenerrequest - the request objectfailure - the request failurepublic void onResponseBegin(Request request)
HttpChannel.ListeneronResponseBegin in interface HttpChannel.Listenerrequest - the request objectpublic void onResponseCommit(Request request)
HttpChannel.ListeneronResponseCommit in interface HttpChannel.Listenerrequest - the request objectpublic void onResponseContent(Request request, ByteBuffer content)
HttpChannel.ListeneronResponseContent in interface HttpChannel.Listenerrequest - the request objectcontent - a slice of the response content chunkpublic void onResponseEnd(Request request)
HttpChannel.ListeneronResponseEnd in interface HttpChannel.Listenerrequest - the request objectpublic void onResponseFailure(Request request, Throwable failure)
HttpChannel.ListeneronResponseFailure in interface HttpChannel.Listenerrequest - the request objectfailure - the response failurepublic void onComplete(Request request)
HttpChannel.ListeneronComplete in interface HttpChannel.Listenerrequest - the request objectCopyright © 2010 - 2020 Adobe. All Rights Reserved