public static final class QuicPathEvent.Closed extends QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated| Constructor and Description |
|---|
Closed(InetSocketAddress local,
InetSocketAddress remote)
The related network path between local and remote has been closed and is now unusable on this connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
toString() |
hashCode, local, remotepublic Closed(InetSocketAddress local, InetSocketAddress remote)
local - local address.remote - remote address.public boolean equals(Object o)
equals in class QuicPathEventpublic String toString()
toString in class QuicPathEventCopyright © 2020–2025 The Netty Project. All rights reserved.