1

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

我正在使用上述实现,但我无法连接,因为我的机器上有代理。谁能告诉我如何将代理添加到 RestApiClient 对象

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

我收到连接被拒绝错误。

4

0 回答 0