Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
Modifier and Type | Field and Description |
---|---|
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.DEFAULT
Default
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.
|
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.ENABLE_HOSTNAME_VERIFICATION
Enable server hostname validation for TLS connections.
|
Modifier and Type | Method and Description |
---|---|
SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.AbstractSocketConfigurator.andThen(SocketConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.defaultConfigurator()
The default
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.disableNagleAlgorithm()
SocketConfigurator that disables Nagle's algorithm. |
static SocketConfigurators.AbstractSocketConfigurator |
SocketConfigurators.enableHostnameVerification()
SocketConfigurator that enable server hostname verification for TLS connections. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.