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.
|
Modifier and Type | Field and Description |
---|---|
protected SocketConfigurator |
AbstractFrameHandlerFactory.configurator |
Constructor and Description |
---|
AbstractFrameHandlerFactory(int connectionTimeout,
SocketConfigurator configurator,
boolean ssl) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor,
SslContextFactory sslContextFactory) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.