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
-
Nested Class Summary
Nested classes/interfaces inherited from class QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated -
Constructor Summary
ConstructorsConstructorDescriptionNew(InetSocketAddress local, InetSocketAddress remote) A new network path (local address, remote address) has been seen on a received packet. -
Method Summary
Methods inherited from class QuicPathEvent
equals, hashCode, local, remote
-
Constructor Details
-
New
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
-
toString
- Overrides:
toStringin classQuicPathEvent
-