Uses of Interface
com.rabbitmq.client.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
Modifier and TypeFieldDescriptionstatic final SocketChannelConfigurator
SocketChannelConfigurators.DEFAULT
DefaultSocketChannelConfigurator
that disables Nagle's algorithm.static final SocketChannelConfigurator
SocketChannelConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.Modifier and TypeMethodDescriptiondefault SocketChannelConfigurator
SocketChannelConfigurator.andThen
(SocketChannelConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.SocketChannelConfigurators.Builder.build()
Return the configuredSocketConfigurator
.static SocketChannelConfigurator
SocketChannelConfigurators.defaultConfigurator()
The defaultSocketChannelConfigurator
that disables Nagle's algorithm.static SocketChannelConfigurator
SocketChannelConfigurators.disableNagleAlgorithm()
SocketChannelConfigurator
that disables Nagle's algorithm.Modifier and TypeMethodDescriptionSocketChannelConfigurators.Builder.add
(SocketChannelConfigurator extraConfiguration) Add an extra configuration step.default SocketChannelConfigurator
SocketChannelConfigurator.andThen
(SocketChannelConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation. -
Uses of SocketChannelConfigurator in com.rabbitmq.client.impl.nio
Modifier and TypeMethodDescriptionvoid
NioParams.setSocketChannelConfigurator
(SocketChannelConfigurator configurator) Set theSocketChannel
configurator.