public interface Http2FrameStream
Http2FrameCodec
.Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2008–2024 The Netty Project. All rights reserved.