Package com.rabbitmq.client
Class SslEngineConfigurators
java.lang.Object
com.rabbitmq.client.SslEngineConfigurators
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 SslEngineConfiguratorDefaultSslEngineConfigurator, does nothing.static final SslEngineConfiguratorSslEngineConfiguratorthat enables server hostname verification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Builder to configure and creates aSslEngineConfiguratorinstance.static SslEngineConfiguratorDefaultSslEngineConfigurator, does nothing.static SslEngineConfiguratorSslEngineConfiguratorthat enables server hostname verification.
-
Field Details
-
DEFAULT
DefaultSslEngineConfigurator, does nothing. -
ENABLE_HOSTNAME_VERIFICATION
SslEngineConfiguratorthat enables server hostname verification.
-
-
Constructor Details
-
SslEngineConfigurators
public SslEngineConfigurators()
-
-
Method Details
-
defaultConfigurator
DefaultSslEngineConfigurator, does nothing.- Returns:
-
enableHostnameVerification
SslEngineConfiguratorthat enables server hostname verification.- Returns:
-
builder
Builder to configure and creates aSslEngineConfiguratorinstance.- Returns:
-