Package io.netty.handler.codec.quic
Class QuicPathEvent.Closed
- java.lang.Object
-
- io.netty.handler.codec.quic.QuicPathEvent
-
- io.netty.handler.codec.quic.QuicPathEvent.Closed
-
- All Implemented Interfaces:
QuicEvent
- Enclosing class:
- QuicPathEvent
public static final class QuicPathEvent.Closed 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 Closed(java.net.InetSocketAddress local, java.net.InetSocketAddress remote)
The related network path between local and remote has been closed and is now unusable on this connection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.netty.handler.codec.quic.QuicPathEvent
local, remote
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classQuicPathEvent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classQuicPathEvent
-
toString
public java.lang.String toString()
- Overrides:
toString
in classQuicPathEvent
-
-