【发布时间】:2014-03-12 05:11:01
【问题描述】:
我想通过我的应用程序设置 HTTP 代理服务器。
How Can I set up Proxy Server from my application ?
【问题讨论】:
标签: android http proxy connection
我想通过我的应用程序设置 HTTP 代理服务器。
How Can I set up Proxy Server from my application ?
【问题讨论】:
标签: android http proxy connection
您可以在http://developer.android.com/reference/java/net/ProxySelector.html使用 ProxySelector api 帮助
和http://developer.android.com/reference/java/net/Proxy.html 的代理 API 帮助也检查一下我认为第一个答案对你有用How can you set the http proxy programatically?
【讨论】: