public abstract static class HTTP2Flusher.Entry extends Callback.Nested
Callback.Adapter, Callback.Nested, Callback.NonBlocking| Modifier and Type | Field and Description |
|---|---|
protected Frame |
frame |
protected IStream |
stream |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(Frame frame,
IStream stream,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
int |
dataRemaining() |
void |
failed(Throwable x) |
Throwable |
generate(ByteBufferPool.Lease lease) |
boolean |
isProtocol() |
void |
reset() |
String |
toString() |
isNonBlocking, succeededpublic int dataRemaining()
public Throwable generate(ByteBufferPool.Lease lease)
public void reset()
public void failed(Throwable x)
failed in interface Callbackfailed in class Callback.Nestedpublic boolean isProtocol()
Copyright © 1995–2017 Webtide. All rights reserved.