Uses of Interface
io.netty.handler.codec.quic.SegmentedDatagramPacketAllocator
-
-
Uses of SegmentedDatagramPacketAllocator in io.netty.handler.codec.quic
Fields in io.netty.handler.codec.quic declared as SegmentedDatagramPacketAllocator Modifier and Type Field Description static SegmentedDatagramPacketAllocatorSegmentedDatagramPacketAllocator. NONESegmentedDatagramPacketAllocatorwhich should be used if no UDP_SEGMENT is supported and used.Fields in io.netty.handler.codec.quic with type parameters of type SegmentedDatagramPacketAllocator Modifier and Type Field Description static io.netty.channel.ChannelOption<SegmentedDatagramPacketAllocator>QuicChannelOption. SEGMENTED_DATAGRAM_PACKET_ALLOCATORUse GSO for QUIC packets if possible.Methods in io.netty.handler.codec.quic that return SegmentedDatagramPacketAllocator Modifier and Type Method Description static SegmentedDatagramPacketAllocatorEpollQuicUtils. newSegmentedAllocator(int maxNumSegments)Return a newSegmentedDatagramPacketAllocatorthat can be used while usingEpollDatagramChannel.
-