org.eclipse.jetty.util.component.Dumpablepublic class HTTP2Flusher
extends org.eclipse.jetty.util.IteratingCallback
implements org.eclipse.jetty.util.component.Dumpable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HTTP2Flusher.Entry |
org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Nested| Constructor | Description |
|---|---|
HTTP2Flusher(HTTP2Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
append(HTTP2Flusher.Entry entry) |
|
java.lang.String |
dump() |
|
void |
dump(java.lang.Appendable out,
java.lang.String indent) |
|
int |
getFrameQueueSize() |
|
protected void |
onCompleteFailure(java.lang.Throwable x) |
|
protected void |
onCompleteSuccess() |
|
boolean |
prepend(HTTP2Flusher.Entry entry) |
|
protected org.eclipse.jetty.util.IteratingCallback.Action |
process() |
|
void |
succeeded() |
|
java.lang.String |
toString() |
|
void |
window(IStream stream,
WindowUpdateFrame frame) |
getInvocationType, getInvocationType, invokeNonBlocking, isNonBlockingInvocationpublic HTTP2Flusher(HTTP2Session session)
public void window(IStream stream, WindowUpdateFrame frame)
public boolean prepend(HTTP2Flusher.Entry entry)
public boolean append(HTTP2Flusher.Entry entry)
public int getFrameQueueSize()
protected org.eclipse.jetty.util.IteratingCallback.Action process()
throws java.lang.Throwable
process in class org.eclipse.jetty.util.IteratingCallbackjava.lang.Throwablepublic void succeeded()
succeeded in class org.eclipse.jetty.util.IteratingCallbackprotected void onCompleteSuccess()
onCompleteSuccess in class org.eclipse.jetty.util.IteratingCallbackprotected void onCompleteFailure(java.lang.Throwable x)
onCompleteFailure in class org.eclipse.jetty.util.IteratingCallbackpublic java.lang.String dump()
dump in interface org.eclipse.jetty.util.component.Dumpablepublic void dump(java.lang.Appendable out,
java.lang.String indent)
throws java.io.IOException
dump in interface org.eclipse.jetty.util.component.Dumpablejava.io.IOExceptionpublic java.lang.String toString()
toString in class org.eclipse.jetty.util.IteratingCallbackCopyright © 1995–2018 Webtide. All rights reserved.