类 OTSTunnelConfig

    • 构造器详细资料

      • OTSTunnelConfig

        public OTSTunnelConfig()
    • 方法详细资料

      • addTunnelWorkerConfig

        public boolean addTunnelWorkerConfig​(OTSTunnelWorkerConfig workerConfig)
        添加通道worker配置
        参数:
        workerConfig - 通道worker配置
        返回:
        添加成功返回true,否则返回false
      • removeTunnelWorkerConfig

        public void removeTunnelWorkerConfig​(OTSTunnelWorkerConfig workerConfig)
        移除通道worker配置
        参数:
        workerConfig - 通道worker配置
      • check

        public boolean check()
        检测OTS通道配置有效性
        覆盖:
        check 在类中 DynamicSecretConfig
        返回:
        有效返回true,否则返回false