Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
Modifier and Type | Field and Description |
---|---|
static SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.DEFAULT
Default
SslEngineConfigurator , does nothing. |
static SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator that enables server hostname verification. |
Modifier and Type | Method and Description |
---|---|
SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.AbstractSslEngineConfigurator.andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
static SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.defaultConfigurator()
Default
SslEngineConfigurator , does nothing. |
static SslEngineConfigurators.AbstractSslEngineConfigurator |
SslEngineConfigurators.enableHostnameVerification()
SslEngineConfigurator that enables server hostname verification. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.