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 |
|---|---|---|
void |
failed(java.lang.Throwable x) |
|
protected abstract boolean |
generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease) |
|
int |
getDataBytesRemaining() |
|
abstract int |
getFrameBytesGenerated() |
|
abstract long |
onFlushed(long bytes) |
|
java.lang.String |
toString() |
getCallback, getInvocationType, succeededpublic abstract int getFrameBytesGenerated()
public int getDataBytesRemaining()
protected abstract boolean generate(org.eclipse.jetty.io.ByteBufferPool.Lease lease)
public abstract long onFlushed(long bytes)
throws java.io.IOException
java.io.IOExceptionpublic void failed(java.lang.Throwable x)
failed in class org.eclipse.jetty.util.Callback.Nestedpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2018 Webtide. All rights reserved.