Package io.netty.handler.codec.quic
Class QuicPathEvent
- java.lang.Object
-
- io.netty.handler.codec.quic.QuicPathEvent
-
- All Implemented Interfaces:
QuicEvent
- Direct Known Subclasses:
QuicPathEvent.Closed,QuicPathEvent.FailedValidation,QuicPathEvent.New,QuicPathEvent.PeerMigrated,QuicPathEvent.ReusedSourceConnectionId,QuicPathEvent.Validated
public abstract class QuicPathEvent extends Object implements QuicEvent
A network path specificQuicEvent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuicPathEvent.Closedstatic classQuicPathEvent.FailedValidationstatic classQuicPathEvent.Newstatic classQuicPathEvent.PeerMigratedstatic classQuicPathEvent.ReusedSourceConnectionIdstatic classQuicPathEvent.Validated
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()InetSocketAddresslocal()The local address of the network path.InetSocketAddressremote()The remote address of the network path.StringtoString()
-
-
-
Method Detail
-
local
public InetSocketAddress local()
The local address of the network path.- Returns:
- local
-
remote
public InetSocketAddress remote()
The remote address of the network path.- Returns:
- local
-
-