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 classFields in io.netty.channel.epoll declared as EpollRecvByteAllocatorHandleModifier and TypeFieldDescriptionprivate EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe.allocHandleMethods in io.netty.channel.epoll that return EpollRecvByteAllocatorHandleModifier and TypeMethodDescription(package private) EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle) Create a newEpollRecvByteAllocatorHandleinstance.(package private) EpollRecvByteAllocatorHandleAbstractEpollStreamChannel.EpollStreamUnsafe.newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle) AbstractEpollChannel.AbstractEpollUnsafe.recvBufAllocHandle()Methods in io.netty.channel.epoll with parameters of type EpollRecvByteAllocatorHandleModifier and TypeMethodDescriptionprivate booleanEpollDatagramChannel.connectedRead(EpollRecvByteAllocatorHandle allocHandle, ByteBuf byteBuf, int maxDatagramPacketSize) private voidAbstractEpollStreamChannel.EpollStreamUnsafe.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, EpollRecvByteAllocatorHandle allocHandle) private static voidEpollDatagramChannel.processPacket(ChannelPipeline pipeline, EpollRecvByteAllocatorHandle handle, int bytesRead, DatagramPacket packet) private static voidEpollDatagramChannel.processPacketList(ChannelPipeline pipeline, EpollRecvByteAllocatorHandle handle, int bytesRead, RecyclableArrayList packetList) private booleanEpollDatagramChannel.recvmsg(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf) private booleanEpollDatagramChannel.scatteringRead(EpollRecvByteAllocatorHandle allocHandle, NativeDatagramPacketArray array, ByteBuf byteBuf, int datagramSize, int numDatagram)