package

com.atlassian.sal.core.net

Classes

HttpClientProxyConfig Configures the proxy on the HttpClient instance, reads the proxy configuration from the following system properties:
  • http.proxyHost
  • http.proxyPort (optional, default to 80)
A list of excluded hosts can be provided to bypass the proxy:
  • http.nonProxyHosts (format: www.atlassian.com|*.example.com) - The only wildcard supported is the simple suffix match. 
HttpClientRequest HttpClient implementation of Request interface  
HttpClientRequestFactory Does NOT support json/xml oject marshalling. 
HttpClientResponse