public abstract class QuicPathEvent extends Object implements QuicEvent
QuicEvent.| Modifier and Type | Class and Description |
|---|---|
static class |
QuicPathEvent.Closed |
static class |
QuicPathEvent.FailedValidation |
static class |
QuicPathEvent.New |
static class |
QuicPathEvent.PeerMigrated |
static class |
QuicPathEvent.ReusedSourceConnectionId |
static class |
QuicPathEvent.Validated |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
InetSocketAddress |
local()
The local address of the network path.
|
InetSocketAddress |
remote()
The remote address of the network path.
|
String |
toString() |
public InetSocketAddress local()
public InetSocketAddress remote()
Copyright © 2020–2025 The Netty Project. All rights reserved.