public static final class QuicPathEvent.New extends QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated| Constructor and Description |
|---|
New(java.net.InetSocketAddress local,
java.net.InetSocketAddress remote)
A new network path (local address, remote address) has been seen on a received packet.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
equals, hashCode, local, remotepublic New(java.net.InetSocketAddress local,
java.net.InetSocketAddress remote)
local - local address.remote - remote address.public java.lang.String toString()
toString in class QuicPathEventCopyright © 2020-2024 The Netty Project. All Rights Reserved.