public class SslListener extends ListenerBase
| Constructor and Description |
|---|
SslListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppliedCiphers() |
List<String> |
getCertIds() |
List<String> |
getClientCertIds() |
List<String> |
getEncryptionProtocols() |
String |
getEncryptionType() |
String |
getHealthCheckType() |
Integer |
getServerTimeout() |
boolean |
isDualAuth() |
void |
setAppliedCiphers(String appliedCiphers) |
void |
setCertIds(List<String> certIds) |
void |
setClientCertIds(List<String> clientCertIds) |
void |
setDualAuth(boolean dualAuth) |
void |
setEncryptionProtocols(List<String> encryptionProtocols) |
void |
setEncryptionType(String encryptionType) |
void |
setHealthCheckType(String healthCheckType) |
void |
setServerTimeout(Integer serverTimeout) |
String |
toString() |
getBackendPort, getHealthCheckInterval, getHealthCheckTimeoutInSecond, getHealthyThreshold, getListenerPort, getScheduler, getUnhealthyThreshold, setBackendPort, setHealthCheckInterval, setHealthCheckTimeoutInSecond, setHealthyThreshold, setListenerPort, setScheduler, setUnhealthyThresholdpublic String getEncryptionType()
public void setEncryptionType(String encryptionType)
public boolean isDualAuth()
public void setDualAuth(boolean dualAuth)
public String getAppliedCiphers()
public void setAppliedCiphers(String appliedCiphers)
public String getHealthCheckType()
public void setHealthCheckType(String healthCheckType)
public Integer getServerTimeout()
public void setServerTimeout(Integer serverTimeout)
public String toString()
toString in class ListenerBaseCopyright © 2026. All rights reserved.