| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSocketConfigurator |
static class |
SocketConfigurators.AbstractSocketConfigurator |
| Modifier and Type | Method and Description |
|---|---|
SocketConfigurator |
SocketConfigurators.Builder.build()
Return the configured
SocketConfigurator. |
SocketConfigurator |
ConnectionFactory.getSocketConfigurator()
Get the socket configurator.
|
| Modifier and Type | Method and Description |
|---|---|
SocketConfigurators.Builder |
SocketConfigurators.Builder.add(SocketConfigurator extraConfiguration)
Add an extra configuration step.
|
SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.AbstractSocketConfigurator.andThen(SocketConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
void |
ConnectionFactory.setSocketConfigurator(SocketConfigurator socketConfigurator)
Set the socket configurator.
|
| Modifier and Type | Field and Description |
|---|---|
protected SocketConfigurator |
AbstractFrameHandlerFactory.configurator |
| Constructor and Description |
|---|
AbstractFrameHandlerFactory(int connectionTimeout,
SocketConfigurator configurator,
boolean ssl,
ConnectionPostProcessor connectionPostProcessor) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor,
ConnectionPostProcessor connectionPostProcessor) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.