Uses of Enum Class
io.helidon.http.http2.Http2StreamState
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2StreamState in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic Http2StreamState
Http2StreamState.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 Http2StreamState
Returns 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.Modifier and TypeMethodDescriptionstatic Http2StreamState
Http2StreamState.checkAndGetState
(Http2StreamState current, Http2FrameType frameType, boolean send, boolean endOfStream, boolean endOfHeaders) Check that the frame is ok for current state. -
Uses of Http2StreamState in io.helidon.webclient.http2
-
Uses of Http2StreamState in io.helidon.webserver.grpc
Modifier and TypeMethodDescriptionGrpcProtocolSelector.subProtocol
(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, StreamFlowControl flowControl, Http2StreamState currentStreamState, Router router) -
Uses of Http2StreamState in io.helidon.webserver.http2.spi
Modifier and TypeMethodDescriptionHttp2SubProtocolSelector.SubProtocolHandler.streamState()
Current stream state.Modifier and TypeMethodDescriptionHttp2SubProtocolSelector.subProtocol
(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, StreamFlowControl streamFlowControl, Http2StreamState currentStreamState, Router router) Check if this is a sub-protocol request and return appropriate result.