Uses of Interface
com.rabbitmq.client.SocketChannelConfigurator
-
Packages that use SocketChannelConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of SocketChannelConfigurator in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SocketChannelConfigurator Modifier and Type Class Description classDefaultSocketChannelConfiguratorFields in com.rabbitmq.client declared as SocketChannelConfigurator Modifier and Type Field Description private SocketChannelConfiguratorSocketChannelConfigurators.Builder. configuratorstatic SocketChannelConfiguratorSocketChannelConfigurators. DEFAULTDefaultSocketChannelConfiguratorthat disables Nagle's algorithm.static SocketChannelConfiguratorSocketChannelConfigurators. DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.Methods in com.rabbitmq.client that return SocketChannelConfigurator Modifier and Type Method Description default SocketChannelConfiguratorSocketChannelConfigurator. andThen(SocketChannelConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SocketChannelConfiguratorSocketChannelConfigurators.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 SocketChannelConfigurator Modifier and Type Method Description SocketChannelConfigurators.BuilderSocketChannelConfigurators.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
Fields in com.rabbitmq.client.impl.nio declared as SocketChannelConfigurator Modifier and Type Field Description private SocketChannelConfiguratorNioParams. socketChannelConfiguratorthe hook to configure the socket channel before it's openMethods in com.rabbitmq.client.impl.nio that return SocketChannelConfigurator Modifier and Type Method Description SocketChannelConfiguratorNioParams. getSocketChannelConfigurator()Methods in com.rabbitmq.client.impl.nio with parameters of type SocketChannelConfigurator Modifier and Type Method Description voidNioParams. setSocketChannelConfigurator(SocketChannelConfigurator configurator)Set theSocketChannelconfigurator.
-