HTTP2::Stream
Inherits Reference / Object
Constructors
new(connection : Connection, id : UInt32)
SourceInstance methods
data
Sourcedata?
Sourceheaders
Sourceid
Sourceinitial_window_size
Sourcepush_enabled?
Sourcereceive(headers : Frame::Headers, hpack_decoder : HPACK::Decoder)
Sourcereceive(data : Frame::Data, **_kwargs)
Sourcereceive(priority : Frame::Priority, **_kwargs)
Sourcereceive(reset_stream : Frame::ResetStream, **_kwargs)
Sourcereceive(push_promise : Frame::PushPromise, **_kwargs)
Sourcereceive(ping : Frame::Ping, **_kwargs)
Sourcereceive(go_away : Frame::GoAway, **_kwargs)
Sourcereceive(window_update : Frame::WindowUpdate, **_kwargs)
Sourcereceive(continuation : Frame::Continuation, **_kwargs)
Sourcereceive(settings : Frame::Settings, **_kwargs)
Sourcesend(data : Frame::Data)
Sourcesend(window_update : Frame::WindowUpdate)
Sourcesend(ping : Frame::Ping)
Sourcesend(settings : Frame::Settings)
Sourcesend(headers : Frame::Headers)
Sourcestate
Sourceupdate_window_for(frame)
Sourcewindow_size
Source