Package io.netty.handler.codec.quic
Class QuicStreamAddress
- java.lang.Object
-
- java.net.SocketAddress
-
- io.netty.handler.codec.quic.QuicStreamAddress
-
- All Implemented Interfaces:
Serializable
public final class QuicStreamAddress extends SocketAddress
ASocketAddressfor QUIC stream.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuicStreamAddress(long streamId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()longstreamId()Return the id of the stream.StringtoString()
-