Uses of Enum Class
io.helidon.http.http2.Http2StreamState
Packages that use 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
Methods in io.helidon.http.http2 that return Http2StreamStateModifier 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.Methods in io.helidon.http.http2 with parameters of type Http2StreamStateModifier 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
Methods in io.helidon.webclient.http2 that return Http2StreamState -
Uses of Http2StreamState in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc with parameters of type Http2StreamStateModifier 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
Methods in io.helidon.webserver.http2.spi that return Http2StreamStateModifier and TypeMethodDescriptionHttp2SubProtocolSelector.SubProtocolHandler.streamState()
Current stream state.Methods in io.helidon.webserver.http2.spi with parameters of type Http2StreamStateModifier 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.