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 KQueueRecvByteAllocatorHandle
AbstractKQueueChannel.AbstractKQueueUnsafe. allocHandle
Methods in io.netty.channel.kqueue that return KQueueRecvByteAllocatorHandle Modifier and Type Method Description KQueueRecvByteAllocatorHandle
AbstractKQueueChannel.AbstractKQueueUnsafe. recvBufAllocHandle()
Methods in io.netty.channel.kqueue with parameters of type KQueueRecvByteAllocatorHandle Modifier and Type Method Description private void
AbstractKQueueStreamChannel.KQueueStreamUnsafe. handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.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)
-