为什么 IProxyService.select(URI) 返回 IProxyData[]?
我希望它只返回 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为您可以定义任意数量的代理集。
Eclipse有三种:
每三种都有自己的
http.proxy
、https.proxy
、ftp.proxy
设置。请参阅示例“重新使用 Eclipse 代理Eclipse RCP 应用程序中的首选项设置”(作者:Lars Vogel)
Because you can define as many set of proxies that you want.
Eclipse has three:
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)