| Modifier and Type | Method and Description |
|---|---|
static QuicPacketType |
QuicPacketType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuicPacketType[] |
QuicPacketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuicHeaderParser.QuicHeaderProcessor.process(java.net.InetSocketAddress sender,
java.net.InetSocketAddress recipient,
io.netty.buffer.ByteBuf packet,
QuicPacketType type,
long version,
io.netty.buffer.ByteBuf scid,
io.netty.buffer.ByteBuf dcid,
io.netty.buffer.ByteBuf token)
Called when a QUIC packet header was parsed.
|
Copyright © 2020-2025 The Netty Project. All Rights Reserved.