Uses of Interface
com.rabbitmq.client.SocketConfigurator
-
Packages that use SocketConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl 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 SocketConfigurator Modifier and Type Class Description classDefaultSocketConfiguratorFields in com.rabbitmq.client declared as SocketConfigurator Modifier and Type Field Description private SocketConfiguratorSocketConfigurators.Builder. configuratorstatic SocketConfiguratorSocketConfigurators. DEFAULTDefaultSocketConfiguratorthat disables Nagle's algorithm.static SocketConfiguratorSocketConfigurators. DISABLE_NAGLE_ALGORITHMDisable Nagle's algorithm.static SocketConfiguratorSocketConfigurators. ENABLE_HOSTNAME_VERIFICATIONEnable server hostname validation for TLS connections.private SocketConfiguratorConnectionFactory. socketConfMethods in com.rabbitmq.client that return SocketConfigurator Modifier and Type Method Description default SocketConfiguratorSocketConfigurator. andThen(SocketConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.SocketConfiguratorSocketConfigurators.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.SocketConfiguratorConnectionFactory. getSocketConfigurator()Get the socket configurator.Methods in com.rabbitmq.client with parameters of type SocketConfigurator Modifier and Type Method Description SocketConfigurators.BuilderSocketConfigurators.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 SocketConfigurator Modifier and Type Field Description protected SocketConfiguratorAbstractFrameHandlerFactory. configuratorConstructors in com.rabbitmq.client.impl with parameters of type SocketConfigurator Constructor Description AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, int maxInboundMessageBodySize)SocketFrameHandlerFactory(int connectionTimeout, javax.net.SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl)SocketFrameHandlerFactory(int connectionTimeout, javax.net.SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, java.util.concurrent.ExecutorService shutdownExecutor)SocketFrameHandlerFactory(int connectionTimeout, javax.net.SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, java.util.concurrent.ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-