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
Fields in com.rabbitmq.client.impl.nio with type parameters of type NioContext Modifier and Type Field Description (package private) static java.util.function.Function<NioContext,NioQueue>NioParams. DEFAULT_WRITE_QUEUE_FACTORYprivate java.util.function.Function<NioContext,NioQueue>NioParams. writeQueueFactoryFactory to create aNioQueue.Methods in com.rabbitmq.client.impl.nio that return types with arguments of type NioContext Modifier and Type Method Description java.util.function.Function<NioContext,NioQueue>NioParams. getWriteQueueFactory()Methods in com.rabbitmq.client.impl.nio with parameters of type NioContext Modifier and Type Method Description protected java.nio.ByteBufferDefaultByteBufferFactory. createEncryptedByteBuffer(NioContext nioContext)java.nio.ByteBufferByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)Create the network readByteBuffer.java.nio.ByteBufferDefaultByteBufferFactory. createEncryptedReadBuffer(NioContext nioContext)java.nio.ByteBufferByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)Create the network writeByteBuffer.java.nio.ByteBufferDefaultByteBufferFactory. createEncryptedWriteBuffer(NioContext nioContext)java.nio.ByteBufferByteBufferFactory. createReadBuffer(NioContext nioContext)Create theByteBufferthat contains inbound frames.java.nio.ByteBufferDefaultByteBufferFactory. createReadBuffer(NioContext nioContext)java.nio.ByteBufferByteBufferFactory. createWriteBuffer(NioContext nioContext)Create theByteBufferthat contains outbound frames.java.nio.ByteBufferDefaultByteBufferFactory. createWriteBuffer(NioContext nioContext)Method parameters in com.rabbitmq.client.impl.nio with type arguments of type NioContext Modifier and Type Method Description NioParamsNioParams. setWriteQueueFactory(java.util.function.Function<NioContext,NioQueue> writeQueueFactory)Set the factory to createNioQueues.
-