类 SslListener
- java.lang.Object
-
- com.baidubce.services.blb.model.ListenerBase
-
- com.baidubce.services.blb.model.SslListener
-
public class SslListener extends ListenerBase
SSL listener info modal.
-
-
构造器概要
构造器 构造器 说明 SslListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getCertIds()List<String>getClientCertIds()List<String>getEncryptionProtocols()StringgetEncryptionType()booleanisDualAuth()voidsetCertIds(List<String> certIds)voidsetClientCertIds(List<String> clientCertIds)voidsetDualAuth(boolean dualAuth)voidsetEncryptionProtocols(List<String> encryptionProtocols)voidsetEncryptionType(String encryptionType)StringtoString()-
从类继承的方法 com.baidubce.services.blb.model.ListenerBase
getBackendPort, getHealthCheckInterval, getHealthCheckTimeoutInSecond, getHealthyThreshold, getListenerPort, getScheduler, getUnhealthyThreshold, setBackendPort, setHealthCheckInterval, setHealthCheckTimeoutInSecond, setHealthyThreshold, setListenerPort, setScheduler, setUnhealthyThreshold
-
-
-
-
方法详细资料
-
getEncryptionType
public String getEncryptionType()
-
setEncryptionType
public void setEncryptionType(String encryptionType)
-
isDualAuth
public boolean isDualAuth()
-
setDualAuth
public void setDualAuth(boolean dualAuth)
-
toString
public String toString()
- 覆盖:
toString在类中ListenerBase
-
-