| 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 |
| Modifier and Type | Method and Description |
|---|---|
SocketConfigurator |
ConnectionFactory.getSocketConfigurator()
Get the socket configurator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionFactory.setSocketConfigurator(SocketConfigurator socketConfigurator)
Set the socket configurator.
|
| Constructor and Description |
|---|
FrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.