Uses of Interface
com.rabbitmq.client.impl.nio.NioQueue
-
Packages that use NioQueue Package Description com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioQueue in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement NioQueue Modifier and Type Class Description class
BlockingQueueNioQueue
Bridge betweenNioQueue
and JDK'sBlockingQueue
.Fields in com.rabbitmq.client.impl.nio declared as NioQueue Modifier and Type Field Description private NioQueue
SocketChannelFrameHandlerState. writeQueue
Fields in com.rabbitmq.client.impl.nio with type parameters of type NioQueue Modifier and Type Field Description (package private) static java.util.function.Function<NioContext,NioQueue>
NioParams. DEFAULT_WRITE_QUEUE_FACTORY
private java.util.function.Function<NioContext,NioQueue>
NioParams. writeQueueFactory
Factory to create aNioQueue
.Methods in com.rabbitmq.client.impl.nio that return NioQueue Modifier and Type Method Description NioQueue
SocketChannelFrameHandlerState. getWriteQueue()
Methods in com.rabbitmq.client.impl.nio that return types with arguments of type NioQueue Modifier and Type Method Description java.util.function.Function<NioContext,NioQueue>
NioParams. getWriteQueueFactory()
Method parameters in com.rabbitmq.client.impl.nio with type arguments of type NioQueue Modifier and Type Method Description NioParams
NioParams. setWriteQueueFactory(java.util.function.Function<NioContext,NioQueue> writeQueueFactory)
Set the factory to createNioQueue
s.
-