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. 
 | 
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.QuicStreamType streamType()
QuicStreamType of the stream.QuicStreamType of this stream.