- onData
void onData(Stream stream, DataFrame frame, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- onHeaders
void onHeaders(Stream stream, HeadersFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIdleTimeout
bool onIdleTimeout(Stream stream, Exception x)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPush
Listener onPush(Stream stream, PushPromiseFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
- onReset
void onReset(Stream stream, ResetFrame frame, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- onReset
void onReset(Stream stream, ResetFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTimeout
void onTimeout(Stream stream, Exception x)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
<p>Empty implementation of {@link Listener}</p>