Uses of Enum Class
io.helidon.http.http2.Http2StreamState
-
Uses of Http2StreamState in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2StreamStateModifier and TypeMethodDescriptionstatic Http2StreamStateHttp2StreamState.checkAndGetState(Http2StreamState current, Http2FrameType frameType, boolean send, boolean endOfStream, boolean endOfHeaders) Check that the frame is ok for current state.Http2Stream.streamState()State of this stream.static Http2StreamStateReturns the enum constant of this class with the specified name.static Http2StreamState[]Http2StreamState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.http.http2 with parameters of type Http2StreamStateModifier and TypeMethodDescriptionstatic Http2StreamStateHttp2StreamState.checkAndGetState(Http2StreamState current, Http2FrameType frameType, boolean send, boolean endOfStream, boolean endOfHeaders) Check that the frame is ok for current state.