Class QuicPathEvent.Validated

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

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

    • Validated

      public Validated(InetSocketAddress local, InetSocketAddress remote)
      The related network path between local and remote has been validated.
      Parameters:
      local - local address.
      remote - remote address.
  • Method Details