public class HTTP2Flusher extends IteratingCallback implements Dumpable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HTTP2Flusher.Entry |
Callback.Completable, Callback.NestedInvocable.InvocationTypeIteratingCallback.Action__nonBlocking| 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 IteratingCallback.Action |
process() |
|
void |
succeeded() |
|
java.lang.String |
toString() |
|
void |
window(IStream stream,
WindowUpdateFrame frame) |
getInvocationType, getInvocationType, invokeNonBlocking, isNonBlockingInvocationclose, failed, isClosed, isFailed, isSucceeded, iterate, resetpublic 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 IteratingCallback.Action process() throws java.lang.Throwable
process in class IteratingCallbackjava.lang.Throwablepublic void succeeded()
succeeded in interface Callbacksucceeded in class IteratingCallbackprotected void onCompleteSuccess()
onCompleteSuccess in class IteratingCallbackprotected void onCompleteFailure(java.lang.Throwable x)
onCompleteFailure in class IteratingCallbackpublic void dump(java.lang.Appendable out,
java.lang.String indent)
throws java.io.IOException
public java.lang.String toString()
toString in class IteratingCallbackCopyright © 1995–2018 Webtide. All rights reserved.