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 SocketConfiguratorSocketConfigurators.DEFAULTDefaultSocketConfiguratorthat disables Nagle's algorithm.static final SocketConfiguratorSocketConfigurators.DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.static final SocketConfiguratorSocketConfigurators.ENABLE_HOSTNAME_VERIFICATIONEnable server hostname validation for TLS connections.Methods in com.rabbitmq.client that return SocketConfiguratorModifier and TypeMethodDescriptiondefault SocketConfiguratorSocketConfigurator.andThen(SocketConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SocketConfigurators.Builder.build()Return the configuredSocketConfigurator.static SocketConfiguratorSocketConfigurators.defaultConfigurator()The defaultSocketConfiguratorthat disables Nagle's algorithm.static SocketConfiguratorSocketConfigurators.disableNagleAlgorithm()SocketConfiguratorthat disables Nagle's algorithm.static SocketConfiguratorSocketConfigurators.enableHostnameVerification()SocketConfiguratorthat 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 SocketConfiguratorSocketConfigurator.andThen(SocketConfigurator after) Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.voidConnectionFactory.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 SocketConfiguratorAbstractFrameHandlerFactory.configuratorConstructors in com.rabbitmq.client.impl with parameters of type SocketConfiguratorModifierConstructorDescriptionprotectedAbstractFrameHandlerFactory(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)