Package io.netty.handler.codec.quic
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.handler.codec.quic.QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated
-
-
Constructor Summary
Constructors Constructor Description FailedValidation(java.net.InetSocketAddress local, java.net.InetSocketAddress remote)
The related network path between local and remote failed to be validated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class io.netty.handler.codec.quic.QuicPathEvent
equals, hashCode, local, remote
-
-
-
-
Constructor Detail
-
FailedValidation
public FailedValidation(java.net.InetSocketAddress local, java.net.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 Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classQuicPathEvent
-
-