public class HttpClient.SSLConf extends Object implements Func0<HttpClient>
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClient.SSLConf.HttpsHostnameConf |
class |
HttpClient.SSLConf.SSLContextConf |
| Modifier and Type | Field and Description |
|---|---|
protected HttpClient.SSLConf.HttpsHostnameConf |
hostnameConf |
protected HttpClient.SSLConf.SSLContextConf |
sslContextConf |
| Constructor and Description |
|---|
SSLConf() |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
apply() |
HttpClient.SSLConf.SSLContextConf |
context() |
HttpClient.SSLConf.HttpsHostnameConf |
hostname() |
protected HttpClient.SSLConf.SSLContextConf sslContextConf
protected HttpClient.SSLConf.HttpsHostnameConf hostnameConf
public HttpClient.SSLConf.SSLContextConf context()
public HttpClient.SSLConf.HttpsHostnameConf hostname()
public HttpClient apply()
apply in interface Func0<HttpClient>Copyright © 2018. All rights reserved.