为什么 IProxyService.select(URI) 返回 IProxyData[]?

发布于 2024-11-29 00:02:10 字数 95 浏览 0 评论 0原文

我希望它只返回 IProxyData (如果不应该使用代理,则返回 null)。它可以返回一个包含超过 1 个元素的数组吗?

I would expect it to return just IProxyData (null if no proxy should be used). Can it return an array with more than 1 element?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

树深时见影 2024-12-06 00:02:10

因为您可以定义任意数量的代理集。
Eclipse有三种:

  • 手动
  • 直接
  • native

每三种都有自己的http.proxyhttps.proxyftp.proxy设置。

请参阅示例“重新使用 Eclipse 代理Eclipse RCP 应用程序中的首选项设置”(作者:Lars Vogel

在此处输入图像描述

Because you can define as many set of proxies that you want.
Eclipse has three:

  • manual
  • direct
  • native

Each three have their own http.proxy, https.proxy, ftp.proxy settings.

See as an example "Re-using the Eclipse proxy preference settings in your Eclipse RCP application" (by Lars Vogel)

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文