jenkins.plugins.asynchttpclient
Class AHCUtils

java.lang.Object
  extended by jenkins.plugins.asynchttpclient.AHCUtils

public final class AHCUtils
extends java.lang.Object

Utility methods for dealing with AsyncHttpClient from a Jenkins plugin.

Author:
Stephen Connolly

Method Summary
static com.ning.http.client.ProxyServer getProxyServer()
          Get the proxy server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProxyServer

public static com.ning.http.client.ProxyServer getProxyServer()
Get the proxy server.

Returns:
the proxy server or null if no proxy server required.


Copyright © 2012. All Rights Reserved.