Have a look at the AHCUtils class in the async-http-client plugin (it's on github)
On 9 May 2012 00:55, Jaime Garcia <[email protected]> wrote: > Hi fellows! > I'm trying to get the proxy settings that are set in the "HTTP Proxy > Configuration" panel inside the plugins section from a customized > plugin, according the help button in there "The value you submit here > will be set as http.proxyHost system property." so I used > System.getProperty("http.proxyHost") to pull the proxy host value > without success, it returns null despite I have a value set in this > field. Anyone could point me out on what mechanism/method use to get > this values? I'll be so much thankful with any help. > > Jaime.
