`
shenstone2012
  • 浏览: 18483 次
社区版块
存档分类
最新评论

ClientConfig

 
阅读更多
package com.pingan.ff.btoam.demo.service;

import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

@Component
public class ClientConfig {

@Value("${client.connectTimeout}")
private String connectTimeout;
@Value("${client.readTimeout}")
private String readTimeout = "60000";
@Value("${client.privateKey}")
private String privateKey;
@Value("${server.aesKey}")
private String aesKey;
@Value("${server.url}")
private String gateWayUrl;
@Value("${server.publicKey}")
private String publicKey;

public String getConnectTimeout() {
if(StringUtils.isEmpty(connectTimeout)){
return "60000";
}
return connectTimeout;
}

public String getReadTimeout() {
if(StringUtils.isEmpty(readTimeout)){
return "60000";
}
return readTimeout;
}

public String getAesKey() {
return aesKey;
}

public String getGateWayUrl() {
return gateWayUrl;
}

public String getPublicKey() {
return publicKey;
}

public String getPrivateKey() {
return privateKey;
}

public void setConnectTimeout(String connectTimeout) {
this.connectTimeout = connectTimeout;
}

public void setReadTimeout(String readTimeout) {
this.readTimeout = readTimeout;
}

public void setPrivateKey(String privateKey) {
this.privateKey = privateKey;
}

public void setAesKey(String aesKey) {
this.aesKey = aesKey;
}

public void setGateWayUrl(String gateWayUrl) {
this.gateWayUrl = gateWayUrl;
}

public void setPublicKey(String publicKey) {
this.publicKey = publicKey;
}

}
分享到:
评论

相关推荐

    flink依赖jar包——解决NoClassDefFoundError: com/sun/jersey

    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jersey/api/client/config/ClientConfig at org.apache.hadoop.yarn.client.api.TimelineClient.createTimelineClient(TimelineClient.java:...

    flink on yarn 缺少依赖NoClassDefFoundError: com/sun/jersey

    flink-hadoop-compatibility_2.12-1.7.1.jar javax.ws.rs-api-2.0.1.jar jersey-common-2.27.jar ...Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jersey/api/client/config/ClientConfig

    Python库 | os_client_config-1.22.0-py2.py3-none-any.whl

    资源分类:Python库 所属语言:Python 资源全名:os_client_config-1.22.0-py2.py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    scm.printer 提供打印服务的打印工具 以WebSocket的方式对外提供服务,浏览器或三方工具可直接请求对应的服务

    var url = $"ws://{_ClientConfig.Host}:{_ClientConfig.Port}"; _Socket = new WebSocketServer(url); _Socket.RestartAfterListenError = true; _Socket.Start(socket => { socket.OnOpen = SocketOpend; ...

    jsp使用cos文件上传实例

    ClientConfig clientConfig = new ClientConfig(new Region(region)); // 初始化COSClient COSClient cosClient = new COSClient(secretId, secretKey, clientConfig); ``` 然后,我们可以调用COSClient的`...

    wildfly-client-config-1.0.1.Final-API文档-中文版.zip

    赠送jar包:wildfly-client-config-1.0.1.Final.jar; 赠送原API文档:wildfly-client-config-1.0.1.Final-javadoc.jar; 赠送源代码:wildfly-client-config-1.0.1.Final-sources.jar; 赠送Maven依赖信息文件:...

    华为Redis集群客户端安装流程含截图

    sha256sum -c FusionInsight_Services_ClientConfig.tar.sha256 ``` 如果验证通过,继续解压缩配置文件: ```bash tar -xvf FusionInsight_Services_ClientConfig.tar ``` 接下来,执行客户端安装脚本。在某些...

    java中cos文件上传示例

    ClientConfig clientConfig = new ClientConfig(new Region("your_region")); // 使用你的AppID和密钥初始化COSClient String appid = "your_appid"; String secretId = "your_secret_id"; String secretKey = ...

    Zookeeper客户端Curator Framework使用代码

    ZooKeeperClientConfig clientConfig = new ZooKeeperClientConfig(); clientConfig.setConnectString("127.0.0.1:2181"); clientConfig.setSessionTimeoutMs(5000); RetryPolicy retryPolicy = new ...

    SliverLight摄像头拍照上传源码20121214

    SliverLight摄像头拍照上传源码 源码描述: asp.net+ silverlight摄像头拍照上传图片存入数据库 本例子实现的功能:便用连接电脑...使用时注意 ServiceReferences.ClientConfig中修改下地址以及Web.config中数据库连接

    cos文件上传demo

    ClientConfig clientConfig = new ClientConfig(new Region("ap-guangzhou")); CosClient cosClient = new CosClient(clientConfig, "yourAccessKeyId", "yourSecretAccessKey"); // 定义上传参数 String bucket...

    详细的cos上传示例,附带源码

    ClientConfig clientConfig = new ClientConfig(region); COSClient cosClient = new COSClient(credentials, clientConfig); ``` 现在我们有了COS客户端,可以开始上传文件。使用`PutObjectRequest`类创建上传请求...

    wildfly-client-config-1.0.1.Final-API文档-中英对照版.zip

    赠送jar包:wildfly-client-config-1.0.1.Final.jar; 赠送原API文档:wildfly-client-config-1.0.1.Final-javadoc.jar; 赠送源代码:wildfly-client-config-1.0.1.Final-sources.jar; 赠送Maven依赖信息文件:...

    神州数码客户端IP型

    `请勿删除ClientConfig文件.txt`很可能是一个提示文件,提醒用户或者管理员不要随意删除`ClientConfig.ini`,因为这个文件对于客户端的正常运行至关重要。如果被误删,可能导致客户端无法正确配置或连接网络,从而...

    神州数码v3.5

    4. **配置文件**: `ClientConfig.ini` 和 `Setup.ini` 是配置文件,存储了软件的设置信息和安装过程中的参数。`ClientConfig.ini`可能是客户端的配置信息,而`Setup.ini`可能包含了安装步骤和选项。 5. **索引文件*...

    IIS6+Framework4.0上部署Silverlight4+WCF应用程序

    找到发布的ClientBin文件夹,打开Silverlight应用的.xap文件,用WinRAR编辑内部的ServiceReferences.ClientConfig文件,将localhost替换为实际的Web服务器IP地址。 2. **Silverlight配置信息的修改** - 在...

    007-TongHTP2.0Java客户端编程手册-v2-1.pdf

    在类定义部分,手册详细介绍了`ClientConfig`类,这是配置客户端行为的关键类,包括连接参数、认证信息等。此外,手册还特别强调了异步(胖)客户端的应用类,如`TLQProducer`,这类客户端适用于高并发、大流量的...

    silverlight动态访问WCF[文].pdf

    Silverlight与WCF的交互通常通过ServiceReferences.ClientConfig文件来配置,但这种方式在面对服务地址变化时可能不够灵活。作者提出了一种策略,旨在简化在开发和部署过程中处理服务地址变化的问题。 首先,WCF...

    AWS S3 Java 开发文档

    AmazonS3Client client = new AmazonS3Client(credentials, clientConfig); client.setEndpoint(hostname); ``` 其中,`accessKey`和`secretKey`是用户在AWS控制台创建的访问密钥,而`hostname`是S3服务的地址,...

    在IIS6+FRAMEWORK4.0上部署SILVERLIGHT4+WCF应用程序[汇编].pdf

    - 使用文本编辑器打开ServiceReferences.ClientConfig,将其中的“localhost:4652”替换为实际的Web服务器IP地址(例如:192.168.8.102)并保存。 2. **部署到服务器**: - 在服务器上安装.NET Framework 4.0,这...

Global site tag (gtag.js) - Google Analytics