public final class AHCUtils extends Object
AsyncHttpClient from a Jenkins plugin.| Modifier and Type | Method and Description |
|---|---|
static HostnameVerifier |
getHostnameVerifier()
Deprecated.
Async HTTP Client 1.7.24-jenkins-1 includes this logic already
|
static com.ning.http.client.ProxyServer |
getProxyServer()
Get the proxy server.
|
static SSLContext |
getSSLContext()
Deprecated.
Async HTTP Client 1.7.24-jenkins-1 includes this logic already
|
public static com.ning.http.client.ProxyServer getProxyServer()
null if no proxy server required.@Deprecated public static HostnameVerifier getHostnameVerifier()
HostnameVerifier to use with AsyncHttpClient.HostnameVerifier to use with AsyncHttpClient.@Deprecated public static SSLContext getSSLContext()
SSLContext to use with AsyncHttpClient.SSLContext to use with AsyncHttpClient.Copyright © 2012–2018. All rights reserved.