Uses of Package
com.rabbitmq.client.impl.nio
-
Packages that use com.rabbitmq.client.impl.nio Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.nio NIO network connector. -
Classes in com.rabbitmq.client.impl.nio used by com.rabbitmq.client Class Description NioParams Parameters used to configure the NIO mode of aConnectionFactory
. -
Classes in com.rabbitmq.client.impl.nio used by com.rabbitmq.client.impl.nio Class Description ByteBufferFactory Contract to createByteBuffer
s.DefaultByteBufferFactory.ByteBufferAllocator FrameBuilder Class to create AMQP frames from aReadableByteChannel
.NioContext Context when creating resources for a NIO-based connection.NioLoopContext NioParams Parameters used to configure the NIO mode of aConnectionFactory
.NioQueue Contract to exchange frame between application threads and NIO thread.NioQueueFactory Contract to createNioQueue
.SocketChannelFrameHandlerFactory SocketChannelFrameHandlerState WriteRequest