Package | Description |
---|---|
com.ning.http.client |
Modifier and Type | Field and Description |
---|---|
protected SSLEngineFactory |
AsyncHttpClientConfig.sslEngineFactory |
Modifier and Type | Method and Description |
---|---|
SSLEngineFactory |
AsyncHttpClientConfig.getSSLEngineFactory()
Return an instance of
SSLEngineFactory used for SSL connection. |
Modifier and Type | Method and Description |
---|---|
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setSslEngineFactory(SSLEngineFactory sslEngineFactory) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setSSLEngineFactory(SSLEngineFactory sslEngineFactory) |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setSSLEngineFactory(SSLEngineFactory sslEngineFactory)
Set the
SSLEngineFactory for secure connection. |
Copyright © 2015. All rights reserved.