Class NotifyingRequestListeners
java.lang.Object
org.eclipse.jetty.client.RequestListeners
org.eclipse.jetty.client.internal.NotifyingRequestListeners
- All Implemented Interfaces:
Dumpable
An extension of RequestListeners
that can notify request events.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyBegin
(Request request) void
notifyCommit
(Request request) void
notifyContent
(Request request, ByteBuffer byteBuffer) void
notifyFailure
(Request request, Throwable failure) void
notifyHeaders
(Request request) void
notifyQueued
(Request request) void
notifySuccess
(Request request) Methods inherited from class org.eclipse.jetty.client.RequestListeners
addBeginListener, addCommitListener, addContentListener, addFailureListener, addHeadersListener, addListener, addQueuedListener, addSuccessListener, clear, dump, getBeginListener, getCommitListener, getContentListener, getFailureListener, getHeadersListener, getQueuedListener, getSuccessListener, notifyBegin, notifyCommit, notifyContent, notifyFailure, notifyHeaders, notifyQueued, notifySuccess, removeBeginListener, removeCommitListener, removeContentListener, removeFailureListener, removeHeadersListener, removeListener, removeQueuedListener, removeSuccessListener
-
Constructor Details
-
NotifyingRequestListeners
public NotifyingRequestListeners()
-
-
Method Details
-
notifyQueued
-
notifyBegin
-
notifyHeaders
-
notifyCommit
-
notifyContent
-
notifySuccess
-
notifyFailure
-