Class QuicPathEvent.ReusedSourceConnectionId

    • Constructor Detail

      • ReusedSourceConnectionId

        public ReusedSourceConnectionId​(long seq,
                                        java.net.InetSocketAddress oldLocal,
                                        java.net.InetSocketAddress oldRemote,
                                        java.net.InetSocketAddress local,
                                        java.net.InetSocketAddress remote)
        The stack observes that the Source Connection ID with the given sequence number, initially used by the peer over the first pair of addresses, is now reused over the second pair of addresses.
        Parameters:
        seq - sequence number
        oldLocal - old local address.
        oldRemote - old remote address.
        local - local address.
        remote - remote address.
    • Method Detail

      • seq

        public long seq()
        Source connection id sequence number.
        Returns:
        sequence number
      • oldLocal

        public java.net.InetSocketAddress oldLocal()
        The old local address of the network path.
        Returns:
        local
      • oldRemote

        public java.net.InetSocketAddress oldRemote()
        The old remote address of the network path.
        Returns:
        local
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class QuicPathEvent