Skip navigation links
A B C D E F G H I K L M N O P R S T U V W _ 

A

ACCEPT_ENCODING - Static variable in class ucar.httpservices.HTTPSession
 
add(String, String) - Method in class ucar.httpservices.HTTPFormBuilder
 
add(String, byte[], String) - Method in class ucar.httpservices.HTTPFormBuilder
 
add(String, InputStream, String) - Method in class ucar.httpservices.HTTPFormBuilder
 
add(String, File) - Method in class ucar.httpservices.HTTPFormBuilder
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in class ucar.httpservices.HTTPSession
 
allowselfsigned - Static variable in class ucar.httpservices.CustomX509TrustManager
 
ANY - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
ANY - Static variable in class ucar.httpservices.HTTPAuthUtil
 
ANY_HOST - Static variable in class ucar.httpservices.HTTPAuthUtil
 
ANY_PORT - Static variable in class ucar.httpservices.HTTPAuthUtil
 
ANY_REALM - Static variable in class ucar.httpservices.HTTPAuthUtil
 
ANY_SCHEME - Static variable in class ucar.httpservices.HTTPAuthUtil
 
ASCII - Static variable in class ucar.httpservices.HTTPUtil
 
Auth(AuthScope, Credentials) - Constructor for class ucar.httpservices.HTTPCachingProvider.Auth
 
authenticate(Credentials, HttpRequest) - Method in class ucar.httpservices.HTTPSSLScheme
Deprecated.
authglobal - Static variable in class ucar.httpservices.HTTPSession
 
authlocal - Variable in class ucar.httpservices.HTTPSession
 

B

BASIC - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
BASIC - Static variable in class ucar.httpservices.HTTPSession
 
build() - Method in class ucar.httpservices.HTTPFormBuilder
 
buildmultipart() - Method in class ucar.httpservices.HTTPFormBuilder
 
buildsimple() - Method in class ucar.httpservices.HTTPFormBuilder
 

C

cache - Static variable in class ucar.httpservices.HTTPCachingProvider
 
cacheCredentials(AuthScope, Credentials) - Static method in class ucar.httpservices.HTTPCachingProvider
Insert a credentials into the cache; will return any previous value.
canHoldContent() - Method in class ucar.httpservices.HTTPMethod
 
canonicalpath(String) - Static method in class ucar.httpservices.HTTPSession
Convert path to use '/' consistently and to remove any trailing '/'
charset - Variable in class ucar.httpservices.HTTPFormBuilder
 
checkCache(AuthScope) - Static method in class ucar.httpservices.HTTPCachingProvider
Retrieve a credentials from the cache.
checkClientTrusted(X509Certificate[], String) - Method in class ucar.httpservices.CustomX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class ucar.httpservices.CustomX509TrustManager
 
clear() - Method in class ucar.httpservices.HTTPAuthStore
Remove all auth store entries
clear() - Method in class ucar.httpservices.HTTPBasicProvider
 
clear() - Method in class ucar.httpservices.HTTPCachingProvider
 
clear() - Method in class ucar.httpservices.HTTPConstantProvider
 
clear() - Method in class ucar.httpservices.HTTPSSLProvider
 
clear() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
clearCache() - Static method in class ucar.httpservices.HTTPCachingProvider
 
clearState() - Method in class ucar.httpservices.HTTPSession
 
close() - Method in class ucar.httpservices.HTTPMethod
Calling close will force the method to close, and will force any open stream to terminate.
close() - Method in class ucar.httpservices.HTTPMethodStream
Closes this input stream and releases any system resources associated with the stream; closes the method also.
close() - Method in class ucar.httpservices.HTTPSession
Close the session.
closed - Variable in class ucar.httpservices.HTTPMethod
 
closed - Variable in class ucar.httpservices.HTTPSession
 
compatibleURL(AuthScope, AuthScope) - Static method in class ucar.httpservices.HTTPMethod
Define URI compatibility.
COMPRESSION - Static variable in class ucar.httpservices.HTTPSession
 
configure(HttpRequestBase) - Method in class ucar.httpservices.HTTPMethod
 
CONN_TIMEOUT - Static variable in class ucar.httpservices.HTTPSession
 
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
 
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class ucar.httpservices.TestSocketFactory
 
content - Variable in class ucar.httpservices.HTTPMethod
 
contenttype(HTTPFormBuilder.Sort) - Static method in enum ucar.httpservices.HTTPFormBuilder.Sort
 
context - Variable in class ucar.httpservices.HTTPUtil.InterceptCommon
 
createLayeredSocket(Socket, String, int, HttpParams) - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
 
createRequest() - Method in class ucar.httpservices.HTTPMethod
 
createSocket(HttpParams) - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
 
createSocket(HttpParams) - Method in class ucar.httpservices.TestSocketFactory
 
CREDENTIALS - Static variable in class ucar.httpservices.HTTPSession
 
creds - Variable in class ucar.httpservices.HTTPCachingProvider.Auth
 
CustomSSLProtocolSocketFactory - Class in ucar.httpservices
 
CustomSSLProtocolSocketFactory() - Constructor for class ucar.httpservices.CustomSSLProtocolSocketFactory
 
CustomX509TrustManager - Class in ucar.httpservices
 
CustomX509TrustManager(KeyStore) - Constructor for class ucar.httpservices.CustomX509TrustManager
Constructor for Custom509TrustManager.

D

debugHeaders(boolean) - Static method in class ucar.httpservices.HTTPSession
 
debugRequest() - Method in class ucar.httpservices.HTTPMethod
 
debugRequestInterceptor() - Static method in class ucar.httpservices.HTTPSession
 
debugReset() - Static method in class ucar.httpservices.HTTPSession
 
debugResponse() - Method in class ucar.httpservices.HTTPMethod
 
debugResponseInterceptor() - Static method in class ucar.httpservices.HTTPSession
 
Default - Static variable in class ucar.httpservices.HTTPSSLScheme
 
DEFAULT_SCHEME - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
deserializeScope(ObjectInputStream) - Static method in class ucar.httpservices.HTTPAuthUtil
 
DFALTCHARSET - Static variable in class ucar.httpservices.HTTPFormBuilder
 
DIGEST - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
DIGEST - Static variable in class ucar.httpservices.HTTPSession
 

E

equals(Object) - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
 
equals(AuthScope, AuthScope) - Static method in class ucar.httpservices.HTTPAuthUtil
 
equals(Object, Object) - Static method in class ucar.httpservices.HTTPUtil
 
equivalent(AuthScope, AuthScope) - Static method in class ucar.httpservices.HTTPAuthUtil
Equivalence algorithm: if any field is ANY_XXX, then they are equivalent.
Escape - Class in ucar.httpservices
 
Escape() - Constructor for class ucar.httpservices.Escape
 
escapeURL(String) - Static method in class ucar.httpservices.Escape
 
escapeURLQuery(String) - Static method in class ucar.httpservices.Escape
Define the DEFINITIVE URL constraint expression escape function.
execcontext - Variable in class ucar.httpservices.HTTPSession
 
execute() - Method in class ucar.httpservices.HTTPMethod
 
execute(HttpRequestBase) - Method in class ucar.httpservices.HTTPSession
 

F

Field(HTTPFormBuilder.Sort, String, Object, String) - Constructor for class ucar.httpservices.HTTPFormBuilder.Field
 
fieldname - Variable in class ucar.httpservices.HTTPFormBuilder.Field
 
fillTempFile(String, String) - Static method in class ucar.httpservices.HTTPUtil
 
fixScopeRealm(AuthScope) - Static method in class ucar.httpservices.HTTPAuthUtil
 

G

Get(HTTPSession) - Static method in class ucar.httpservices.HTTPFactory
 
Get(HTTPSession, String) - Static method in class ucar.httpservices.HTTPFactory
 
Get(String) - Static method in class ucar.httpservices.HTTPFactory
 
getAcceptedIssuers() - Method in class ucar.httpservices.CustomX509TrustManager
 
getAllowedMethods() - Static method in class ucar.httpservices.HTTPMethod
 
getAllRows() - Method in class ucar.httpservices.HTTPAuthStore
Return all entries in the auth store
getAuthStore() - Method in class ucar.httpservices.HTTPSession
 
getCache() - Static method in class ucar.httpservices.HTTPCachingProvider
 
getCanonicalURL(String) - Static method in class ucar.httpservices.HTTPSession
 
getCharset() - Method in class ucar.httpservices.HTTPFormBuilder
 
getCharSet() - Method in class ucar.httpservices.HTTPMethod
 
getContext() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
getCookies() - Method in class ucar.httpservices.HTTPSession
 
getCredentials(AuthScope) - Method in class ucar.httpservices.HTTPBasicProvider
 
getCredentials(AuthScope) - Method in class ucar.httpservices.HTTPCachingProvider
 
getCredentials(AuthScope) - Method in class ucar.httpservices.HTTPConstantProvider
 
getCredentials(AuthScope) - Method in class ucar.httpservices.HTTPSSLProvider
 
getGlobalSettings() - Static method in class ucar.httpservices.HTTPSession
 
getGlobalThreadCount() - Static method in class ucar.httpservices.HTTPSession
 
getGlobalUserAgent() - Static method in class ucar.httpservices.HTTPSession
 
getHeaders(String) - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
getHeaders() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
getKeypassword() - Method in class ucar.httpservices.HTTPSSLProvider
 
getKeystore() - Method in class ucar.httpservices.HTTPSSLProvider
 
getMethodcount() - Method in class ucar.httpservices.HTTPSession
 
getName() - Method in class ucar.httpservices.HTTPMethod
 
getParameter(String) - Method in class ucar.httpservices.HTTPSSLScheme
 
getPassword() - Method in class ucar.httpservices.HTTPBasicProvider
 
getPassword() - Method in class ucar.httpservices.HTTPConstantProvider
 
getPassword() - Method in class ucar.httpservices.HTTPSSLProvider
 
getPath() - Method in class ucar.httpservices.HTTPMethod
 
getProtocolVersion() - Method in class ucar.httpservices.HTTPMethod
 
getRealm() - Method in class ucar.httpservices.HTTPSession
 
getRealm() - Method in class ucar.httpservices.HTTPSSLScheme
 
getRequest() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
getRequestHeader(String) - Method in class ucar.httpservices.HTTPMethod
 
getRequestHeaders() - Method in class ucar.httpservices.HTTPMethod
 
getRequestLine() - Method in class ucar.httpservices.HTTPMethod
 
getResponse() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
getResponseAsBytes(int) - Method in class ucar.httpservices.HTTPMethod
 
getResponseAsBytes() - Method in class ucar.httpservices.HTTPMethod
 
getResponseAsStream() - Method in class ucar.httpservices.HTTPMethod
 
getResponseAsString(String) - Method in class ucar.httpservices.HTTPMethod
 
getResponseAsString() - Method in class ucar.httpservices.HTTPMethod
 
getResponseBodyAsStream() - Method in class ucar.httpservices.HTTPMethod
 
getResponseCharSet() - Method in class ucar.httpservices.HTTPMethod
 
getResponseHeader(String) - Method in class ucar.httpservices.HTTPMethod
 
getResponseHeaders() - Method in class ucar.httpservices.HTTPMethod
 
getRetries() - Static method in class ucar.httpservices.HTTPSession.RetryHandler
 
getRetryCount() - Static method in class ucar.httpservices.HTTPSession
 
getSchemeName() - Method in class ucar.httpservices.HTTPSSLScheme
 
getScopes(String) - Method in class ucar.httpservices.HTTPAuthStore
 
getSession() - Method in class ucar.httpservices.HTTPMethod
 
getSessionURL() - Method in class ucar.httpservices.HTTPSession
 
getSettings() - Method in class ucar.httpservices.HTTPSession
 
getSoTimeout() - Method in class ucar.httpservices.HTTPMethod
 
getStatusCode() - Method in class ucar.httpservices.HTTPMethod
 
getStatusLine() - Method in class ucar.httpservices.HTTPMethod
 
getStatusText() - Method in class ucar.httpservices.HTTPMethod
 
getTestList() - Static method in class ucar.httpservices.HTTPCachingProvider
 
getTrustpassword() - Method in class ucar.httpservices.HTTPSSLProvider
 
getTruststore() - Method in class ucar.httpservices.HTTPSSLProvider
 
getURL() - Method in class ucar.httpservices.HTTPMethod
 
getUrlAsString(String) - Static method in class ucar.httpservices.HTTPSession
 
getUserPrincipal() - Method in class ucar.httpservices.HTTPBasicProvider
 
getUserPrincipal() - Method in class ucar.httpservices.HTTPConstantProvider
 
getUserPrincipal() - Method in class ucar.httpservices.HTTPSSLProvider
 
getVerbose() - Static method in class ucar.httpservices.HTTPSession.RetryHandler
 

H

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
 

I

identifier - Variable in class ucar.httpservices.HTTPSession
 
init(AuthScope) - Method in class ucar.httpservices.HTTPSession
 
insert(AuthScope, CredentialsProvider) - Method in class ucar.httpservices.HTTPAuthStore
 
InterceptCommon() - Constructor for class ucar.httpservices.HTTPUtil.InterceptCommon
 
InterceptRequest() - Constructor for class ucar.httpservices.HTTPUtil.InterceptRequest
 
InterceptResponse() - Constructor for class ucar.httpservices.HTTPUtil.InterceptResponse
 
intercepts - Variable in class ucar.httpservices.HTTPSession
 
invalidate(AuthScope) - Static method in class ucar.httpservices.HTTPCachingProvider
Clear some entries matching the argument
isClosed() - Method in class ucar.httpservices.HTTPMethod
 
isClosed() - Method in class ucar.httpservices.HTTPMethodStream
 
isClosed() - Method in class ucar.httpservices.HTTPSession
 
isComplete() - Method in class ucar.httpservices.HTTPSSLScheme
 
isConnectionBased() - Method in class ucar.httpservices.HTTPSSLScheme
 
isempty(String) - Method in class ucar.httpservices.HTTPFormBuilder
 
isSecure(Socket) - Method in class ucar.httpservices.CustomSSLProtocolSocketFactory
 
isSessionLocal() - Method in class ucar.httpservices.HTTPMethod
 

K

KERBEROS - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
kill() - Static method in class ucar.httpservices.HTTPSession
 

L

legal - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
localsession - Variable in class ucar.httpservices.HTTPMethod
 
localsettings - Variable in class ucar.httpservices.HTTPSession
 
log - Static variable in class ucar.httpservices.HTTPAuthStore
 
log - Static variable in class ucar.httpservices.HTTPMethodStream
 
log - Static variable in class ucar.httpservices.HTTPSession
 
logger - Static variable in class ucar.httpservices.CustomX509TrustManager
 
lookup(AuthScope) - Method in class ucar.httpservices.HTTPAuthStore
 

M

makerealm(URL) - Static method in class ucar.httpservices.HTTPAuthUtil
 
makerealm(AuthScope) - Static method in class ucar.httpservices.HTTPAuthUtil
 
makerealm(String, int) - Static method in class ucar.httpservices.HTTPAuthUtil
 
MAX_REDIRECTS - Static variable in class ucar.httpservices.HTTPSession
 
methodkind - Variable in class ucar.httpservices.HTTPMethod
 
methodList - Variable in class ucar.httpservices.HTTPSession
 
methodstream - Variable in class ucar.httpservices.HTTPMethod
 
methodurl - Variable in class ucar.httpservices.HTTPMethod
 
mimetype(HTTPFormBuilder.Sort) - Static method in enum ucar.httpservices.HTTPFormBuilder.Sort
 

N

name - Variable in class ucar.httpservices.HTTPFormBuilder.Field
 
newSession(String, int) - Static method in class ucar.httpservices.HTTPFactory
 
newSession(String) - Static method in class ucar.httpservices.HTTPFactory
 
newSession(AuthScope) - Static method in class ucar.httpservices.HTTPFactory
 
NTLM - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
NTLM - Static variable in class ucar.httpservices.HTTPSession
 

O

Options(HTTPSession) - Static method in class ucar.httpservices.HTTPFactory
 
Options(HTTPSession, String) - Static method in class ucar.httpservices.HTTPFactory
 
Options(String) - Static method in class ucar.httpservices.HTTPFactory
 

P

parent - Variable in class ucar.httpservices.HTTPAuthStore
 
parts - Variable in class ucar.httpservices.HTTPFormBuilder
 
Post(HTTPSession) - Static method in class ucar.httpservices.HTTPFactory
 
Post(HTTPSession, String) - Static method in class ucar.httpservices.HTTPFactory
 
Post(String) - Static method in class ucar.httpservices.HTTPFactory
 
printheaders - Variable in class ucar.httpservices.HTTPUtil.InterceptCommon
 
printHeaders() - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
process(HttpRequest, HttpContext) - Method in class ucar.httpservices.HTTPUtil.InterceptRequest
 
process(HttpResponse, HttpContext) - Method in class ucar.httpservices.HTTPUtil.InterceptResponse
 
processChallenge(Header) - Method in class ucar.httpservices.HTTPSSLScheme
 
PROVIDER - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
provider - Variable in class ucar.httpservices.HTTPAuthStore.Scope
 
PROXY - Static variable in class ucar.httpservices.HTTPSession
 
PROXY_AUTH_RESP - Static variable in class ucar.httpservices.HTTPCachingProvider
 
Put(HTTPSession) - Static method in class ucar.httpservices.HTTPFactory
 
Put(HTTPSession, String) - Static method in class ucar.httpservices.HTTPFactory
 
Put(String) - Static method in class ucar.httpservices.HTTPFactory
 
putUrlAsString(String, String) - Static method in class ucar.httpservices.HTTPSession
 

R

readbinaryfile(InputStream) - Static method in class ucar.httpservices.HTTPUtil
 
realm - Variable in class ucar.httpservices.HTTPSession
 
realmURL - Variable in class ucar.httpservices.HTTPSession
 
remove(AuthScope) - Method in class ucar.httpservices.HTTPAuthStore
 
removeprincipal(String) - Static method in class ucar.httpservices.HTTPSession
 
request - Variable in class ucar.httpservices.HTTPMethod
 
request - Variable in class ucar.httpservices.HTTPUtil.InterceptCommon
 
response - Variable in class ucar.httpservices.HTTPMethod
 
response - Variable in class ucar.httpservices.HTTPUtil.InterceptCommon
 
RetryHandler() - Constructor for class ucar.httpservices.HTTPSession.RetryHandler
 
retryRequest(IOException, int, HttpContext) - Method in class ucar.httpservices.HTTPSession.RetryHandler
 
rows - Variable in class ucar.httpservices.HTTPAuthStore
 

S

schemeEquals(String, String) - Static method in class ucar.httpservices.HTTPUtil
 
Scope(AuthScope, CredentialsProvider) - Constructor for class ucar.httpservices.HTTPAuthStore.Scope
 
scope - Variable in class ucar.httpservices.HTTPAuthStore.Scope
 
scope - Variable in class ucar.httpservices.HTTPCachingProvider.Auth
 
scopeToURL(AuthScope) - Static method in class ucar.httpservices.HTTPAuthUtil
 
serializeScope(AuthScope, ObjectOutputStream) - Static method in class ucar.httpservices.HTTPAuthUtil
 
session - Variable in class ucar.httpservices.HTTPMethod
 
sessionClient - Variable in class ucar.httpservices.HTTPSession
 
sessionCompatible(String) - Method in class ucar.httpservices.HTTPMethod
Test that the given url is "compatible" with the session specified dataset.
sessionCompatible(AuthScope) - Method in class ucar.httpservices.HTTPMethod
 
sessionURL - Variable in class ucar.httpservices.HTTPSession
 
setAllowSelfSigned(boolean) - Static method in class ucar.httpservices.CustomX509TrustManager
 
setAuthentication() - Method in class ucar.httpservices.HTTPMethod
Handle authentication.
setAuthentication(HTTPCachingProvider) - Method in class ucar.httpservices.HTTPSession
 
setCharset(String) - Method in class ucar.httpservices.HTTPFormBuilder
 
setCharset(Charset) - Method in class ucar.httpservices.HTTPFormBuilder
 
setConnectionTimeout(int) - Method in class ucar.httpservices.HTTPSession
 
setcontent(HttpRequestBase) - Method in class ucar.httpservices.HTTPMethod
 
setCredentials(AuthScope, Credentials) - Method in class ucar.httpservices.HTTPBasicProvider
 
setCredentials(AuthScope, Credentials) - Method in class ucar.httpservices.HTTPCachingProvider
 
setCredentials(AuthScope, Credentials) - Method in class ucar.httpservices.HTTPConstantProvider
 
setCredentials(String, Credentials) - Method in class ucar.httpservices.HTTPSession
It is convenient to be able to directly set the Credentials (not the provider) when those credentials are fixed.
setCredentials(AuthScope, Credentials) - Method in class ucar.httpservices.HTTPSSLProvider
 
setCredentialsProvider(String, CredentialsProvider) - Method in class ucar.httpservices.HTTPSession
 
setCredentialsProvider(AuthScope, CredentialsProvider) - Method in class ucar.httpservices.HTTPSession
 
setFollowRedirects(boolean) - Method in class ucar.httpservices.HTTPMethod
 
setGlobalCompression() - Static method in class ucar.httpservices.HTTPSession
 
setGlobalConnectionTimeout(int) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalCredentials(String, Credentials) - Static method in class ucar.httpservices.HTTPSession
It is convenient to be able to directly set the Credentials (not the provider) when those credentials are fixed.
setGlobalCredentialsProvider(String, CredentialsProvider) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalCredentialsProvider(CredentialsProvider, String) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalCredentialsProvider(AuthScope, CredentialsProvider) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalMaxConnections(int) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalProxy(String, int) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalSoTimeout(int) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalThreadCount(int) - Static method in class ucar.httpservices.HTTPSession
 
setGlobalUserAgent(String) - Static method in class ucar.httpservices.HTTPSession
 
setMaxRedirects(int) - Method in class ucar.httpservices.HTTPSession
 
setMethodHeaders(List<Header>) - Method in class ucar.httpservices.HTTPMethod
 
setPrint(boolean) - Method in class ucar.httpservices.HTTPUtil.InterceptCommon
 
setProxy(String, int) - Method in class ucar.httpservices.HTTPSession
 
setRequestContent(HttpEntity) - Method in class ucar.httpservices.HTTPMethod
 
setRequestHeader(String, String) - Method in class ucar.httpservices.HTTPMethod
 
setRequestHeader(Header) - Method in class ucar.httpservices.HTTPMethod
 
setRetries(int) - Static method in class ucar.httpservices.HTTPSession.RetryHandler
 
setRetryCount(int) - Static method in class ucar.httpservices.HTTPSession
 
setSoTimeout(int) - Method in class ucar.httpservices.HTTPSession
 
setUserAgent(String) - Method in class ucar.httpservices.HTTPSession
 
setVerbose(boolean) - Static method in class ucar.httpservices.HTTPSession.RetryHandler
 
setVerifyServer(boolean) - Static method in class ucar.httpservices.CustomX509TrustManager
 
SO_TIMEOUT - Static variable in class ucar.httpservices.HTTPSession
 
sort - Variable in class ucar.httpservices.HTTPFormBuilder.Field
 
SPNEGO - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
SSL - Static variable in class ucar.httpservices.HTTPAuthSchemes
 
SSL - Static variable in class ucar.httpservices.HTTPSession
 
store - Variable in class ucar.httpservices.HTTPCachingProvider
 

T

TESTING - Static variable in class ucar.httpservices.HTTPAuthStore
 
TESTING - Static variable in class ucar.httpservices.HTTPCachingProvider
 
TESTING - Static variable in class ucar.httpservices.HTTPSession
 
testlist - Static variable in class ucar.httpservices.HTTPCachingProvider
 
TestSocketFactory - Class in ucar.httpservices
 
TestSocketFactory() - Constructor for class ucar.httpservices.TestSocketFactory
 
toString() - Method in class ucar.httpservices.HTTPAuthStore.Scope
 
toString() - Method in class ucar.httpservices.HTTPCachingProvider.Auth
 
toString() - Method in class ucar.httpservices.HTTPCachingProvider
 
track(HTTPSession) - Static method in class ucar.httpservices.HTTPSession
 

U

ucar.httpservices - package ucar.httpservices
Miscellaneous network utility classes.
unescapeURLQuery(String) - Static method in class ucar.httpservices.Escape
Define the DEFINITIVE URL constraint expression unescape function.
urlDecode(String) - Static method in class ucar.httpservices.Escape
Define the DEFINITIVE URL unescape function.
urlEncode(String) - Static method in class ucar.httpservices.Escape
Define the DEFINITIVE URL escape function.
urlToScope(String, String) - Static method in class ucar.httpservices.HTTPAuthUtil
Create an AuthScope from a URL; pull out any principal
urlToScope(String) - Static method in class ucar.httpservices.HTTPAuthUtil
 
usemultipart - Variable in class ucar.httpservices.HTTPFormBuilder
 
USER_AGENT - Static variable in class ucar.httpservices.HTTPSession
 
UTF8 - Static variable in class ucar.httpservices.HTTPUtil
 
utf8Charset - Static variable in class ucar.httpservices.Escape
 

V

validate(String) - Static method in class ucar.httpservices.HTTPAuthSchemes
 
value - Variable in class ucar.httpservices.HTTPFormBuilder.Field
 
valueOf(String) - Static method in enum ucar.httpservices.HTTPFormBuilder.Sort
Returns the enum constant of this type with the specified name.
values() - Static method in enum ucar.httpservices.HTTPFormBuilder.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
verifyserver - Static variable in class ucar.httpservices.CustomX509TrustManager
 

W

wildcardMatch(String, String) - Static method in class ucar.httpservices.HTTPAuthUtil
 
WWW_AUTH_RESP - Static variable in class ucar.httpservices.HTTPCachingProvider
 

_

_allowableInUrl - Static variable in class ucar.httpservices.Escape
 
_allowableInUrlQuery - Static variable in class ucar.httpservices.Escape
 
A B C D E F G H I K L M N O P R S T U V W _ 
Skip navigation links