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(Throwable x) |
Throwable |
generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease) |
boolean |
isProtocol() |
void |
reset() |
String |
toString() |
public int dataRemaining()
public Throwable generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)
public void reset()
public void failed(Throwable x)
failed in interface org.eclipse.jetty.util.Callbackfailed in class org.eclipse.jetty.util.Callback.Nestedpublic boolean isProtocol()
Copyright © 1995–2021 Webtide. All rights reserved.