Http2ClientResponseHandler

Undocumented in source.

Constructors

this
this(HttpRequest request, ClientHttpHandler handler, HttpClientConnection connection)
Undocumented in source.

Members

Classes

ClientHttp2OutputStream
class ClientHttp2OutputStream
Undocumented in source.
ClientStreamPromise
class ClientStreamPromise
Undocumented in source.
ReceivedFrame
class ReceivedFrame
Undocumented in source.

Functions

onData
void onData(Stream stream, DataFrame dataFrame, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaders
void onHeaders(Stream stream, HeadersFrame headersFrame)
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.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

OUTPUT_STREAM_KEY
enum string OUTPUT_STREAM_KEY;
Undocumented in source.
RESPONSE_KEY
enum string RESPONSE_KEY;
Undocumented in source.
RUN_TASK
enum string RUN_TASK;
Undocumented in source.

Meta