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.AbstractSocketConfiguratorSocketConfigurators. DEFAULTDefaultSocketConfiguratorthat disables Nagle's algorithm.static SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators. DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.static SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators. ENABLE_HOSTNAME_VERIFICATIONEnable server hostname validation for TLS connections.Methods in com.rabbitmq.client that return SocketConfigurators.AbstractSocketConfigurator Modifier and Type Method Description SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators.AbstractSocketConfigurator. andThen(SocketConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.static SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators. defaultConfigurator()The defaultSocketConfiguratorthat disables Nagle's algorithm.static SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators. disableNagleAlgorithm()SocketConfiguratorthat disables Nagle's algorithm.static SocketConfigurators.AbstractSocketConfiguratorSocketConfigurators. enableHostnameVerification()SocketConfiguratorthat enable server hostname verification for TLS connections.
-