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
Fields in io.netty.handler.codec.http2 declared as Http2Stream.StateModifier and TypeFieldDescriptionprivate Http2Stream.StateDefaultHttp2Connection.DefaultStream.stateMethods in io.netty.handler.codec.http2 that return Http2Stream.StateModifier and TypeMethodDescription(package private) static Http2Stream.StateDefaultHttp2Connection.activeState(int streamId, Http2Stream.State initialState, boolean isLocal, boolean halfClosed) final Http2Stream.StateDefaultHttp2Connection.DefaultStream.state()Http2FrameCodec.DefaultHttp2FrameStream.state()Http2FrameStream.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.Methods in io.netty.handler.codec.http2 with parameters of type Http2Stream.StateModifier and TypeMethodDescription(package private) static Http2Stream.StateDefaultHttp2Connection.activeState(int streamId, Http2Stream.State initialState, boolean isLocal, boolean halfClosed) private voidDefaultHttp2Connection.DefaultEndpoint.checkNewStreamAllowed(int streamId, Http2Stream.State state) Constructors in io.netty.handler.codec.http2 with parameters of type Http2Stream.StateModifierConstructorDescription(package private)DefaultStream(long identity, int id, Http2Stream.State state)