| 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.nio |
| Modifier and Type | Class and Description |
|---|---|
static class |
SslEngineConfigurators.AbstractSslEngineConfigurator |
| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurator |
SslEngineConfigurators.Builder.build()
Return the configured
SslEngineConfigurator. |
| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurators.Builder |
SslEngineConfigurators.Builder.add(SslEngineConfigurator extraConfiguration)
Add extra configuration step.
|
SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.AbstractSslEngineConfigurator.andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurator |
NioParams.getSslEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NioParams.setSslEngineConfigurator(SslEngineConfigurator configurator)
Set the
SSLEngine configurator. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.