public class HTTP2Flusher
extends org.eclipse.jetty.util.IteratingCallback
| 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) |
|
int |
getQueueSize() |
|
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() |
|
void |
window(IStream stream,
WindowUpdateFrame frame) |
asPreferred, getInvocationType, getInvocationType, invokeNonBlocking, invokePreferNonBlocking, invokePreferred, 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 getQueueSize()
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.IteratingCallbackCopyright © 1995–2018 Webtide. All rights reserved.