Class QuicPathEvent.FailedValidation

    • Constructor Detail

      • FailedValidation

        public FailedValidation​(java.net.InetSocketAddress local,
                                java.net.InetSocketAddress remote)
        The related network path between local and remote failed to be validated. This network path will not be used anymore, unless the application requests probing this path again.
        Parameters:
        local - local address.
        remote - remote address.