Package reactor.netty.quic
Interface QuicStreamInfo
- All Known Subinterfaces:
QuicInbound,QuicOutbound
public interface QuicStreamInfo
Exposes information for the
QuicStreamChannel as stream id etc.- Author:
- Violeta Georgieva
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the stream was created by this peer.longstreamId()The id of the stream.Returns theQuicStreamTypeof the stream.
-
Method Details
-
isLocalStream
boolean isLocalStream()Returnstrueif the stream was created by this peer.- Returns:
trueif created by this peer,falseotherwise.
-
streamId
long streamId()The id of the stream.- Returns:
- the stream id of this
QuicStreamChannel.
-
streamType
QuicStreamType streamType()Returns theQuicStreamTypeof the stream.- Returns:
QuicStreamTypeof this stream.
-