Uses of Class
io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
Packages that use RecvByteBufAllocator.DelegatingHandle Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport. -
-
Uses of RecvByteBufAllocator.DelegatingHandle in io.netty.channel.epoll
Subclasses of RecvByteBufAllocator.DelegatingHandle in io.netty.channel.epoll Modifier and Type Class Description (package private) class
EpollRecvByteAllocatorHandle
(package private) class
EpollRecvByteAllocatorStreamingHandle
-
Uses of RecvByteBufAllocator.DelegatingHandle in io.netty.channel.kqueue
Subclasses of RecvByteBufAllocator.DelegatingHandle in io.netty.channel.kqueue Modifier and Type Class Description (package private) class
KQueueRecvByteAllocatorHandle
-