Uses of Interface
com.rabbitmq.client.SocketChannelConfigurator
Packages that use SocketChannelConfigurator
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
NIO network connector.
-
Uses of SocketChannelConfigurator in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SocketChannelConfiguratorFields in com.rabbitmq.client declared as SocketChannelConfiguratorModifier and TypeFieldDescriptionstatic final SocketChannelConfiguratorSocketChannelConfigurators.DEFAULTDefaultSocketChannelConfiguratorthat disables Nagle's algorithm.static final SocketChannelConfiguratorSocketChannelConfigurators.DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.Methods in com.rabbitmq.client that return SocketChannelConfiguratorModifier and TypeMethodDescriptiondefault SocketChannelConfiguratorSocketChannelConfigurator.andThen(SocketChannelConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SocketChannelConfigurators.Builder.build()Return the configuredSocketConfigurator.static SocketChannelConfiguratorSocketChannelConfigurators.defaultConfigurator()The defaultSocketChannelConfiguratorthat disables Nagle's algorithm.static SocketChannelConfiguratorSocketChannelConfigurators.disableNagleAlgorithm()SocketChannelConfiguratorthat disables Nagle's algorithm.Methods in com.rabbitmq.client with parameters of type SocketChannelConfiguratorModifier and TypeMethodDescriptionSocketChannelConfigurators.Builder.add(SocketChannelConfigurator extraConfiguration) Add an extra configuration step.default SocketChannelConfiguratorSocketChannelConfigurator.andThen(SocketChannelConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation. -
Uses of SocketChannelConfigurator in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return SocketChannelConfiguratorMethods in com.rabbitmq.client.impl.nio with parameters of type SocketChannelConfiguratorModifier and TypeMethodDescriptionvoidNioParams.setSocketChannelConfigurator(SocketChannelConfigurator configurator) Set theSocketChannelconfigurator.