public final class QuicStreamAddress extends SocketAddress
SocketAddress for QUIC stream.| Constructor and Description |
|---|
QuicStreamAddress(long streamId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
streamId()
Return the id of the stream.
|
String |
toString() |
Copyright © 2020–2021 The Netty Project. All rights reserved.