我需要使用JAVA使用softlayer api URI: - https://github.com/softlayer/softlayer-java
我正在使用上面的实现,但我无法连接,因为我在我的机器上有代理。 任何人都可以告诉我如何将代理添加到RestApiClient对象
.
..
RestApiClient client = new RestApiClient().withCredentials(slUser,apiKey);
Guest.Service service = Guest.service(client);
..
.
我收到连接拒绝错误。