AbstractFlowControlStrategy, BufferingFlowControlStrategy, SimpleFlowControlStrategypublic interface FlowControlStrategy
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
FlowControlStrategy.Factory |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_WINDOW_SIZE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onDataConsumed(ISession session,
IStream stream,
int length) |
|
void |
onDataReceived(ISession session,
IStream stream,
int length) |
|
void |
onDataSending(IStream stream,
int length) |
|
void |
onDataSent(IStream stream,
int length) |
|
void |
onStreamCreated(IStream stream) |
|
void |
onStreamDestroyed(IStream stream) |
|
void |
onWindowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
|
void |
updateInitialStreamWindow(ISession session,
int initialStreamWindow,
boolean local) |
|
void |
windowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
static final int DEFAULT_WINDOW_SIZE
void onStreamCreated(IStream stream)
void onStreamDestroyed(IStream stream)
void updateInitialStreamWindow(ISession session, int initialStreamWindow, boolean local)
void onWindowUpdate(ISession session, IStream stream, WindowUpdateFrame frame)
void windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame)
void onDataSending(IStream stream, int length)
void onDataSent(IStream stream, int length)
Copyright © 1995–2018 Webtide. All rights reserved.