Uses of Class
com.rabbitmq.client.SocketConfigurators.AbstractSocketConfigurator
-
Packages that use SocketConfigurators.AbstractSocketConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of SocketConfigurators.AbstractSocketConfigurator in com.rabbitmq.client
Fields in com.rabbitmq.client declared as SocketConfigurators.AbstractSocketConfigurator Modifier and Type Field Description static SocketConfigurators.AbstractSocketConfigurator
SocketConfigurators. DEFAULT
DefaultSocketConfigurator
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.Methods in com.rabbitmq.client that return SocketConfigurators.AbstractSocketConfigurator Modifier and Type Method Description SocketConfigurators.AbstractSocketConfigurator
SocketConfigurators.AbstractSocketConfigurator. andThen(SocketConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.static SocketConfigurators.AbstractSocketConfigurator
SocketConfigurators. defaultConfigurator()
The defaultSocketConfigurator
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.
-