Uses of Class
com.rabbitmq.client.impl.nio.NioContext
Packages that use NioContext
-
Uses of NioContext in com.rabbitmq.client.impl.nio
Fields in com.rabbitmq.client.impl.nio with type parameters of type NioContextModifier and TypeFieldDescription(package private) static Function
<NioContext, NioQueue> NioParams.DEFAULT_WRITE_QUEUE_FACTORY
private Function
<NioContext, NioQueue> NioParams.writeQueueFactory
Factory to create aNioQueue
.Methods in com.rabbitmq.client.impl.nio that return types with arguments of type NioContextMethods in com.rabbitmq.client.impl.nio with parameters of type NioContextModifier and TypeMethodDescriptionprotected ByteBuffer
DefaultByteBufferFactory.createEncryptedByteBuffer
(NioContext nioContext) ByteBufferFactory.createEncryptedReadBuffer
(NioContext nioContext) Create the network readByteBuffer
.DefaultByteBufferFactory.createEncryptedReadBuffer
(NioContext nioContext) ByteBufferFactory.createEncryptedWriteBuffer
(NioContext nioContext) Create the network writeByteBuffer
.DefaultByteBufferFactory.createEncryptedWriteBuffer
(NioContext nioContext) ByteBufferFactory.createReadBuffer
(NioContext nioContext) Create theByteBuffer
that contains inbound frames.DefaultByteBufferFactory.createReadBuffer
(NioContext nioContext) ByteBufferFactory.createWriteBuffer
(NioContext nioContext) Create theByteBuffer
that contains outbound frames.DefaultByteBufferFactory.createWriteBuffer
(NioContext nioContext) Method parameters in com.rabbitmq.client.impl.nio with type arguments of type NioContextModifier and TypeMethodDescriptionNioParams.setWriteQueueFactory
(Function<NioContext, NioQueue> writeQueueFactory) Set the factory to createNioQueue
s.