public static final class QuicPathEvent.PeerMigrated extends QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated| Constructor and Description |
|---|
PeerMigrated(InetSocketAddress local,
InetSocketAddress remote)
The connection observed that the remote migrated over the network path denoted by the pair of addresses,
i.e., non-probing packets have been received on this network path.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, hashCode, local, remotepublic PeerMigrated(InetSocketAddress local, InetSocketAddress remote)
local - local address.remote - remote address.public String toString()
toString in class QuicPathEventCopyright © 2020–2025 The Netty Project. All rights reserved.