- hostForString(String, int) - Static method in class com.att.nsa.apiClient.SAClient
-
Return an HttpHost from an input string.
- HttpClient - Class in com.att.nsa.apiClient.http
-
A client for typical server interaction.
- HttpClient(HttpClient.ConnectionType, Collection<String>, int) - Constructor for class com.att.nsa.apiClient.http.HttpClient
-
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, Collection<String>, int, String) - Constructor for class com.att.nsa.apiClient.http.HttpClient
-
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, Collection<String>, int, String, CacheUse, int, long, TimeUnit) - Constructor for class com.att.nsa.apiClient.http.HttpClient
-
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, Collection<String>, int, String, CacheUse, int, long, TimeUnit, int, int, int) - Constructor for class com.att.nsa.apiClient.http.HttpClient
-
Construct an HTTP client for the given cluster with a standard service port to use
when the hosts don't specify a port.
- HttpClient.ConnectionType - Enum in com.att.nsa.apiClient.http
-
- HttpException - Exception in com.att.nsa.apiClient.http
-
- HttpException(int, String) - Constructor for exception com.att.nsa.apiClient.http.HttpException
-
- HttpException(StatusLine) - Constructor for exception com.att.nsa.apiClient.http.HttpException
-
- HttpException(StatusLine, HttpEntity) - Constructor for exception com.att.nsa.apiClient.http.HttpException
-
- HttpObjectNotFoundException - Exception in com.att.nsa.apiClient.http
-
A specific not-found exception, since that's a common failure.
- HttpObjectNotFoundException(String) - Constructor for exception com.att.nsa.apiClient.http.HttpObjectNotFoundException
-
- HttpTracer - Interface in com.att.nsa.apiClient.http
-
An observer for HTTP transactions made by this client.