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
-
Nested Class Summary
Nested classes/interfaces inherited from class QuicPathEvent
QuicPathEvent.Closed, QuicPathEvent.FailedValidation, QuicPathEvent.New, QuicPathEvent.PeerMigrated, QuicPathEvent.ReusedSourceConnectionId, QuicPathEvent.Validated -
Constructor Summary
ConstructorsConstructorDescriptionClosed(InetSocketAddress local, InetSocketAddress remote) The related network path between local and remote has been closed and is now unusable on this connection. -
Method Summary
Methods inherited from class QuicPathEvent
local, remote
-
Constructor Details
-
Closed
The related network path between local and remote has been closed and is now unusable on this connection.- Parameters:
local- local address.remote- remote address.
-
-
Method Details
-
equals
- Overrides:
equalsin classQuicPathEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classQuicPathEvent
-
toString
- Overrides:
toStringin classQuicPathEvent
-