Uses of Class
io.netty.channel.epoll.EpollRecvByteAllocatorHandle
-
Packages that use EpollRecvByteAllocatorHandle Package Description io.netty.channel.epoll 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.epoll Modifier and Type Class Description (package private) classEpollRecvByteAllocatorStreamingHandleFields in io.netty.channel.epoll declared as EpollRecvByteAllocatorHandle Modifier and Type Field Description private EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe. allocHandleMethods in io.netty.channel.epoll that return EpollRecvByteAllocatorHandle Modifier and Type Method Description (package private) EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)Create a newEpollRecvByteAllocatorHandleinstance.(package private) EpollRecvByteAllocatorHandleAbstractEpollStreamChannel.EpollStreamUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe. recvBufAllocHandle()Methods in io.netty.channel.epoll with parameters of type EpollRecvByteAllocatorHandle Modifier and Type Method Description private booleanEpollDatagramChannel. connectedRead(EpollRecvByteAllocatorHandle allocHandle, ByteBuf byteBuf, int maxDatagramPacketSize)private voidAbstractEpollStreamChannel.EpollStreamUnsafe. handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.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)
-