AbstractFlowControlStrategy

Undocumented in source.

Constructors

this
this(int initialStreamSendWindow)
Undocumented in source.

Members

Functions

getInitialStreamRecvWindow
int getInitialStreamRecvWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
getInitialStreamSendWindow
int getInitialStreamSendWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionStallTime
long getSessionStallTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getStreamsStallTime
long getStreamsStallTime()
Undocumented in source. Be warned that the author may not have intended to support it.
onDataConsumed
void onDataConsumed(SessionSPI session, StreamSPI stream, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
onDataReceived
void onDataReceived(SessionSPI session, StreamSPI stream, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
onDataSending
void onDataSending(StreamSPI stream, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
onDataSent
void onDataSent(StreamSPI stream, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionStalled
void onSessionStalled(SessionSPI session)
Undocumented in source. Be warned that the author may not have intended to support it.
onSessionUnstalled
void onSessionUnstalled(SessionSPI session)
Undocumented in source. Be warned that the author may not have intended to support it.
onStreamCreated
void onStreamCreated(StreamSPI stream)
Undocumented in source. Be warned that the author may not have intended to support it.
onStreamDestroyed
void onStreamDestroyed(StreamSPI stream)
Undocumented in source. Be warned that the author may not have intended to support it.
onStreamStalled
void onStreamStalled(StreamSPI stream)
Undocumented in source. Be warned that the author may not have intended to support it.
onStreamUnstalled
void onStreamUnstalled(StreamSPI stream)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowUpdate
void onWindowUpdate(SessionSPI session, StreamSPI stream, WindowUpdateFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
updateInitialStreamWindow
void updateInitialStreamWindow(SessionSPI session, int initialStreamWindow, bool local)
Undocumented in source. Be warned that the author may not have intended to support it.
windowUpdate
void windowUpdate(SessionSPI session, StreamSPI stream, WindowUpdateFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FlowControlStrategy

DEFAULT_WINDOW_SIZE
enum int DEFAULT_WINDOW_SIZE;
Undocumented in source.
onStreamCreated
void onStreamCreated(StreamSPI stream)
Undocumented in source.
onStreamDestroyed
void onStreamDestroyed(StreamSPI stream)
Undocumented in source.
updateInitialStreamWindow
void updateInitialStreamWindow(SessionSPI session, int initialStreamWindow, bool local)
Undocumented in source.
onWindowUpdate
void onWindowUpdate(SessionSPI session, StreamSPI stream, WindowUpdateFrame frame)
Undocumented in source.
onDataReceived
void onDataReceived(SessionSPI session, StreamSPI stream, int length)
Undocumented in source.
onDataConsumed
void onDataConsumed(SessionSPI session, StreamSPI stream, int length)
Undocumented in source.
windowUpdate
void windowUpdate(SessionSPI session, StreamSPI stream, WindowUpdateFrame frame)
Undocumented in source.
onDataSending
void onDataSending(StreamSPI stream, int length)
Undocumented in source.
onDataSent
void onDataSent(StreamSPI stream, int length)
Undocumented in source.

Meta