void |
SimpleFlowControlStrategy.onDataConsumed(SessionSPI session,
StreamSPI stream,
int length) |
void |
FlowControlStrategy.onDataConsumed(SessionSPI session,
StreamSPI stream,
int length) |
void |
BufferingFlowControlStrategy.onDataConsumed(SessionSPI session,
StreamSPI stream,
int length) |
void |
FlowControlStrategy.onDataReceived(SessionSPI session,
StreamSPI stream,
int length) |
void |
AbstractFlowControlStrategy.onDataReceived(SessionSPI session,
StreamSPI stream,
int length) |
protected void |
AbstractFlowControlStrategy.onSessionStalled(SessionSPI session) |
protected void |
AbstractFlowControlStrategy.onSessionUnstalled(SessionSPI session) |
void |
FlowControlStrategy.onWindowUpdate(SessionSPI session,
StreamSPI stream,
WindowUpdateFrame frame) |
void |
AbstractFlowControlStrategy.onWindowUpdate(SessionSPI session,
StreamSPI stream,
WindowUpdateFrame frame) |
void |
FlowControlStrategy.updateInitialStreamWindow(SessionSPI session,
int initialStreamWindow,
boolean local) |
void |
AbstractFlowControlStrategy.updateInitialStreamWindow(SessionSPI session,
int initialStreamWindow,
boolean local) |
void |
FlowControlStrategy.windowUpdate(SessionSPI session,
StreamSPI stream,
WindowUpdateFrame frame) |
void |
BufferingFlowControlStrategy.windowUpdate(SessionSPI session,
StreamSPI stream,
WindowUpdateFrame frame) |
void |
AbstractFlowControlStrategy.windowUpdate(SessionSPI session,
StreamSPI stream,
WindowUpdateFrame frame) |