Package com.rabbitmq.client
Class SslEngineConfigurators
java.lang.Object
com.rabbitmq.client.SslEngineConfigurators
Ready-to-use instances and builder for
SslEngineConfigurator
s.
Note SslEngineConfigurator
s can be combined with
SslEngineConfigurator.andThen(SslEngineConfigurator)
.
- Since:
- 5.4.0
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SslEngineConfigurator
DefaultSslEngineConfigurator
, does nothing.static final SslEngineConfigurator
SslEngineConfigurator
that enables server hostname verification. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Builder to configure and creates aSslEngineConfigurator
instance.static SslEngineConfigurator
DefaultSslEngineConfigurator
, does nothing.static SslEngineConfigurator
SslEngineConfigurator
that enables server hostname verification.
-
Field Details
-
DEFAULT
DefaultSslEngineConfigurator
, does nothing. -
ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator
that enables server hostname verification.
-
-
Constructor Details
-
SslEngineConfigurators
public SslEngineConfigurators()
-
-
Method Details
-
defaultConfigurator
DefaultSslEngineConfigurator
, does nothing.- Returns:
-
enableHostnameVerification
SslEngineConfigurator
that enables server hostname verification.- Returns:
-
builder
Builder to configure and creates aSslEngineConfigurator
instance.- Returns:
-