class

HTTP2::Stream

Inherits Reference / Object

Constructors

new(connection : Connection, id : UInt32)
Source

Instance methods

data
Source
data?
Source
headers
Source
initial_window_size
Source
push_enabled?
Source
receive(headers : Frame::Headers, hpack_decoder : HPACK::Decoder)
Source
receive(data : Frame::Data, **_kwargs)
Source
receive(priority : Frame::Priority, **_kwargs)
Source
receive(reset_stream : Frame::ResetStream, **_kwargs)
Source
receive(push_promise : Frame::PushPromise, **_kwargs)
Source
receive(ping : Frame::Ping, **_kwargs)
Source
receive(go_away : Frame::GoAway, **_kwargs)
Source
receive(window_update : Frame::WindowUpdate, **_kwargs)
Source
receive(continuation : Frame::Continuation, **_kwargs)
Source
receive(settings : Frame::Settings, **_kwargs)
Source
send(data : Frame::Data)
Source
send(window_update : Frame::WindowUpdate)
Source
send(ping : Frame::Ping)
Source
send(settings : Frame::Settings)
Source
send(headers : Frame::Headers)
Source
state
Source
update_window_for(frame)
Source
window_size
Source

Nested types