class Duo::Settings
- Duo::Settings
- Reference
- Object
Defined in:
duo/settings.crConstant Summary
-
DEFAULT =
new(max_concurrent_streams: MAX_CONCURRENT_STREAMS, max_header_list_size: MAX_HEADER_LIST_SIZE)
-
MAX_CONCURRENT_STREAMS =
100
-
MAX_HEADER_LIST_SIZE =
16384
Instance Method Summary
- #enable_push : Bool
- #enable_push=(value)
- #header_table_size : Int32
- #header_table_size=(value : Int32)
- #initial_window_size : Int32
- #initial_window_size=(value : Int32)
- #max_concurrent_streams : Int32
- #max_concurrent_streams=(value : Int32)
- #max_frame_size : Int32
- #max_frame_size=(value : Int32)
- #max_header_list_size : Int32
- #max_header_list_size=(value : Int32)
- #parse(io : IO, size : Int32, &) : Nil
- #parse(bytes : Bytes, &) : Nil
- #to_payload : Bytes