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
Sourcereserve_remote(state : State) : Transition
Sourcetransition(state : State, event : Event) : Transition
Source