Package com.atlassian.sal.core.net

Class Summary
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. If the proxy needs authentication, the credentials must be provided using: http.proxyUser http.proxyPassword
HttpClientRequest HttpClient implementation of Request interface
HttpClientRequestFactory Does NOT support json/xml oject marshalling.
HttpClientResponse  
 



Copyright © 2015 Atlassian. All rights reserved.