Uses of Class
io.netty.handler.codec.http2.Http2Stream.State
-
Packages that use Http2Stream.State Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Stream.State in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as Http2Stream.State Modifier and Type Field Description private Http2Stream.State
DefaultHttp2Connection.DefaultStream. state
Methods in io.netty.handler.codec.http2 that return Http2Stream.State Modifier and Type Method Description (package private) static Http2Stream.State
DefaultHttp2Connection. activeState(int streamId, Http2Stream.State initialState, boolean isLocal, boolean halfClosed)
Http2Stream.State
DefaultHttp2Connection.DefaultStream. state()
Http2Stream.State
Http2FrameCodec.DefaultHttp2FrameStream. state()
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(java.lang.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.Methods in io.netty.handler.codec.http2 with parameters of type Http2Stream.State Modifier and Type Method Description (package private) static Http2Stream.State
DefaultHttp2Connection. activeState(int streamId, Http2Stream.State initialState, boolean isLocal, boolean halfClosed)
private void
DefaultHttp2Connection.DefaultEndpoint. checkNewStreamAllowed(int streamId, Http2Stream.State state)
Constructors in io.netty.handler.codec.http2 with parameters of type Http2Stream.State Constructor Description DefaultStream(long identity, int id, Http2Stream.State state)
-