Package com.rabbitmq.client
Class SocketChannelConfigurators.Builder
java.lang.Object
com.rabbitmq.client.SocketChannelConfigurators.Builder
- Enclosing class:
SocketChannelConfigurators
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(SocketChannelConfigurator extraConfiguration) Add an extra configuration step.build()
Return the configuredSocketConfigurator
.Set default configuration.Disable Nagle's Algorithm.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultConfigurator
Set default configuration.- Returns:
-
disableNagleAlgorithm
Disable Nagle's Algorithm.- Returns:
-
add
Add an extra configuration step.- Parameters:
extraConfiguration
-- Returns:
-
build
Return the configuredSocketConfigurator
.- Returns:
-