Http2ClientSession

Undocumented in source.

Constructors

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

Members

Functions

onHeaders
void onHeaders(HeadersFrame frame)
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.

Static functions

initSessionForUpgradingHTTP2
Http2ClientSession initSessionForUpgradingHTTP2(Scheduler scheduler, Connection endPoint, Http2Generator generator, Listener listener, FlowControlStrategy flowControl, int initialStreamId, int streamIdleTimeout, Promise!(Stream) initStream, Stream.Listener initStreamListener)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta