com.atlassian.httpclient.apache.httpcomponents
Class ProxyConfigFactory

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.ProxyConfigFactory

public class ProxyConfigFactory
extends java.lang.Object

Creates a suitable HttpClientProxyConfig.


Method Summary
static com.atlassian.fugue.Option<HttpClientProxyConfig> from(ProxyOptions options)
          Create a suitable HttpClientProxyConfig from the given proxy options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

from

public static com.atlassian.fugue.Option<HttpClientProxyConfig> from(ProxyOptions options)
Create a suitable HttpClientProxyConfig from the given proxy options.

Parameters:
options - The proxy options.
Returns:
a suitable HttpClientProxyConfig configured with the proxy options.


Copyright © 2012-2014 Atlassian. All Rights Reserved.