Uses of Class
com.rabbitmq.client.impl.AMQConnection
Packages that use AMQConnection
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
NIO network connector.
Implementation of connection and topology recovery.
-
Uses of AMQConnection in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQConnectionModifier and TypeMethodDescriptionprotected AMQConnection
ConnectionFactory.createConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) -
Uses of AMQConnection in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as AMQConnectionModifier and TypeFieldDescriptionprivate final AMQConnection
AMQChannel._connection
The connection this channel is associated with.private final AMQConnection
ConsumerDispatcher.connection
Methods in com.rabbitmq.client.impl that return AMQConnectionMethods in com.rabbitmq.client.impl with parameters of type AMQConnectionModifier and TypeMethodDescriptionprivate ChannelN
ChannelManager.addNewChannel
(AMQConnection connection, int channelNumber) ChannelManager.createChannel
(AMQConnection connection) 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 AMQConnectionModifierConstructorDescriptionAMQChannel
(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, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number.ConsumerDispatcher
(AMQConnection connection, Channel channel, ConsumerWorkService workService) -
Uses of AMQConnection in com.rabbitmq.client.impl.nio
Fields in com.rabbitmq.client.impl.nio declared as AMQConnectionMethods in com.rabbitmq.client.impl.nio that return AMQConnectionMethods in com.rabbitmq.client.impl.nio with parameters of type AMQConnectionModifier and TypeMethodDescriptionvoid
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.recoveryModifier and TypeClassDescriptionclass
AMQConnection
modification that usesRecoveryAwareChannelN
Methods in com.rabbitmq.client.impl.recovery that return AMQConnectionModifier and TypeMethodDescriptionAutorecoveringConnection.getDelegate()
Not supposed to be used outside of automated tests.Methods in com.rabbitmq.client.impl.recovery with parameters of type AMQConnectionModifier and TypeMethodDescriptionprotected ChannelN
RecoveryAwareChannelManager.instantiateChannel
(AMQConnection connection, int channelNumber, ConsumerWorkService workService) Constructors in com.rabbitmq.client.impl.recovery with parameters of type AMQConnectionModifierConstructorDescriptionRecoveryAwareChannelN
(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, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number.