Uses of Class
io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
Packages that use KQueueRecvByteAllocatorHandle
-
Uses of KQueueRecvByteAllocatorHandle in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as KQueueRecvByteAllocatorHandleModifier and TypeFieldDescriptionprivate KQueueRecvByteAllocatorHandle
AbstractKQueueChannel.AbstractKQueueUnsafe.allocHandle
Methods in io.netty.channel.kqueue that return KQueueRecvByteAllocatorHandleModifier and TypeMethodDescriptionAbstractKQueueChannel.AbstractKQueueUnsafe.recvBufAllocHandle()
Methods in io.netty.channel.kqueue with parameters of type KQueueRecvByteAllocatorHandleModifier and TypeMethodDescriptionprivate void
AbstractKQueueStreamChannel.KQueueStreamUnsafe.handleReadException
(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, KQueueRecvByteAllocatorHandle allocHandle) (package private) abstract void
AbstractKQueueChannel.AbstractKQueueUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle) (package private) void
AbstractKQueueServerChannel.KQueueServerSocketUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle) (package private) void
AbstractKQueueStreamChannel.KQueueStreamUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle) (package private) void
KQueueDatagramChannel.KQueueDatagramChannelUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle) (package private) void
KQueueDomainDatagramChannel.KQueueDomainDatagramChannelUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle) (package private) void
KQueueDomainSocketChannel.KQueueDomainUnsafe.readReady
(KQueueRecvByteAllocatorHandle allocHandle)