Package com.rabbitmq.client
Class SslEngineConfigurators
java.lang.Object
com.rabbitmq.client.SslEngineConfigurators
Deprecated.
Ready-to-use instances and builder for
SslEngineConfigurators.
Note SslEngineConfigurators can be combined with
SslEngineConfigurator.andThen(SslEngineConfigurator).
- Since:
- 5.4.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SslEngineConfiguratorDeprecated.DefaultSslEngineConfigurator, does nothing.static final SslEngineConfiguratorDeprecated.SslEngineConfiguratorthat enables server hostname verification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.Builder to configure and creates aSslEngineConfiguratorinstance.static SslEngineConfiguratorDeprecated.DefaultSslEngineConfigurator, does nothing.static SslEngineConfiguratorDeprecated.SslEngineConfiguratorthat enables server hostname verification.
-
Field Details
-
DEFAULT
Deprecated.DefaultSslEngineConfigurator, does nothing. -
ENABLE_HOSTNAME_VERIFICATION
Deprecated.SslEngineConfiguratorthat enables server hostname verification.
-
-
Constructor Details
-
SslEngineConfigurators
public SslEngineConfigurators()Deprecated.
-
-
Method Details
-
defaultConfigurator
Deprecated.DefaultSslEngineConfigurator, does nothing.- Returns:
-
enableHostnameVerification
Deprecated.SslEngineConfiguratorthat enables server hostname verification.- Returns:
-
builder
Deprecated.Builder to configure and creates aSslEngineConfiguratorinstance.- Returns:
-
ConnectionFactory.NettyConfiguration.sslContext(io.netty.handler.ssl.SslContext)instead