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 FrameHandlerFactory |
ConnectionFactory.createFrameHandlerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFrameHandlerFactory |
class |
SocketFrameHandlerFactory |
Modifier and Type | Class and Description |
---|---|
class |
SocketChannelFrameHandlerFactory |
Constructor and Description |
---|
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
AddressResolver addressResolver) |
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
AddressResolver addressResolver,
MetricsCollector metricsCollector) |
AutorecoveringConnection(ConnectionParams params,
FrameHandlerFactory f,
List<Address> addrs) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
AddressResolver addressResolver) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
AddressResolver addressResolver,
MetricsCollector metricsCollector) |
RecoveryAwareAMQConnectionFactory(ConnectionParams params,
FrameHandlerFactory factory,
List<Address> addrs) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.