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 KQueueRecvByteAllocatorHandleAbstractKQueueChannel.AbstractKQueueUnsafe.allocHandleMethods 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 voidAbstractKQueueStreamChannel.KQueueStreamUnsafe.handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, KQueueRecvByteAllocatorHandle allocHandle) (package private) abstract voidAbstractKQueueChannel.AbstractKQueueUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle) (package private) voidAbstractKQueueServerChannel.KQueueServerSocketUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle) (package private) voidAbstractKQueueStreamChannel.KQueueStreamUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle) (package private) voidKQueueDatagramChannel.KQueueDatagramChannelUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle) (package private) voidKQueueDomainDatagramChannel.KQueueDomainDatagramChannelUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle) (package private) voidKQueueDomainSocketChannel.KQueueDomainUnsafe.readReady(KQueueRecvByteAllocatorHandle allocHandle)