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.nio
Classes in com.rabbitmq.client.impl.nio that implement ByteBufferFactory Modifier and Type Class Description class
DefaultByteBufferFactory
DefaultByteBufferFactory
that creates heap-basedByteBuffer
s.Methods in com.rabbitmq.client.impl.nio that return ByteBufferFactory Modifier and Type Method Description ByteBufferFactory
NioParams. getByteBufferFactory()
Methods in com.rabbitmq.client.impl.nio with parameters of type ByteBufferFactory Modifier and Type Method Description NioParams
NioParams. setByteBufferFactory(ByteBufferFactory byteBufferFactory)
Set the factory to createByteBuffer
s.
-