标签: java network-programming eclipse-rcp
如果不使用代理,我希望它只返回IProxyData(null)。它可以返回一个包含多个元素的数组吗?
IProxyData
null
答案 0 :(得分:3)
因为您可以定义所需的代理集合。 Eclipse有三个:
每个人都有自己的http.proxy,https.proxy,ftp.proxy设置。
http.proxy
https.proxy
ftp.proxy
请参阅示例“Re-using the Eclipse proxy preference settings in your Eclipse RCP application”(Lars Vogel)