| 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 |
NIO network connector.
|
| Modifier and Type | Field and Description |
|---|---|
static SslEngineConfigurator |
SslEngineConfigurators.DEFAULT
Default
SslEngineConfigurator, does nothing. |
static SslEngineConfigurator |
SslEngineConfigurators.ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator that enables server hostname verification. |
| Modifier and Type | Method and Description |
|---|---|
default SslEngineConfigurator |
SslEngineConfigurator.andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
SslEngineConfigurator |
SslEngineConfigurators.Builder.build()
Return the configured
SslEngineConfigurator. |
static SslEngineConfigurator |
SslEngineConfigurators.defaultConfigurator()
Default
SslEngineConfigurator, does nothing. |
static SslEngineConfigurator |
SslEngineConfigurators.enableHostnameVerification()
SslEngineConfigurator that enables server hostname verification. |
| Modifier and Type | Method and Description |
|---|---|
SslEngineConfigurators.Builder |
SslEngineConfigurators.Builder.add(SslEngineConfigurator extraConfiguration)
Add extra configuration step.
|
default SslEngineConfigurator |
SslEngineConfigurator.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 © 2021 VMware, Inc. or its affiliates.. All rights reserved.