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 classSegmentedDatagramPacketDeprecated. -
Uses of DefaultAddressedEnvelope in io.netty.channel.socket
Subclasses of DefaultAddressedEnvelope in io.netty.channel.socket Modifier and Type Class Description classDatagramPacketThe message container that is used forDatagramChannelto 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 classDomainDatagramPacketThe message container that is used forDomainDatagramChannelto communicate with the remote peer.classSegmentedDatagramPacketAllows to use GSO if the underlying OS supports it.
-