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