Class HttpSenderOverHTTP.ByteBufferRecyclerCallback
java.lang.Object
org.eclipse.jetty.util.Callback.Completing
org.eclipse.jetty.util.Callback.Nested
org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
- Enclosing class:
HttpSenderOverHTTP
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
FieldsFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateByteBufferRecyclerCallback(Callback callback, ByteBufferPool pool, ByteBuffer... buffers) -
Method Summary
Methods inherited from class Callback.Nested
getCallback, getInvocationTypeMethods inherited from class Callback.Completing
completed
-
Field Details
-
pool
-
buffers
-
-
Constructor Details
-
ByteBufferRecyclerCallback
-
-
Method Details
-
succeeded
public void succeeded()Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- Overrides:
succeededin classCallback.Nested- See Also:
-
failed
-