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
-
Nested Class Summary
Nested classes/interfaces inherited from class QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated -
Constructor Summary
ConstructorsConstructorDescriptionFailedValidation(InetSocketAddress local, InetSocketAddress remote) The related network path between local and remote failed to be validated. -
Method Summary
Methods inherited from class QuicPathEvent
equals, hashCode, local, remote
-
Constructor Details
-
FailedValidation
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
-
toString
- Overrides:
toStringin classQuicPathEvent
-