public final class AHCUtils extends Object
AsyncHttpClient
from a Jenkins plugin.Modifier and Type | Method and Description |
---|---|
static HostnameVerifier |
getHostnameVerifier()
Return the default
HostnameVerifier to use with AsyncHttpClient . |
static com.ning.http.client.ProxyServer |
getProxyServer()
Get the proxy server.
|
static SSLContext |
getSSLContext()
Return the default
SSLContext to use with AsyncHttpClient . |
public static com.ning.http.client.ProxyServer getProxyServer()
null
if no proxy server required.public static HostnameVerifier getHostnameVerifier()
HostnameVerifier
to use with AsyncHttpClient
.HostnameVerifier
to use with AsyncHttpClient
.public static SSLContext getSSLContext()
SSLContext
to use with AsyncHttpClient
.SSLContext
to use with AsyncHttpClient
.Copyright © 2012–2017. All rights reserved.