Uses of Interface
com.rabbitmq.client.SocketConfigurator
Packages that use SocketConfigurator
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of SocketConfigurator in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SocketConfiguratorFields in com.rabbitmq.client declared as SocketConfiguratorModifier and TypeFieldDescriptionstatic final SocketConfigurator
SocketConfigurators.DEFAULT
DefaultSocketConfigurator
that disables Nagle's algorithm.static final SocketConfigurator
SocketConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.static final SocketConfigurator
SocketConfigurators.ENABLE_HOSTNAME_VERIFICATION
Enable server hostname validation for TLS connections.Methods in com.rabbitmq.client that return SocketConfiguratorModifier and TypeMethodDescriptiondefault SocketConfigurator
SocketConfigurator.andThen
(SocketConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.SocketConfigurators.Builder.build()
Return the configuredSocketConfigurator
.static SocketConfigurator
SocketConfigurators.defaultConfigurator()
The defaultSocketConfigurator
that disables Nagle's algorithm.static SocketConfigurator
SocketConfigurators.disableNagleAlgorithm()
SocketConfigurator
that disables Nagle's algorithm.static SocketConfigurator
SocketConfigurators.enableHostnameVerification()
SocketConfigurator
that enable server hostname verification for TLS connections.ConnectionFactory.getSocketConfigurator()
Get the socket configurator.Methods in com.rabbitmq.client with parameters of type SocketConfiguratorModifier and TypeMethodDescriptionSocketConfigurators.Builder.add
(SocketConfigurator extraConfiguration) Add an extra configuration step.default SocketConfigurator
SocketConfigurator.andThen
(SocketConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.void
ConnectionFactory.setSocketConfigurator
(SocketConfigurator socketConfigurator) Set the socket configurator. -
Uses of SocketConfigurator in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as SocketConfiguratorModifier and TypeFieldDescriptionprotected final SocketConfigurator
AbstractFrameHandlerFactory.configurator
Constructors in com.rabbitmq.client.impl with parameters of type SocketConfiguratorModifierConstructorDescriptionprotected
AbstractFrameHandlerFactory
(int connectionTimeout, SocketConfigurator configurator, boolean ssl, int maxInboundMessageBodySize) SocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl) SocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor) SocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)