Uses of Interface
com.rabbitmq.client.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
Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setSslContextFactory
(SslContextFactory sslContextFactory) The factory to create SSL contexts. -
Uses of SslContextFactory in com.rabbitmq.client.impl
ModifierConstructorDescriptionSocketFrameHandlerFactory
(int connectionTimeout, SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize) -
Uses of SslContextFactory in com.rabbitmq.client.impl.nio
ModifierConstructorDescriptionSocketChannelFrameHandlerFactory
(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)