class

Forest::FlowControl

Inherits Reference / Object

Constructors

new(hpackEncoder : Hpack::Encoder = Hpack::Encoder.new, hpackDecoder : Hpack::Decoder = Hpack::Decoder.new)
Source

Instance methods

call(initial_frame : Frame::Settings, cell_stream : Cell::Stream)
Source
concurrent_streams
Source
concurrent_streams=(value : Int32)
Source
configured
Source
configured=(configured : Bool)
Source
configured?
Source
enable_push
Source
enable_push=(value : Int32)
Source
exchange(initial_frame : Frame::Settings, cell_stream : Cell::Stream) : Bool
Source
exchange_settings(frame : Frame::Settings, cell_stream : Cell::Stream)
Source
finished
Source
finished=(finished : Bool)
Source
finished?
Source
frame_size
Source
frame_size=(value : Int32)
Source
header_continuation_size
Source
header_continuation_size=(value : Int32)
Source
header_list_size
Source
header_list_size=(value : Int32)
Source
header_table_size
Source
header_table_size=(value : Int32)
Source
hpackDecoder
Source
hpackDecoder=(hpackDecoder : Hpack::Decoder)
Source
hpackEncoder
Source
hpackEncoder=(hpackEncoder : Hpack::Encoder)
Source
inboundWindowRemaining
Source
inboundWindowRemaining=(inboundWindowRemaining : Atomic(Int32))
Source
initial_window_size
Source
initial_window_size=(value : Int32)
Source
max_concurrent_streams
Source
max_concurrent_streams=(value : Int32)
Source
max_frame_size
Source
max_frame_size=(value : Int32)
Source
max_header_continuation_size
Source
max_header_continuation_size=(value : Int32)
Source
max_header_list_size
Source
max_header_list_size=(value : Int32)
Source
max_header_table_size
Source
max_header_table_size=(value : Int32)
Source
max_initial_window_size
Source
max_initial_window_size=(value : Int32)
Source
outboundWindowRemaining
Source
outboundWindowRemaining=(outboundWindowRemaining : Atomic(Int32))
Source
unpack_frame(frame : Frame::Settings)
Source