Package com.rabbitmq.client
Class SocketChannelConfigurators
java.lang.Object
com.rabbitmq.client.SocketChannelConfigurators
Deprecated.
Ready-to-use instances and builder for
SocketChannelConfigurator.
Note SocketChannelConfigurators can be combined with
SocketChannelConfigurator.andThen(SocketChannelConfigurator).
- Since:
- 5.4.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SocketChannelConfiguratorDeprecated.DefaultSocketChannelConfiguratorthat disables Nagle's algorithm.static final SocketChannelConfiguratorDeprecated.Disable Nagle's algorithm. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.Builder to configure and creates aSocketChannelConfiguratorinstance.static SocketChannelConfiguratorDeprecated.The defaultSocketChannelConfiguratorthat disables Nagle's algorithm.static SocketChannelConfiguratorDeprecated.SocketChannelConfiguratorthat disables Nagle's algorithm.
-
Field Details
-
DISABLE_NAGLE_ALGORITHM
Deprecated.Disable Nagle's algorithm. -
DEFAULT
Deprecated.DefaultSocketChannelConfiguratorthat disables Nagle's algorithm.
-
-
Constructor Details
-
SocketChannelConfigurators
public SocketChannelConfigurators()Deprecated.
-
-
Method Details
-
defaultConfigurator
Deprecated.The defaultSocketChannelConfiguratorthat disables Nagle's algorithm.- Returns:
-
disableNagleAlgorithm
Deprecated.SocketChannelConfiguratorthat disables Nagle's algorithm.- Returns:
-
builder
Deprecated.Builder to configure and creates aSocketChannelConfiguratorinstance.- Returns:
-
ConnectionFactory.netty()with a channel customizer instead.