Uses of Class
io.netty.channel.unix.PreferredDirectByteBufAllocator
Packages that use PreferredDirectByteBufAllocator
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
-
Uses of PreferredDirectByteBufAllocator in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as PreferredDirectByteBufAllocatorModifier and TypeFieldDescriptionprivate final PreferredDirectByteBufAllocator
EpollRecvByteAllocatorHandle.preferredDirectByteBufAllocator
-
Uses of PreferredDirectByteBufAllocator in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as PreferredDirectByteBufAllocatorModifier and TypeFieldDescriptionprivate final PreferredDirectByteBufAllocator
KQueueRecvByteAllocatorHandle.preferredDirectByteBufAllocator