Uses of Class
com.rabbitmq.client.impl.nio.NioContext
-
Uses of NioContext in com.rabbitmq.client.impl.nio
Modifier 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) Modifier and TypeMethodDescriptionNioParams.setWriteQueueFactory
(Function<NioContext, NioQueue> writeQueueFactory) Set the factory to createNioQueue
s.