类 RpcServerTlsConfig


  • @ConfigurationProperties(prefix="nacos.remote.server.rpc.tls")
    @Component
    public class RpcServerTlsConfig
    extends com.alibaba.nacos.common.remote.TlsConfig
    Grpc config.
    作者:
    githubcheng2978.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.lang.Boolean compatibility  
      static java.lang.String PREFIX  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Boolean getCompatibility()  
      void setCompatibility​(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
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • PREFIX

        public static final java.lang.String PREFIX
        另请参阅:
        常量字段值
      • compatibility

        private java.lang.Boolean compatibility
    • 构造器详细资料

      • RpcServerTlsConfig

        public RpcServerTlsConfig()
    • 方法详细资料

      • getCompatibility

        public java.lang.Boolean getCompatibility()
      • setCompatibility

        public void setCompatibility​(java.lang.Boolean compatibility)