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) class
EpollRecvByteAllocatorStreamingHandle
Fields in io.netty.channel.epoll declared as EpollRecvByteAllocatorHandle Modifier and Type Field Description private EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe. allocHandle
Methods in io.netty.channel.epoll that return EpollRecvByteAllocatorHandle Modifier and Type Method Description (package private) EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)
Create a newEpollRecvByteAllocatorHandle
instance.(package private) EpollRecvByteAllocatorHandle
AbstractEpollStreamChannel.EpollStreamUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)
EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe. recvBufAllocHandle()
Methods in io.netty.channel.epoll with parameters of type EpollRecvByteAllocatorHandle Modifier and Type Method Description private boolean
EpollDatagramChannel. connectedRead(EpollRecvByteAllocatorHandle allocHandle, ByteBuf byteBuf, int maxDatagramPacketSize)
private void
AbstractEpollStreamChannel.EpollStreamUnsafe. handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.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)
-