Uses of Interface
com.rabbitmq.client.impl.nio.ByteBufferFactory
- 
Packages that use ByteBufferFactory Package Description com.rabbitmq.client.impl.nio NIO network connector.
- 
- 
Uses of ByteBufferFactory in com.rabbitmq.client.impl.nioClasses in com.rabbitmq.client.impl.nio that implement ByteBufferFactory Modifier and Type Class Description classDefaultByteBufferFactoryDefaultByteBufferFactorythat creates heap-basedByteBuffers.Methods in com.rabbitmq.client.impl.nio that return ByteBufferFactory Modifier and Type Method Description ByteBufferFactoryNioParams. getByteBufferFactory()Methods in com.rabbitmq.client.impl.nio with parameters of type ByteBufferFactory Modifier and Type Method Description NioParamsNioParams. setByteBufferFactory(ByteBufferFactory byteBufferFactory)Set the factory to createByteBuffers.
 
-