Uses of Interface
com.rabbitmq.client.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
Modifier 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.Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected final SocketConfigurator
AbstractFrameHandlerFactory.configurator
ModifierConstructorDescriptionprotected
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)