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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setSslContextFactory(SslContextFactory sslContextFactory)
The factory to create SSL contexts.
|
Constructor and Description |
---|
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory socketFactory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor,
SslContextFactory sslContextFactory) |
Constructor and Description |
---|
SocketChannelFrameHandlerFactory(int connectionTimeout,
NioParams nioParams,
boolean ssl,
SslContextFactory sslContextFactory) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.