Uses of Class
io.netty5.handler.codec.http2.Http2Stream.State
-
Packages that use Http2Stream.State Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Stream.State in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2Stream.State Modifier and Type Method Description Http2Stream.State
Http2FrameStream. state()
Returns the state of this stream.Http2Stream.State
Http2Stream. state()
Gets the state of this stream.static Http2Stream.State
Http2Stream.State. valueOf(String name)
Returns 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.
-