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 TypeClassDescriptionclass
DefaultByteBufferFactory
that creates heap-basedByteBuffer
s.Fields in com.rabbitmq.client.impl.nio declared as ByteBufferFactoryModifier and TypeFieldDescriptionprivate ByteBufferFactory
NioParams.byteBufferFactory
The factory to createByteBuffer
s.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 createByteBuffer
s.