public abstract static class HTTP2Flusher.Entry
extends org.eclipse.jetty.util.Callback.Nested
| Modifier and Type | Field | Description |
|---|---|---|
protected Frame |
frame |
|
protected IStream |
stream |
| Modifier | Constructor | Description |
|---|---|---|
protected |
Entry(Frame frame,
IStream stream,
org.eclipse.jetty.util.Callback callback) |
| Modifier and Type | Method | 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 class org.eclipse.jetty.util.Callback.Nestedpublic boolean isProtocol()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2018 Webtide. All rights reserved.