Uses of Class
com.rabbitmq.client.SocketChannelConfigurators.Builder
-
Packages that use SocketChannelConfigurators.Builder 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.Builder in com.rabbitmq.client
Methods in com.rabbitmq.client that return SocketChannelConfigurators.Builder Modifier and Type Method Description SocketChannelConfigurators.Builder
SocketChannelConfigurators.Builder. add(SocketChannelConfigurator extraConfiguration)
Add an extra configuration step.static SocketChannelConfigurators.Builder
SocketChannelConfigurators. builder()
Builder to configure and creates aSocketChannelConfigurator
instance.SocketChannelConfigurators.Builder
SocketChannelConfigurators.Builder. defaultConfigurator()
Set default configuration.SocketChannelConfigurators.Builder
SocketChannelConfigurators.Builder. disableNagleAlgorithm()
Disable Nagle's Algorithm.
-