Uses of Interface
com.rabbitmq.client.impl.nio.ByteBufferFactory
Packages that use ByteBufferFactory
-
Uses of ByteBufferFactory in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement ByteBufferFactoryModifier and TypeClassDescriptionclassDefaultByteBufferFactorythat creates heap-basedByteBuffers.Fields in com.rabbitmq.client.impl.nio declared as ByteBufferFactoryModifier and TypeFieldDescriptionprivate ByteBufferFactoryNioParams.byteBufferFactoryThe factory to createByteBuffers.Methods in com.rabbitmq.client.impl.nio that return ByteBufferFactoryMethods in com.rabbitmq.client.impl.nio with parameters of type ByteBufferFactoryModifier and TypeMethodDescriptionNioParams.setByteBufferFactory(ByteBufferFactory byteBufferFactory) Set the factory to createByteBuffers.