public static final class QuicPathEvent.FailedValidation extends QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated| Constructor and Description |
|---|
FailedValidation(InetSocketAddress local,
InetSocketAddress remote)
The related network path between local and remote failed to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, hashCode, local, remotepublic FailedValidation(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.