public class HTTP2Flusher extends IteratingCallback
| Modifier and Type | Class and Description |
|---|---|
static class |
HTTP2Flusher.Entry |
IteratingCallback.ActionCallback.Completable, Callback.NestedInvocable.InvocableExecutor, Invocable.InvocationType__nonBlocking| Constructor and Description |
|---|
HTTP2Flusher(HTTP2Session session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
append(HTTP2Flusher.Entry entry) |
int |
getQueueSize() |
protected void |
onCompleteFailure(Throwable x) |
protected void |
onCompleteSuccess() |
boolean |
prepend(HTTP2Flusher.Entry entry) |
protected IteratingCallback.Action |
process() |
void |
succeeded() |
void |
window(IStream stream,
WindowUpdateFrame frame) |
close, failed, isClosed, isFailed, isSucceeded, iterate, reset, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPreferred, 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 IteratingCallback.Action process() throws Throwable
process in class IteratingCallbackThrowablepublic void succeeded()
succeeded in interface Callbacksucceeded in class IteratingCallbackprotected void onCompleteSuccess()
onCompleteSuccess in class IteratingCallbackprotected void onCompleteFailure(Throwable x)
onCompleteFailure in class IteratingCallbackCopyright © 1995–2017 Webtide. All rights reserved.