Class QuicPathEvent.New

    • Constructor Detail

      • New

        public New​(java.net.InetSocketAddress local,
                   java.net.InetSocketAddress remote)
        A new network path (local address, remote address) has been seen on a received packet. Note that this event is only triggered for servers, as the client is responsible from initiating new paths. The application may then probe this new path, if desired.
        Parameters:
        local - local address.
        remote - remote address.