module

HTTP2::Stream::StateMachine

An exhaustive transition table for standard stream-associated frames. Connection frames and unknown extension frames do not alter stream state.

Class methods

reserve_local(state : State) : Transition
Source
reserve_remote(state : State) : Transition
Source
transition(state : State, event : Event) : Transition
Source

Nested types