Uses of Class
io.netty.channel.DefaultAddressedEnvelope
-
Packages that use DefaultAddressedEnvelope Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.unix Unix specific transport. -
-
Uses of DefaultAddressedEnvelope in io.netty.channel.epoll
Subclasses of DefaultAddressedEnvelope in io.netty.channel.epoll Modifier and Type Class Description class
SegmentedDatagramPacket
Deprecated. -
Uses of DefaultAddressedEnvelope in io.netty.channel.socket
Subclasses of DefaultAddressedEnvelope in io.netty.channel.socket Modifier and Type Class Description class
DatagramPacket
The message container that is used forDatagramChannel
to communicate with the remote peer. -
Uses of DefaultAddressedEnvelope in io.netty.channel.unix
Subclasses of DefaultAddressedEnvelope in io.netty.channel.unix Modifier and Type Class Description class
DomainDatagramPacket
The message container that is used forDomainDatagramChannel
to communicate with the remote peer.class
SegmentedDatagramPacket
Allows to use GSO if the underlying OS supports it.
-