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.
|
Modifier and Type | Method and Description |
---|---|
protected AMQConnection |
ConnectionFactory.createConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector) |
Modifier and Type | Method and Description |
---|---|
AMQConnection |
AMQChannel.getConnection() |
Modifier and Type | Method and Description |
---|---|
ChannelN |
ChannelManager.createChannel(AMQConnection connection) |
ChannelN |
ChannelManager.createChannel(AMQConnection connection,
int channelNumber) |
void |
SocketFrameHandler.initialize(AMQConnection connection) |
void |
FrameHandler.initialize(AMQConnection connection) |
protected ChannelN |
ChannelManager.instantiateChannel(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AMQConnection |
SocketChannelFrameHandlerState.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
SocketChannelFrameHandler.initialize(AMQConnection connection) |
void |
SocketChannelFrameHandlerState.setConnection(AMQConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareAMQConnection
AMQConnection modification that uses RecoveryAwareChannelN |
Modifier and Type | Method and Description |
---|---|
AMQConnection |
AutorecoveringConnection.getDelegate()
Not supposed to be used outside of automated tests.
|
Modifier and Type | Method and Description |
---|---|
protected ChannelN |
RecoveryAwareChannelManager.instantiateChannel(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService) |
Constructor and 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.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.