Listener.Adapter

Undocumented in source.

Members

Functions

onConnectionFailure
void onConnectionFailure(int error, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onData
void onData(DataFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onGoAway
void onGoAway(GoAwayFrame 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.
onPing
void onPing(PingFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onPriority
void onPriority(PriorityFrame 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.
onReset
void onReset(ResetFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onSettings
void onSettings(SettingsFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowUpdate
void onWindowUpdate(WindowUpdateFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Listener

onData
void onData(DataFrame frame)
Undocumented in source.
onHeaders
void onHeaders(HeadersFrame frame)
Undocumented in source.
onPriority
void onPriority(PriorityFrame frame)
Undocumented in source.
onReset
void onReset(ResetFrame frame)
Undocumented in source.
onSettings
void onSettings(SettingsFrame frame)
Undocumented in source.
onPushPromise
void onPushPromise(PushPromiseFrame frame)
Undocumented in source.
onPing
void onPing(PingFrame frame)
Undocumented in source.
onGoAway
void onGoAway(GoAwayFrame frame)
Undocumented in source.
onWindowUpdate
void onWindowUpdate(WindowUpdateFrame frame)
Undocumented in source.
onConnectionFailure
void onConnectionFailure(int error, string reason)
Undocumented in source.
Adapter
class Adapter
Undocumented in source.

Meta