Package | Description |
---|---|
com.soasta.jenkins.httpclient |
Modifier and Type | Method and Description |
---|---|
HttpClientSettings |
HttpClientSettings.setKeyStore(KeyStore keyStore) |
HttpClientSettings |
HttpClientSettings.setKeyStorePassword(String keyStorePassword) |
HttpClientSettings |
HttpClientSettings.setTrustSelfSigned(boolean trustSelfSigned) |
HttpClientSettings |
HttpClientSettings.setUrl(String url) |
Modifier and Type | Method and Description |
---|---|
static KeyManager[] |
GenericSelfClosingHttpClient.getKeyManagers(HttpClientSettings settings) |
Constructor and Description |
---|
GenericSelfClosingHttpClient(HttpClientSettings settings)
HttpClient designed to be used for only one HttpCall.
|
GenericSelfClosingHttpClient(HttpClientSettings settings,
boolean closeAfterUse) |
Copyright © 2004-2016. All Rights Reserved.