- HANDLE_AUTHENTICATION - Static variable in class ucar.httpservices.HTTPSession
-
- HANDLE_REDIRECTS - Static variable in class ucar.httpservices.HTTPSession
-
- hashCode() - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
-
- hashCode() - Method in class ucar.httpservices.HTTPAuthStore.Entry
-
- hasStreamOpen() - Method in class ucar.httpservices.HTTPMethod
-
- Head(HTTPSession) - Static method in class ucar.httpservices.HTTPFactory
-
- Head(HTTPSession, String) - Static method in class ucar.httpservices.HTTPFactory
-
- Head(String) - Static method in class ucar.httpservices.HTTPFactory
-
- HEADER_USERAGENT - Static variable in class ucar.httpservices.HTTPSession
-
- headers - Variable in class ucar.httpservices.HTTPMethod
-
- headers - Variable in class ucar.httpservices.HTTPUtil.InterceptCommon
-
- HTTPAuthPolicy - Class in ucar.httpservices
-
HTTPAuthPolicy defines the set of currently supported schemes.
- HTTPAuthPolicy() - Constructor for class ucar.httpservices.HTTPAuthPolicy
-
- HTTPAuthScope - Class in ucar.httpservices
-
The standard AuthScope does not provide sufficiently
fine grain authorization.
- HTTPAuthScope() - Constructor for class ucar.httpservices.HTTPAuthScope
-
- HTTPAuthStore - Class in ucar.httpservices
-
HTTPAuthStore maps (Principal X AuthScope) to
a credentials provider.
- HTTPAuthStore() - Constructor for class ucar.httpservices.HTTPAuthStore
-
- HTTPAuthStore(boolean) - Constructor for class ucar.httpservices.HTTPAuthStore
-
- HTTPAuthStore.Entry - Class in ucar.httpservices
-
- HTTPBasicProvider - Class in ucar.httpservices
-
- HTTPBasicProvider(String, String) - Constructor for class ucar.httpservices.HTTPBasicProvider
-
- HTTPCachingProvider - Class in ucar.httpservices
-
With httpclient 4.2.x, credentials caching is
pushed to the CredentialsProvider implementation.
- HTTPCachingProvider(HTTPAuthStore, AuthScope, String) - Constructor for class ucar.httpservices.HTTPCachingProvider
-
- HTTPCachingProvider.Triple - Class in ucar.httpservices
-
- HTTPConstantProvider - Class in ucar.httpservices
-
Provide a non-interactive CredentialsProvider to hold
an arbitrary credentials object provided by the user.
- HTTPConstantProvider(Credentials) - Constructor for class ucar.httpservices.HTTPConstantProvider
-
- HTTPException - Exception in ucar.httpservices
-
Created by IntelliJ IDEA.
- HTTPException() - Constructor for exception ucar.httpservices.HTTPException
-
- HTTPException(String) - Constructor for exception ucar.httpservices.HTTPException
-
- HTTPException(String, Throwable) - Constructor for exception ucar.httpservices.HTTPException
-
- HTTPException(Throwable) - Constructor for exception ucar.httpservices.HTTPException
-
- HTTPFactory - Class in ucar.httpservices
-
HTTPFactory creates method instance.
- HTTPFactory() - Constructor for class ucar.httpservices.HTTPFactory
-
- HTTPMethod - Class in ucar.httpservices
-
HTTPMethod is the encapsulation of specific
kind of server request: GET, HEAD, POST, etc.
- HTTPMethod(HTTPSession.Methods) - Constructor for class ucar.httpservices.HTTPMethod
-
- HTTPMethod(HTTPSession.Methods, String) - Constructor for class ucar.httpservices.HTTPMethod
-
- HTTPMethod(HTTPSession.Methods, HTTPSession, String) - Constructor for class ucar.httpservices.HTTPMethod
-
- HTTPMethodStream - Class in ucar.httpservices
-
The goal of this class is to allow
other classes to access the data stream
associated with a method response.
- HTTPSession - Class in ucar.httpservices
-
A session is encapsulated in an instance of the class
HTTPSession.
- HTTPSession() - Constructor for class ucar.httpservices.HTTPSession
-
- HTTPSession(String) - Constructor for class ucar.httpservices.HTTPSession
-
- HTTPSession.RetryHandler - Class in ucar.httpservices
-
- HTTPSSLProvider - Class in ucar.httpservices
-
Provide an HTTP SSL CredentialsProvider
The getCredentials method is used in a
non-standard way
- HTTPSSLProvider() - Constructor for class ucar.httpservices.HTTPSSLProvider
-
- HTTPSSLProvider(String, String, String, String) - Constructor for class ucar.httpservices.HTTPSSLProvider
-
- HTTPSSLProvider(String, String) - Constructor for class ucar.httpservices.HTTPSSLProvider
-
- HTTPSSLScheme - Class in ucar.httpservices
-
- HTTPSSLScheme() - Constructor for class ucar.httpservices.HTTPSSLScheme
-
- HTTPUtil - Class in ucar.httpservices
-
- HTTPUtil() - Constructor for class ucar.httpservices.HTTPUtil
-
- HTTPUtil.InterceptCommon - Class in ucar.httpservices
-
- HTTPUtil.InterceptRequest - Class in ucar.httpservices
-
- HTTPUtil.InterceptResponse - Class in ucar.httpservices
-