如何使用softlayer api client for java with proxy?

时间:2015-04-20 05:41:43

标签: java api rest proxy ibm-cloud-infrastructure

我需要使用JAVA使用softlayer api URI: - https://github.com/softlayer/softlayer-java

我正在使用上面的实现,但我无法连接,因为我在我的机器上有代理。 任何人都可以告诉我如何将代理添加到RestApiClient对象

.
..
RestApiClient client = new RestApiClient().withCredentials(slUser,apiKey);
    Guest.Service service = Guest.service(client);
..
.

我收到连接拒绝错误。

0 个答案:

没有答案