类 RpcServerTlsConfig
- java.lang.Object
-
- com.alibaba.nacos.common.remote.TlsConfig
-
- com.alibaba.nacos.core.remote.RpcServerTlsConfig
-
@ConfigurationProperties(prefix="nacos.remote.server.rpc.tls") @Component public class RpcServerTlsConfig extends com.alibaba.nacos.common.remote.TlsConfigGrpc config.- 作者:
- githubcheng2978.
-
-
字段概要
字段 修饰符和类型 字段 说明 private java.lang.Booleancompatibilitystatic java.lang.StringPREFIX
-
构造器概要
构造器 构造器 说明 RpcServerTlsConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.BooleangetCompatibility()voidsetCompatibility(java.lang.Boolean compatibility)-
从类继承的方法 com.alibaba.nacos.common.remote.TlsConfig
getCertChainFile, getCertPrivateKey, getCertPrivateKeyPassword, getCiphers, getEnableTls, getMutualAuthEnable, getProtocols, getSslProvider, getTrustAll, getTrustCollectionCertFile, setCertChainFile, setCertPrivateKey, setCertPrivateKeyPassword, setCiphers, setEnableTls, setMutualAuthEnable, setProtocols, setSslProvider, setTrustAll, setTrustCollectionCertFile
-
-
-
-
字段详细资料
-
PREFIX
public static final java.lang.String PREFIX
- 另请参阅:
- 常量字段值
-
compatibility
private java.lang.Boolean compatibility
-
-