Package org.eclipse.jetty.http2
Class HTTP2Flusher.Entry
- java.lang.Object
-
- org.eclipse.jetty.util.Callback.Nested
-
- org.eclipse.jetty.http2.HTTP2Flusher.Entry
-
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback
- Enclosing class:
- HTTP2Flusher
public abstract static class HTTP2Flusher.Entry extends org.eclipse.jetty.util.Callback.Nested
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdataRemaining()voidfailed(Throwable x)Throwablegenerate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)booleanisProtocol()voidreset()StringtoString()
-
-
-
Method Detail
-
dataRemaining
public int dataRemaining()
-
generate
public Throwable generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)
-
reset
public void reset()
-
failed
public void failed(Throwable x)
- Specified by:
failedin interfaceorg.eclipse.jetty.util.Callback- Overrides:
failedin classorg.eclipse.jetty.util.Callback.Nested
-
isProtocol
public boolean isProtocol()
-
-