Uses of Class
com.rabbitmq.client.impl.AMQConnection
-
Packages that use AMQConnection 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 Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.nio NIO network connector.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of AMQConnection in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQConnection Modifier and Type Method Description protected AMQConnection
ConnectionFactory. createConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector)
-
Uses of AMQConnection in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQConnection Modifier and Type Method Description AMQConnection
AMQChannel. getConnection()
Methods in com.rabbitmq.client.impl with parameters of type AMQConnection Modifier and Type Method Description ChannelN
ChannelManager. createChannel(AMQConnection connection)
ChannelN
ChannelManager. createChannel(AMQConnection connection, int channelNumber)
void
FrameHandler. initialize(AMQConnection connection)
void
SocketFrameHandler. initialize(AMQConnection connection)
protected ChannelN
ChannelManager. instantiateChannel(AMQConnection connection, int channelNumber, ConsumerWorkService workService)
Constructors in com.rabbitmq.client.impl with parameters of type AMQConnection Constructor Description AMQChannel(AMQConnection connection, int channelNumber)
Construct a channel on the given connection, with the given channel number.ChannelN(AMQConnection connection, int channelNumber, ConsumerWorkService workService)
Construct a new channel on the given connection with the given channel number.ChannelN(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given channel number. -
Uses of AMQConnection in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return AMQConnection Modifier and Type Method Description AMQConnection
SocketChannelFrameHandlerState. getConnection()
Methods in com.rabbitmq.client.impl.nio with parameters of type AMQConnection Modifier and Type Method Description void
SocketChannelFrameHandler. initialize(AMQConnection connection)
void
SocketChannelFrameHandlerState. setConnection(AMQConnection connection)
-
Uses of AMQConnection in com.rabbitmq.client.impl.recovery
Subclasses of AMQConnection in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecoveryAwareAMQConnection
AMQConnection
modification that usesRecoveryAwareChannelN
Methods in com.rabbitmq.client.impl.recovery that return AMQConnection Modifier and Type Method Description AMQConnection
AutorecoveringConnection. getDelegate()
Not supposed to be used outside of automated tests.Methods in com.rabbitmq.client.impl.recovery with parameters of type AMQConnection Modifier and Type Method Description protected ChannelN
RecoveryAwareChannelManager. instantiateChannel(AMQConnection connection, int channelNumber, ConsumerWorkService workService)
Constructors in com.rabbitmq.client.impl.recovery with parameters of type AMQConnection Constructor Description RecoveryAwareChannelN(AMQConnection connection, int channelNumber, ConsumerWorkService workService)
Construct a new channel on the given connection with the given channel number.RecoveryAwareChannelN(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given channel number.
-