Uses of Class
io.netty.channel.DefaultAddressedEnvelope
Packages that use DefaultAddressedEnvelope
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
Abstract TCP and UDP socket interfaces which extend the core channel API.
Unix specific transport.
-
Uses of DefaultAddressedEnvelope in io.netty.channel.epoll
Subclasses of DefaultAddressedEnvelope in io.netty.channel.epoll -
Uses of DefaultAddressedEnvelope in io.netty.channel.socket
Subclasses of DefaultAddressedEnvelope in io.netty.channel.socketModifier and TypeClassDescriptionclass
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.unixModifier and TypeClassDescriptionfinal class
The message container that is used forDomainDatagramChannel
to communicate with the remote peer.class
Allows to use GSO if the underlying OS supports it.
SegmentedDatagramPacket
.