Package org.eclipse.jetty.http2
Class HTTP2Flusher.Entry
java.lang.Object
org.eclipse.jetty.util.Callback.Completing
org.eclipse.jetty.util.Callback.Nested
org.eclipse.jetty.http2.HTTP2Flusher.Entry
- Enclosing class:
- HTTP2Flusher
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task -
Field Summary
FieldsFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback invoked when the operation fails.protected abstract booleangenerate(ByteBufferPool.Lease lease) intabstract intabstract longonFlushed(long bytes) toString()Methods inherited from class org.eclipse.jetty.util.Callback.Nested
getCallback, getInvocationType, succeededMethods inherited from class org.eclipse.jetty.util.Callback.Completing
completedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Callback
completeWith
-
Field Details
-
frame
-
stream
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getFrameBytesGenerated
public abstract int getFrameBytesGenerated() -
getDataBytesRemaining
public int getDataBytesRemaining() -
generate
- Throws:
HpackException
-
onFlushed
- Throws:
IOException
-
failed
Description copied from interface:CallbackCallback invoked when the operation fails.
- Specified by:
failedin interfaceCallback- Overrides:
failedin classCallback.Nested- Parameters:
x- the reason for the operation failure
-
toString
-