Package com.rabbitmq.client.impl.nio
package com.rabbitmq.client.impl.nio
NIO network connector.
-
ClassDescriptionBridge between
NioQueue
and JDK'sBlockingQueue
.Contract to createByteBuffer
s.Bridge between the byte buffer and stream worlds.DefaultByteBufferFactory
that creates heap-basedByteBuffer
s.Class to create AMQP frames from aReadableByteChannel
.Context when creating resources for a NIO-based connection.Logic of the NIO loop.Parameters used to configure the NIO mode of aConnectionFactory
.Contract to exchange frame between application threads and NIO thread.Bridge between the byte buffer and stream worlds.Sub-class ofFrameBuilder
that unwraps crypted data from the network.