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.AbstractSocketChannelConfigurator
SocketChannelConfigurators. DEFAULT
DefaultSocketChannelConfigurator
that disables Nagle's algorithm.static SocketChannelConfigurators.AbstractSocketChannelConfigurator
SocketChannelConfigurators. DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.Methods in com.rabbitmq.client that return SocketChannelConfigurators.AbstractSocketChannelConfigurator Modifier and Type Method Description SocketChannelConfigurators.AbstractSocketChannelConfigurator
SocketChannelConfigurators.AbstractSocketChannelConfigurator. andThen(SocketChannelConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.static SocketChannelConfigurators.AbstractSocketChannelConfigurator
SocketChannelConfigurators. defaultConfigurator()
The defaultSocketChannelConfigurator
that disables Nagle's algorithm.static SocketChannelConfigurators.AbstractSocketChannelConfigurator
SocketChannelConfigurators. disableNagleAlgorithm()
SocketChannelConfigurator
that disables Nagle's algorithm.
-