public abstract class QuicPathEvent extends java.lang.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(java.lang.Object o) |
int |
hashCode() |
java.net.InetSocketAddress |
local()
The local address of the network path.
|
java.net.InetSocketAddress |
remote()
The remote address of the network path.
|
java.lang.String |
toString() |
public java.net.InetSocketAddress local()
public java.net.InetSocketAddress remote()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2020-2023 The Netty Project. All Rights Reserved.