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 | Field and Description |
---|---|
static SocketConfigurator |
SocketConfigurators.DEFAULT
Default
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurator |
SocketConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.
|
static SocketConfigurator |
SocketConfigurators.ENABLE_HOSTNAME_VERIFICATION
Enable server hostname validation for TLS connections.
|
Modifier and Type | Method and Description |
---|---|
default SocketConfigurator |
SocketConfigurator.andThen(SocketConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
SocketConfigurator |
SocketConfigurators.Builder.build()
Return the configured
SocketConfigurator . |
static SocketConfigurator |
SocketConfigurators.defaultConfigurator()
The default
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurator |
SocketConfigurators.disableNagleAlgorithm()
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurator |
SocketConfigurators.enableHostnameVerification()
SocketConfigurator that enable server hostname verification for TLS connections. |
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.
|
default SocketConfigurator |
SocketConfigurator.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) |
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 © 2022 VMware, Inc. or its affiliates.. All rights reserved.