Uses of Interface
com.rabbitmq.client.SslContextFactory
-
Packages that use SslContextFactory 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.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of SslContextFactory in com.rabbitmq.client
Fields in com.rabbitmq.client declared as SslContextFactory Modifier and Type Field Description private SslContextFactory
ConnectionFactory. sslContextFactory
Methods in com.rabbitmq.client with parameters of type SslContextFactory Modifier and Type Method Description void
ConnectionFactory. setSslContextFactory(SslContextFactory sslContextFactory)
The factory to create SSL contexts. -
Uses of SslContextFactory in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as SslContextFactory Modifier and Type Field Description private SslContextFactory
SocketFrameHandlerFactory. sslContextFactory
Constructors in com.rabbitmq.client.impl with parameters of type SslContextFactory Constructor Description SocketFrameHandlerFactory(int connectionTimeout, javax.net.SocketFactory socketFactory, SocketConfigurator configurator, boolean ssl, java.util.concurrent.ExecutorService shutdownExecutor, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-
Uses of SslContextFactory in com.rabbitmq.client.impl.nio
Fields in com.rabbitmq.client.impl.nio declared as SslContextFactory Modifier and Type Field Description private SslContextFactory
SocketChannelFrameHandlerFactory. sslContextFactory
Constructors in com.rabbitmq.client.impl.nio with parameters of type SslContextFactory Constructor Description SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SslContextFactory sslContextFactory, int maxInboundMessageBodySize)
-