public abstract static class HTTP2Flusher.Entry
extends org.eclipse.jetty.util.Callback.Nested
| Modifier and Type | Field and Description |
|---|---|
protected Frame |
frame |
protected IStream |
stream |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(Frame frame,
IStream stream,
org.eclipse.jetty.util.Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
int |
dataRemaining() |
void |
failed(java.lang.Throwable x) |
java.lang.Throwable |
generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease) |
boolean |
isProtocol() |
void |
reset() |
java.lang.String |
toString() |
public int dataRemaining()
public java.lang.Throwable generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)
public void reset()
public void failed(java.lang.Throwable x)
failed in interface org.eclipse.jetty.util.Callbackfailed in class org.eclipse.jetty.util.Callback.Nestedpublic boolean isProtocol()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2019 Webtide. All rights reserved.