Uses of Class
io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
-
Packages that use KQueueRecvByteAllocatorHandle Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of KQueueRecvByteAllocatorHandle in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as KQueueRecvByteAllocatorHandle Modifier and Type Field Description private KQueueRecvByteAllocatorHandleAbstractKQueueChannel.AbstractKQueueUnsafe. allocHandleMethods in io.netty.channel.kqueue that return KQueueRecvByteAllocatorHandle Modifier and Type Method Description KQueueRecvByteAllocatorHandleAbstractKQueueChannel.AbstractKQueueUnsafe. recvBufAllocHandle()Methods in io.netty.channel.kqueue with parameters of type KQueueRecvByteAllocatorHandle Modifier and Type Method Description private voidAbstractKQueueStreamChannel.KQueueStreamUnsafe. handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.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)
-