public class HttpClientSettings extends Object
| Constructor and Description |
|---|
HttpClientSettings() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getUrl() |
static KeyStore |
loadKeyStore(String path,
String password) |
HttpClientSettings |
setKeyStore(KeyStore keyStore) |
HttpClientSettings |
setKeyStorePassword(String keyStorePassword) |
HttpClientSettings |
setTrustSelfSigned(boolean trustSelfSigned) |
HttpClientSettings |
setUrl(String url) |
boolean |
trustSelfSigned() |
public KeyStore getKeyStore()
public HttpClientSettings setKeyStore(KeyStore keyStore)
public String getKeyStorePassword()
public HttpClientSettings setKeyStorePassword(String keyStorePassword)
public boolean trustSelfSigned()
public HttpClientSettings setTrustSelfSigned(boolean trustSelfSigned)
public static KeyStore loadKeyStore(String path, String password) throws IOException
IOExceptionpublic String getUrl()
public HttpClientSettings setUrl(String url)
Copyright © 2004-2016. All Rights Reserved.