Uses of Enum
io.netty.handler.codec.http2.Http2Stream.State
Packages that use Http2Stream.State
-
Uses of Http2Stream.State in io.netty.handler.codec.http2
Subclasses with type arguments of type Http2Stream.State in io.netty.handler.codec.http2Modifier and TypeClassDescriptionstatic enumThe allowed states of an HTTP2 stream.Methods in io.netty.handler.codec.http2 that return Http2Stream.StateModifier and TypeMethodDescriptionHttp2FrameStream.state()Returns the state of this stream.Http2Stream.state()Gets the state of this stream.static Http2Stream.StateReturns the enum constant of this type with the specified name.static Http2Stream.State[]Http2Stream.State.values()Returns an array containing the constants of this enum type, in the order they are declared.