public abstract class SslEngineConfigurators extends Object
SslEngineConfigurator
s.
Note SslEngineConfigurator
s can be combined with
SslEngineConfigurator.andThen(SslEngineConfigurator)
.
Modifier and Type | Class and Description |
---|---|
static class |
SslEngineConfigurators.Builder |
Modifier and Type | Field and Description |
---|---|
static SslEngineConfigurator |
DEFAULT
Default
SslEngineConfigurator , does nothing. |
static SslEngineConfigurator |
ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator that enables server hostname verification. |
Constructor and Description |
---|
SslEngineConfigurators() |
Modifier and Type | Method and Description |
---|---|
static SslEngineConfigurators.Builder |
builder()
Builder to configure and creates a
SslEngineConfigurator instance. |
static SslEngineConfigurator |
defaultConfigurator()
Default
SslEngineConfigurator , does nothing. |
static SslEngineConfigurator |
enableHostnameVerification()
SslEngineConfigurator that enables server hostname verification. |
public static final SslEngineConfigurator DEFAULT
SslEngineConfigurator
, does nothing.public static final SslEngineConfigurator ENABLE_HOSTNAME_VERIFICATION
SslEngineConfigurator
that enables server hostname verification.public static SslEngineConfigurator defaultConfigurator()
SslEngineConfigurator
, does nothing.public static SslEngineConfigurator enableHostnameVerification()
SslEngineConfigurator
that enables server hostname verification.public static SslEngineConfigurators.Builder builder()
SslEngineConfigurator
instance.Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.