Uses of Class
com.rabbitmq.client.impl.nio.NioContext
Packages that use NioContext
-
Uses of NioContext in com.rabbitmq.client.impl.nio
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.