Class QuicPathEvent.New

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

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

    • New

      public New(InetSocketAddress local, InetSocketAddress remote)
      A new network path (local address, remote address) has been seen on a received packet. Note that this event is only triggered for servers, as the client is responsible from initiating new paths. The application may then probe this new path, if desired.
      Parameters:
      local - local address.
      remote - remote address.
  • Method Details