类 RpcClientTlsConfig
java.lang.Object
com.alibaba.nacos.common.remote.TlsConfig
com.alibaba.nacos.common.remote.client.RpcClientTlsConfig
gRPC config for sdk.
- 作者:
- githubcheng2978
-
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
构造器详细资料
-
RpcClientTlsConfig
public RpcClientTlsConfig()
-