Class QuicPathEvent.PeerMigrated
java.lang.Object
io.netty.handler.codec.quic.QuicPathEvent
io.netty.handler.codec.quic.QuicPathEvent.PeerMigrated
- All Implemented Interfaces:
QuicEvent
- Enclosing class:
QuicPathEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated -
Constructor Summary
ConstructorsConstructorDescriptionPeerMigrated(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. -
Method Summary
Methods inherited from class QuicPathEvent
equals, hashCode, local, remote
-
Constructor Details
-
PeerMigrated
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. This is a server side only event. Note that this event is only raised if the path has been validated.- Parameters:
local- local address.remote- remote address.
-
-
Method Details
-
toString
- Overrides:
toStringin classQuicPathEvent
-