| 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 | Class and Description |
|---|---|
class |
SocketFrameHandler
A socket-based frame handler.
|
| Modifier and Type | Method and Description |
|---|---|
FrameHandler |
SocketFrameHandlerFactory.create(Address addr,
String connectionName) |
FrameHandler |
FrameHandlerFactory.create(Address addr,
String connectionName) |
FrameHandler |
SocketFrameHandlerFactory.create(Socket sock) |
FrameHandler |
AMQConnection.getFrameHandler() |
| Constructor and Description |
|---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler) |
AMQConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector)
Construct a new connection
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketChannelFrameHandler |
| Modifier and Type | Method and Description |
|---|---|
FrameHandler |
SocketChannelFrameHandlerFactory.create(Address addr,
String connectionName) |
| Modifier and Type | Method and Description |
|---|---|
protected RecoveryAwareAMQConnection |
RecoveryAwareAMQConnectionFactory.createConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler) |
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.