Forest::FlowControl
Inherits Reference / Object
Constructors
new(hpackEncoder : Hpack::Encoder = Hpack::Encoder.new, hpackDecoder : Hpack::Decoder = Hpack::Decoder.new)
SourceInstance methods
call(initial_frame : Frame::Settings, cell_stream : Cell::Stream)
Sourceconcurrent_streams
Sourceconcurrent_streams=(value : Int32)
Sourceconfigured
Sourceconfigured=(configured : Bool)
Sourceconfigured?
Sourceenable_push
Sourceenable_push=(value : Int32)
Sourceexchange(initial_frame : Frame::Settings, cell_stream : Cell::Stream) : Bool
Sourceexchange_settings(frame : Frame::Settings, cell_stream : Cell::Stream)
Sourcefinished
Sourcefinished=(finished : Bool)
Sourcefinished?
Sourceframe_size
Sourceframe_size=(value : Int32)
Sourceheader_continuation_size
Sourceheader_continuation_size=(value : Int32)
Sourceheader_list_size
Sourceheader_list_size=(value : Int32)
Sourceheader_table_size
Sourceheader_table_size=(value : Int32)
SourcehpackDecoder
SourcehpackDecoder=(hpackDecoder : Hpack::Decoder)
SourcehpackEncoder
SourcehpackEncoder=(hpackEncoder : Hpack::Encoder)
SourceinboundWindowRemaining
SourceinboundWindowRemaining=(inboundWindowRemaining : Atomic(Int32))
Sourceinitial_window_size
Sourceinitial_window_size=(value : Int32)
Sourcemax_concurrent_streams
Sourcemax_concurrent_streams=(value : Int32)
Sourcemax_frame_size
Sourcemax_frame_size=(value : Int32)
Sourcemax_header_continuation_size
Sourcemax_header_continuation_size=(value : Int32)
Sourcemax_header_list_size
Sourcemax_header_list_size=(value : Int32)
Sourcemax_header_table_size
Sourcemax_header_table_size=(value : Int32)
Sourcemax_initial_window_size
Sourcemax_initial_window_size=(value : Int32)
SourceoutboundWindowRemaining
SourceoutboundWindowRemaining=(outboundWindowRemaining : Atomic(Int32))
Sourceunpack_frame(frame : Frame::Settings)
Source