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
  • Constructor Details

    • PeerMigrated

      public 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. 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