Uses of Class
com.rabbitmq.client.SocketChannelConfigurators.AbstractSocketChannelConfigurator
-
Packages that use SocketChannelConfigurators.AbstractSocketChannelConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of SocketChannelConfigurators.AbstractSocketChannelConfigurator in com.rabbitmq.client
Fields in com.rabbitmq.client declared as SocketChannelConfigurators.AbstractSocketChannelConfigurator Modifier and Type Field Description static SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators. DEFAULTDefaultSocketChannelConfiguratorthat disables Nagle's algorithm.static SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators. DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.Methods in com.rabbitmq.client that return SocketChannelConfigurators.AbstractSocketChannelConfigurator Modifier and Type Method Description SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators.AbstractSocketChannelConfigurator. andThen(SocketChannelConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.static SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators. defaultConfigurator()The defaultSocketChannelConfiguratorthat disables Nagle's algorithm.static SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators. disableNagleAlgorithm()SocketChannelConfiguratorthat disables Nagle's algorithm.
-