Uses of Class
io.netty.handler.codec.quic.QuicPacketType
-
-
Uses of QuicPacketType in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicPacketType Modifier and Type Method Description static QuicPacketTypeQuicPacketType. valueOf(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.Methods in io.netty.handler.codec.quic with parameters of type QuicPacketType Modifier and Type Method Description voidQuicHeaderParser.QuicHeaderProcessor. process(InetSocketAddress sender, 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.
-