Uses of Class
io.netty.channel.epoll.EpollRecvByteAllocatorHandle
Packages that use EpollRecvByteAllocatorHandle
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
-
Uses of EpollRecvByteAllocatorHandle in io.netty.channel.epoll
Subclasses of EpollRecvByteAllocatorHandle in io.netty.channel.epollModifier and TypeClassDescription(package private) final class
Fields in io.netty.channel.epoll declared as EpollRecvByteAllocatorHandleModifier and TypeFieldDescriptionprivate EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe.allocHandle
Methods in io.netty.channel.epoll that return EpollRecvByteAllocatorHandleModifier and TypeMethodDescription(package private) EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe.newEpollHandle
(RecvByteBufAllocator.ExtendedHandle handle) Create a newEpollRecvByteAllocatorHandle
instance.(package private) EpollRecvByteAllocatorHandle
AbstractEpollStreamChannel.EpollStreamUnsafe.newEpollHandle
(RecvByteBufAllocator.ExtendedHandle handle) AbstractEpollChannel.AbstractEpollUnsafe.recvBufAllocHandle()
Methods in io.netty.channel.epoll with parameters of type EpollRecvByteAllocatorHandleModifier and TypeMethodDescriptionprivate boolean
EpollDatagramChannel.connectedRead
(EpollRecvByteAllocatorHandle allocHandle, ByteBuf byteBuf, int maxDatagramPacketSize) private void
AbstractEpollStreamChannel.EpollStreamUnsafe.handleReadException
(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, EpollRecvByteAllocatorHandle allocHandle) private static void
EpollDatagramChannel.processPacket
(ChannelPipeline pipeline, EpollRecvByteAllocatorHandle handle, int bytesRead, DatagramPacket packet) private static void
EpollDatagramChannel.processPacketList
(ChannelPipeline pipeline, EpollRecvByteAllocatorHandle handle, int bytesRead, RecyclableArrayList packetList) private boolean
EpollDatagramChannel.recvmsg
(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf) private boolean
EpollDatagramChannel.scatteringRead
(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf, int datagramSize, int numDatagram)