Http2ServerSession

Undocumented in source.

Constructors

this
this(Scheduler scheduler, Connection endPoint, Http2Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl, int streamIdleTimeout)
Undocumented in source.

Members

Functions

onFrame
void onFrame(Frame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaders
void onHeaders(HeadersFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreface
void onPreface()
Undocumented in source. Be warned that the author may not have intended to support it.
onPushPromise
void onPushPromise(PushPromiseFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Listener

onPreface
void onPreface()
Undocumented in source.
Adapter
class Adapter
Undocumented in source.

Meta