| Package | Description |
|---|---|
| com.att.nsa.apiClient.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpClient.ConnectionType |
HttpClient.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClient.ConnectionType[] |
HttpClient.ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HttpClient(HttpClient.ConnectionType ct,
Collection<String> cluster,
int stdSvcPort)
Construct an HTTP client for the given cluster with a standard service port to use
when the hosts don't specify a port.
|
HttpClient(HttpClient.ConnectionType ct,
Collection<String> cluster,
int stdSvcPort,
String clientSignature)
Construct an HTTP client for a given cluster with a standard service port to use when
the hosts don't specify a port and a client signature that identifies this client
across runs.
|
HttpClient(HttpClient.ConnectionType ct,
Collection<String> cluster,
int stdSvcPort,
String clientSignature,
CacheUse defCacheUse,
int maxObjCacheSize,
long maxObjCacheTime,
TimeUnit maxObjCacheTimeUnit)
Construct an HTTP client for the given cluster with a standard service port to use
when the hosts don't specify a port.
|
HttpClient(HttpClient.ConnectionType ct,
Collection<String> cluster,
int stdSvcPort,
String clientSignature,
CacheUse defCacheUse,
int maxObjCacheSize,
long maxObjCacheTime,
TimeUnit maxObjCacheTimeUnit,
int maxPoolSize,
int maxPoolPerRoute,
int soTimeoutMs)
Construct an HTTP client for the given cluster with a standard service port to use
when the hosts don't specify a port.
|
Copyright © 2018. All rights reserved.