0

I Want to set up HTTP Proxy Server through My Application.

 How Can I set up Proxy Server from my application ?

1 Answers1

0

you can use ProxySelector api help at http://developer.android.com/reference/java/net/ProxySelector.html
and proxy API help at http://developer.android.com/reference/java/net/Proxy.html also check this out i think first answer is useful for you How can you set the http proxy programatically?

Community
  • 1
  • 1
nikhil mehta
  • 972
  • 15
  • 30