Class QuicPathEvent.FailedValidation

java.lang.Object
io.netty.handler.codec.quic.QuicPathEvent
io.netty.handler.codec.quic.QuicPathEvent.FailedValidation
All Implemented Interfaces:
QuicEvent
Enclosing class:
QuicPathEvent

public static final class QuicPathEvent.FailedValidation extends QuicPathEvent
  • Constructor Details

    • FailedValidation

      public FailedValidation(InetSocketAddress local, 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.
  • Method Details