Class SegmentedDatagramPacket

All Implemented Interfaces:
ByteBufHolder, AddressedEnvelope<ByteBuf,InetSocketAddress>, ReferenceCounted
Direct Known Subclasses:
SegmentedDatagramPacket

public class SegmentedDatagramPacket extends DatagramPacket
Allows to use GSO if the underlying OS supports it. Before using this you should ensure your system support it.