Uses of Interface
com.rabbitmq.client.SslContextFactory
Packages that use SslContextFactory
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.
NIO network connector.
-
Uses of SslContextFactory in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type SslContextFactoryModifier and TypeMethodDescriptionvoid
ConnectionFactory.setSslContextFactory
(SslContextFactory sslContextFactory) The factory to create SSL contexts. -
Uses of SslContextFactory in com.rabbitmq.client.impl
Constructors in com.rabbitmq.client.impl with parameters of type SslContextFactoryModifierConstructorDescriptionSocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize) -
Uses of SslContextFactory in com.rabbitmq.client.impl.nio
Constructors in com.rabbitmq.client.impl.nio with parameters of type SslContextFactoryModifierConstructorDescriptionSocketChannelFrameHandlerFactory
(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)