hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Http2ClientResponseHandler.ReceivedFrame
hunt
http
client
Http2ClientResponseHandler
Http2ClientResponseHandler
Undocumented in source.
class
Http2ClientResponseHandler
static
class
ReceivedFrame {
this
(Stream stream, Frame frame, Callback callback);
Stream
getStream
();
Frame
getFrame
();
Callback
getCallback
();
}
Constructors
this
this
(Stream stream, Frame frame, Callback callback)
Undocumented in source.
Members
Functions
getCallback
Callback
getCallback
()
Undocumented in source. Be warned that the author may not have intended to support it.
getFrame
Frame
getFrame
()
Undocumented in source. Be warned that the author may not have intended to support it.
getStream
Stream
getStream
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
client
Http2ClientResponseHandler
Http2ClientResponseHandler
classes
ClientHttp2OutputStream
ClientStreamPromise
ReceivedFrame
constructors
this
functions
onData
onHeaders
onReset
run
variables
OUTPUT_STREAM_KEY
RESPONSE_KEY
RUN_TASK