public interface QuicStreamInfo
QuicStreamChannel as stream id etc.| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocalStream()
Returns
true if the stream was created by this peer. |
long |
streamId()
The id of the stream.
|
io.netty.incubator.codec.quic.QuicStreamType |
streamType()
Returns the
QuicStreamType of the stream. |
boolean isLocalStream()
true if the stream was created by this peer.true if created by this peer, false otherwise.long streamId()
QuicStreamChannel.io.netty.incubator.codec.quic.QuicStreamType streamType()
QuicStreamType of the stream.QuicStreamType of this stream.