Class QuicPathEvent.Closed

    • Constructor Detail

      • Closed

        public Closed​(java.net.InetSocketAddress local,
                      java.net.InetSocketAddress remote)
        The related network path between local and remote has been closed and is now unusable on this connection.
        Parameters:
        local - local address.
        remote - remote address.