@UnstableApi public interface Http2FrameStream
Http2FrameCodec
.限定符和类型 | 方法和说明 |
---|---|
int |
id()
Returns the stream identifier.
|
Http2Stream.State |
state()
Returns the state of this stream.
|
int id()
Use Http2CodecUtil.isStreamIdValid(int)
to check if the stream has already been assigned an
identifier.
Http2Stream.State state()