ClientHttp2SessionListenerEx

Undocumented in source.

Constructors

this
this(HttpClientOptions config)
Undocumented in source.

Members

Functions

onClose
void onClose(Session session, GoAwayFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onFailure
void onFailure(Session session, Exception failure)
Undocumented in source. Be warned that the author may not have intended to support it.
onIdleTimeout
bool onIdleTimeout(Session session)
Undocumented in source. Be warned that the author may not have intended to support it.
onNewStream
StreamListener onNewStream(Stream stream, HeadersFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onPing
void onPing(Session session, PingFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreface
Map!(int, int) onPreface(Session session)
Undocumented in source. Be warned that the author may not have intended to support it.
onReset
void onReset(Session session, ResetFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onSettings
void onSettings(Session session, SettingsFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_HttpConfiguration
HttpClientOptions _HttpConfiguration;
Undocumented in source.

Meta