Class QuicPathEvent.PeerMigrated

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