Uses of Class
com.rabbitmq.client.impl.nio.NioContext
-
Packages that use NioContext Package Description com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioContext in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return types with arguments of type NioContext Modifier and Type Method Description Function<NioContext,NioQueue>
NioParams. getWriteQueueFactory()
Methods in com.rabbitmq.client.impl.nio with parameters of type NioContext Modifier and Type Method Description protected ByteBuffer
DefaultByteBufferFactory. createEncryptedByteBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)
Create the network readByteBuffer
.ByteBuffer
DefaultByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)
Create the network writeByteBuffer
.ByteBuffer
DefaultByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createReadBuffer(NioContext nioContext)
Create theByteBuffer
that contains inbound frames.ByteBuffer
DefaultByteBufferFactory. createReadBuffer(NioContext nioContext)
ByteBuffer
ByteBufferFactory. createWriteBuffer(NioContext nioContext)
Create theByteBuffer
that contains outbound frames.ByteBuffer
DefaultByteBufferFactory. createWriteBuffer(NioContext nioContext)
Method parameters in com.rabbitmq.client.impl.nio with type arguments of type NioContext Modifier and Type Method Description NioParams
NioParams. setWriteQueueFactory(Function<NioContext,NioQueue> writeQueueFactory)
Set the factory to createNioQueue
s.
-