public static class HttpConfiguration.SSLProperties extends Object
| Constructor and Description |
|---|
SSLProperties() |
| Modifier and Type | Method and Description |
|---|---|
SSLCustom |
getSslCustom() |
SSLOption |
getSslOption() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setSslCustom(SSLCustom sslCustom) |
void |
setSslOption(SSLOption sslOption) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public SSLOption getSslOption()
public void setSslOption(SSLOption sslOption)
public SSLCustom getSslCustom()
public void setSslCustom(SSLCustom sslCustom)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.