- 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
-
- 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
-
- HTTPAuthSchemes - Class in ucar.httpservices
-
HTTPAuthSchemes defines the set of currently supported schemes.
- HTTPAuthSchemes() - Constructor for class ucar.httpservices.HTTPAuthSchemes
-
- HTTPAuthStore - Class in ucar.httpservices
-
HTTPAuthStore maps (AuthSchemes X AuthScope) to
a credentials provider.
- HTTPAuthStore() - Constructor for class ucar.httpservices.HTTPAuthStore
-
- HTTPAuthStore(HTTPAuthStore) - Constructor for class ucar.httpservices.HTTPAuthStore
-
- HTTPAuthStore.Scope - Class in ucar.httpservices
-
- HTTPAuthUtil - Class in ucar.httpservices
-
Provide Auth related utilities
- HTTPAuthUtil() - Constructor for class ucar.httpservices.HTTPAuthUtil
-
- 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) - Constructor for class ucar.httpservices.HTTPCachingProvider
-
- HTTPCachingProvider.Auth - 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
-
- HTTPFormBuilder - Class in ucar.httpservices
-
Class HTTPFormBuilder provides a mechanism for
constructing a postable entity for use with Post.
- HTTPFormBuilder() - Constructor for class ucar.httpservices.HTTPFormBuilder
-
- HTTPFormBuilder.Field - Class in ucar.httpservices
-
- HTTPFormBuilder.Sort - Enum in ucar.httpservices
-
- 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) - 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, int) - Constructor for class ucar.httpservices.HTTPSession
-
- HTTPSession(String) - Constructor for class ucar.httpservices.HTTPSession
-
- HTTPSession(AuthScope) - 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
-