public abstract static class HTTP2Flusher.Entry extends Callback.Nested
Callback.Completable, Callback.NestedInvocable.InvocationType| Modifier and Type | Field and Description |
|---|---|
protected Frame |
frame |
protected IStream |
stream |
__nonBlocking| Modifier | Constructor and Description |
|---|---|
protected |
Entry(Frame frame,
IStream stream,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
failed(java.lang.Throwable x)
Callback invoked when the operation fails.
|
protected abstract boolean |
generate(ByteBufferPool.Lease lease) |
int |
getDataBytesRemaining() |
abstract int |
getFrameBytesRemaining() |
abstract void |
onFrameBytesFlushed(int bytesFlushed) |
java.lang.String |
toString() |
getCallback, getInvocationType, succeededclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInvocationType, invokeNonBlocking, isNonBlockingInvocationpublic abstract int getFrameBytesRemaining()
public abstract void onFrameBytesFlushed(int bytesFlushed)
public int getDataBytesRemaining()
protected abstract boolean generate(ByteBufferPool.Lease lease)
public void failed(java.lang.Throwable x)
CallbackCallback invoked when the operation fails.
failed in interface Callbackfailed in class Callback.Nestedx - the reason for the operation failurepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2019 Webtide. All rights reserved.