public class HttpClientSettingsKey extends Object implements Serializable
| Constructor and Description |
|---|
HttpClientSettingsKey(OCSPMode mode) |
HttpClientSettingsKey(OCSPMode mode,
String host,
int port,
String nonProxyHosts,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNonProxyHosts() |
OCSPMode |
getOcspMode() |
String |
getProxyHost() |
int |
getProxyPort() |
String |
getProxyUser() |
int |
hashCode() |
boolean |
usesProxy() |
public HttpClientSettingsKey(OCSPMode mode, String host, int port, String nonProxyHosts, String user, String password)
public HttpClientSettingsKey(OCSPMode mode)
Copyright © 2021. All rights reserved.