Package io.netty.handler.codec.quic
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
public static final class QuicPathEvent.PeerMigrated extends QuicPathEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.handler.codec.quic.QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated
-
-
Constructor Summary
Constructors Constructor Description PeerMigrated(java.net.InetSocketAddress local, java.net.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class io.netty.handler.codec.quic.QuicPathEvent
equals, hashCode, local, remote
-
-
-
-
Constructor Detail
-
PeerMigrated
public PeerMigrated(java.net.InetSocketAddress local, java.net.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. 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 Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classQuicPathEvent
-
-