Alphabetical Index

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

_

_authority - field in class org.apache.commons.httpclient.URI
The authority.
_default_port - static field in class org.apache.commons.httpclient.HttpsURL
Default port for HTTPS URL.
_default_port - static field in class org.apache.commons.httpclient.HttpURL
Default port for HTTP URL.
_default_scheme - static field in class org.apache.commons.httpclient.HttpsURL
Default scheme for HTTPS URL.
_default_scheme - static field in class org.apache.commons.httpclient.HttpURL
Default scheme for HTTP URL.
_fragment - field in class org.apache.commons.httpclient.URI
The fragment.
_host - field in class org.apache.commons.httpclient.URI
The host.
_is_abs_path - field in class org.apache.commons.httpclient.URI
_is_hier_part - field in class org.apache.commons.httpclient.URI
_is_hostname - field in class org.apache.commons.httpclient.URI
_is_IPv4address - field in class org.apache.commons.httpclient.URI
_is_IPv6reference - field in class org.apache.commons.httpclient.URI
_is_net_path - field in class org.apache.commons.httpclient.URI
_is_opaque_part - field in class org.apache.commons.httpclient.URI
_is_reg_name - field in class org.apache.commons.httpclient.URI
_is_rel_path - field in class org.apache.commons.httpclient.URI
_is_server - field in class org.apache.commons.httpclient.URI
_opaque - field in class org.apache.commons.httpclient.URI
The opaque.
_path - field in class org.apache.commons.httpclient.URI
The path.
_port - field in class org.apache.commons.httpclient.URI
The port.
_query - field in class org.apache.commons.httpclient.URI
The query.
_scheme - field in class org.apache.commons.httpclient.URI
The scheme.
_uri - field in class org.apache.commons.httpclient.URI
This Uniform Resource Identifier (URI).
_userinfo - field in class org.apache.commons.httpclient.URI
The userinfo.

A

abort() - method in class org.apache.commons.httpclient.HttpMethod
Aborts the execution of the HTTP method.
abort() - method in class org.apache.commons.httpclient.HttpMethodBase
Aborts the execution of this method.
abs_path - static field in class org.apache.commons.httpclient.URI
URI absolute path.
absoluteURI - static field in class org.apache.commons.httpclient.URI
BitSet for absoluteURI.
add(org.apache.commons.httpclient.HttpConnection) - method in class org.apache.commons.httpclient.util.IdleConnectionHandler
Registers the given connection with this handler.
Adds a connection manager to be handled by this class.
Generates Content-Length or Transfer-Encoding: Chunked request header, as long as no Content-Length request header already exists.
Adds a Content-Length request header, as long as no Content-Length request header already exists.
Adds a Content-Type request header.
addCookie(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.HttpState
Adds an HTTP cookie, replacing any existing equivalent cookies.
This method does nothing.
Generates Cookie request headers for those cookies that match the given host, port and path.
addCookies(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.HttpState
Adds an array of HTTP cookies.
addHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HeaderGroup
Adds the given header to the group.
Generates Host request header, as long as no Host request header already exists.
addParameter(org.apache.commons.httpclient.NameValuePair) - method in class org.apache.commons.httpclient.methods.PostMethod
Adds a new parameter to be used in the POST request body.
addParameter(String,File) - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a binary file part
addParameter(String,String) - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a text field part
addParameter(String,String) - method in class org.apache.commons.httpclient.methods.PostMethod
Adds a new parameter to be used in the POST request body.
addParameter(String,String,File) - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a binary file part with the given file name
addParameters(org.apache.commons.httpclient.NameValuePair[]) - method in class org.apache.commons.httpclient.methods.PostMethod
Adds an array of parameters to be used in the POST request body.
addPart(org.apache.commons.httpclient.methods.multipart.Part) - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Adds a part.
Generates Proxy-Connection: Keep-Alive request header when communicating via a proxy server.
addRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethod
Adds the specified request header, not overwriting any previous value.
addRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethodBase
Adds the specified request header, NOT overwriting any previous value.
addRequestHeader(String,String) - method in class org.apache.commons.httpclient.HttpMethod
Adds the specified request header, not overwriting any previous value.
addRequestHeader(String,String) - method in class org.apache.commons.httpclient.HttpMethodBase
Adds the specified request header, NOT overwriting any previous value.
Populates the request headers map to with additional headers to be submitted to the given HttpConnection.
Populates the request headers map to with additional headers to be submitted to the given HttpConnection.
Sets the Expect header if it has not already been set, in addition to the "standard" set of headers.
Generates all the required request headers to be submitted via the given connection.
Populates the request headers map to with additional headers to be submitted to the given HttpConnection.
addResponseFooter(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethod
Add a footer to this method's response.
addResponseFooter(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethodBase
Use this method internally to add footers.
Generates default User-Agent request header, as long as no User-Agent request header already exists.
ALLOW_CIRCULAR_REDIRECTS - static field in class org.apache.commons.httpclient.params.HttpClientParams
Defines whether circular redirects (redirects to the same location) should be allowed.
allowed_abs_path - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the abs_path.
allowed_authority - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the authority component.
allowed_fragment - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the fragment component.
allowed_host - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the host component.
allowed_IPv6reference - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the IPv6reference component.
allowed_opaque_part - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the opaque_part.
allowed_query - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the query component.
allowed_reg_name - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the reg_name.
allowed_rel_path - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the rel_path.
allowed_userinfo - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the userinfo component.
allowed_within_authority - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for the authority component.
allowed_within_path - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed within the path.
allowed_within_query - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed within the query component.
allowed_within_userinfo - static field in class org.apache.commons.httpclient.URI
Those characters that are allowed for within the userinfo component.
alpha - static field in class org.apache.commons.httpclient.URI
BitSet for alpha.
alphanum - static field in class org.apache.commons.httpclient.URI
BitSet for alphanum (join of alpha & digit).
ANY - static field in class org.apache.commons.httpclient.auth.AuthScope
Default scope matching any host, port, realm and authentication scheme.
ANY_HOST - static field in class org.apache.commons.httpclient.auth.AuthScope
The null value represents any host.
ANY_HOST_CONFIGURATION - static field in class org.apache.commons.httpclient.HostConfiguration
A value to represent any host configuration, instead of using something like null.
ANY_PORT - static field in class org.apache.commons.httpclient.auth.AuthScope
The -1 value represents any port.
ANY_REALM - static field in class org.apache.commons.httpclient.auth.AuthScope
The null value represents any realm.
ANY_SCHEME - static field in class org.apache.commons.httpclient.auth.AuthScope
The null value represents any authentication scheme.
assertNotOpen() - method in class org.apache.commons.httpclient.HttpConnection
Throws an IllegalStateException if the connection is already open.
assertOpen() - method in class org.apache.commons.httpclient.HttpConnection
Throws an IllegalStateException if the connection is not open.
AUTH_SCHEME_PRIORITY - static field in class org.apache.commons.httpclient.auth.AuthPolicy
The key used to look up the list of IDs of supported authentication schemes in their order of preference.
AuthChallengeException - class org.apache.commons.httpclient.auth.AuthChallengeException
Signals a failure processing authentication challenge
AuthChallengeException() - constructor for class org.apache.commons.httpclient.auth.AuthChallengeException
Creates a new AuthChallengeException with a null detail message.
AuthChallengeException(String) - constructor for class org.apache.commons.httpclient.auth.AuthChallengeException
Creates a new AuthChallengeException with the specified message.
AuthChallengeException(String,Throwable) - constructor for class org.apache.commons.httpclient.auth.AuthChallengeException
Creates a new AuthChallengeException with the specified detail message and cause.
AuthChallengeParser - class org.apache.commons.httpclient.auth.AuthChallengeParser
This class provides utility methods for parsing HTTP www and proxy authentication challenges.
AuthChallengeProcessor - class org.apache.commons.httpclient.auth.AuthChallengeProcessor
This class provides utility methods for processing HTTP www and proxy authentication challenges.
Creates an authentication challenge processor with the given HTTP parameters
Attempt to provide requisite authentication credentials to the given method in the given context using the given authentication scheme.
Produces an authorization string for the given set of Credentials.
Produces basic authorization string for the given set of Credentials.
Produces a digest authorization string for the given set of Credentials, method name and URI.
Produces NTLM authorization string for the given set of Credentials.
authenticate(org.apache.commons.httpclient.Credentials,String,String) - method in class org.apache.commons.httpclient.auth.AuthScheme
authenticate(org.apache.commons.httpclient.Credentials,String,String) - method in class org.apache.commons.httpclient.auth.BasicScheme
Produces basic authorization string for the given set of Credentials.
authenticate(org.apache.commons.httpclient.Credentials,String,String) - method in class org.apache.commons.httpclient.auth.DigestScheme
Produces a digest authorization string for the given set of Credentials, method name and URI.
authenticate(org.apache.commons.httpclient.Credentials,String,String) - method in class org.apache.commons.httpclient.auth.NTLMScheme
Produces NTLM authorization string for the given set of Credentials.
authenticate(org.apache.commons.httpclient.NTCredentials,String) - static method in class org.apache.commons.httpclient.auth.NTLMScheme
Create a NTLM authorization string for the given challenge and NT credentials.
authenticate(org.apache.commons.httpclient.NTCredentials,String,String) - static method in class org.apache.commons.httpclient.auth.NTLMScheme
Create a NTLM authorization string for the given challenge and NT credentials.
authenticate(org.apache.commons.httpclient.UsernamePasswordCredentials) - static method in class org.apache.commons.httpclient.auth.BasicScheme
authenticate(org.apache.commons.httpclient.UsernamePasswordCredentials,String) - static method in class org.apache.commons.httpclient.auth.BasicScheme
Returns a basic Authorization header value for the given UsernamePasswordCredentials and charset.
Attempt to provide default authentication credentials to the given method in the given context using basic authentication scheme.
Attempt to provide requisite proxy authentication credentials to the given method in the given context using the given authentication scheme.
Attempt to provide default proxy authentication credentials to the given method in the given context using basic authentication scheme.
AuthenticationException - class org.apache.commons.httpclient.auth.AuthenticationException
Signals a failure in authentication process
AuthenticationException() - constructor for class org.apache.commons.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with a null detail message.
AuthenticationException(String) - constructor for class org.apache.commons.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with the specified message.
AuthenticationException(String,Throwable) - constructor for class org.apache.commons.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with the specified detail message and cause.
authority - static field in class org.apache.commons.httpclient.URI
BitSet for authority.
AuthPolicy - class org.apache.commons.httpclient.auth.AuthPolicy
Authentication policy class.
AuthScheme - interface org.apache.commons.httpclient.auth.AuthScheme
This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeBase - class org.apache.commons.httpclient.auth.AuthSchemeBase
Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor.
AuthSchemeBase(String) - constructor for class org.apache.commons.httpclient.auth.AuthSchemeBase
Constructor for an abstract authetication schemes.
AuthScope - class org.apache.commons.httpclient.auth.AuthScope
The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthScope(org.apache.commons.httpclient.auth.AuthScope) - constructor for class org.apache.commons.httpclient.auth.AuthScope
Creates a copy of the given credentials scope.
AuthScope(String,int) - constructor for class org.apache.commons.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, any realm name, and any authentication scheme.
AuthScope(String,int,String) - constructor for class org.apache.commons.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and any authentication scheme.
AuthScope(String,int,String,String) - constructor for class org.apache.commons.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and authentication scheme.
AuthState - class org.apache.commons.httpclient.auth.AuthState
This class provides detailed information about the state of the authentication process.
AuthState() - constructor for class org.apache.commons.httpclient.auth.AuthState
Default constructor.

B

BASIC - static field in class org.apache.commons.httpclient.auth.AuthPolicy
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BasicScheme - class org.apache.commons.httpclient.auth.BasicScheme
Basic authentication scheme as defined in RFC 2617.
BasicScheme() - constructor for class org.apache.commons.httpclient.auth.BasicScheme
Default constructor for the basic authetication scheme.
BasicScheme(String) - constructor for class org.apache.commons.httpclient.auth.BasicScheme
Constructor for the basic authetication scheme.
BOUNDARY - static field in class org.apache.commons.httpclient.methods.multipart.Part
The boundary
BOUNDARY_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
The boundary as a byte array.
BROWSER_COMPATIBILITY - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
BUFFER_WARN_TRIGGER_LIMIT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the maximum buffered response size (in bytes) that triggers no warning.
ByteArrayPartSource - class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
A PartSource that reads from a byte array.
ByteArrayPartSource(String,byte[]) - constructor for class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
Constructor for ByteArrayPartSource.
ByteArrayRequestEntity - class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
A RequestEntity that contains an array of bytes.
ByteArrayRequestEntity(byte[]) - constructor for class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
Creates a new entity with the given content.
ByteArrayRequestEntity(byte[],String) - constructor for class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
Creates a new entity with the given content and content type.

C

CHARSET - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content charset
CHARSET_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content charset as a byte array
checkNotUsed() - method in class org.apache.commons.httpclient.HttpMethodBase
Throws an IllegalStateException if the HTTP method has been already executed, but not recycled.
checkUsed() - method in class org.apache.commons.httpclient.HttpMethodBase
Throws an IllegalStateException if the HTTP method has not been executed since last recycle.
checkValid() - method in class org.apache.commons.httpclient.HttpsURL
Verify the valid class use for construction.
checkValid() - method in class org.apache.commons.httpclient.HttpURL
Verify the valid class use for construction.
ChunkedInputStream - class org.apache.commons.httpclient.ChunkedInputStream
Transparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked.
ChunkedInputStream(InputStream) - constructor for class org.apache.commons.httpclient.ChunkedInputStream
ChunkedInputStream constructor
ChunkedInputStream constructor that associates the chunked input stream with a HTTP method.
ChunkedOutputStream - class org.apache.commons.httpclient.ChunkedOutputStream
Implements HTTP chunking support.
ChunkedOutputStream(OutputStream) - constructor for class org.apache.commons.httpclient.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(OutputStream,int) - constructor for class org.apache.commons.httpclient.ChunkedOutputStream
Wraps a stream and chunks the output.
CircularRedirectException - class org.apache.commons.httpclient.CircularRedirectException
Signals a circular redirect
CircularRedirectException() - constructor for class org.apache.commons.httpclient.CircularRedirectException
Creates a new CircularRedirectException with a null detail message.
CircularRedirectException(String) - constructor for class org.apache.commons.httpclient.CircularRedirectException
Creates a new CircularRedirectException with the specified detail message.
CircularRedirectException(String,Throwable) - constructor for class org.apache.commons.httpclient.CircularRedirectException
Creates a new CircularRedirectException with the specified detail message and cause.
clear() - method in class org.apache.commons.httpclient.params.DefaultHttpParams
Removes all parameters from this collection.
clear() - method in class org.apache.commons.httpclient.HeaderGroup
Removes any contained headers.
clear() - method in class org.apache.commons.httpclient.HttpState
Clears the state information (all cookies, credentials and proxy credentials).
clearCookies() - method in class org.apache.commons.httpclient.HttpState
Clears all cookies.
clearCredentials() - method in class org.apache.commons.httpclient.HttpState
Clears all credentials.
clearProxyCredentials() - method in class org.apache.commons.httpclient.HttpState
Clears all proxy credentials.
clearRequestBody() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Clears the request body.
clearRequestBody() - method in class org.apache.commons.httpclient.methods.PostMethod
Clears request body.
clone() - method in class org.apache.commons.httpclient.params.DefaultHttpParams
Clones this collection of parameters.
clone() - method in class org.apache.commons.httpclient.HostConfiguration
clone() - method in class org.apache.commons.httpclient.HttpHost
clone() - method in class org.apache.commons.httpclient.ProxyHost
clone() - method in class org.apache.commons.httpclient.URI
Create and return a copy of this object, the URI-reference containing the userinfo component.
close() - method in class org.apache.commons.httpclient.ChunkedInputStream
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
close() - method in class org.apache.commons.httpclient.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - method in class org.apache.commons.httpclient.ContentLengthInputStream
Reads until the end of the known length of content.
close() - method in class org.apache.commons.httpclient.HttpConnection
Closes the socket and streams.
closeIdleConnections(long) - method in class org.apache.commons.httpclient.HttpConnectionManager
Closes connections that have been idle for at least the given amount of time.
closeIdleConnections(long) - method in class org.apache.commons.httpclient.util.IdleConnectionHandler
Closes connections that have been idle for at least the given amount of time.
closeIdleConnections(long) - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
closeIdleConnections(long) - method in class org.apache.commons.httpclient.SimpleHttpConnectionManager
closeIfStale() - method in class org.apache.commons.httpclient.HttpConnection
Closes the connection if stale.
closeSocketAndStreams() - method in class org.apache.commons.httpclient.HttpConnection
Closes everything out.
URIUtil.Coder - class org.apache.commons.httpclient.util.URIUtil.Coder
The basic and internal utility for URI escape and character encoding and decoding.
compare(Object,Object) - method in class org.apache.commons.httpclient.Cookie
Compares two cookies to determine order for cookie header.
compareTo(Object) - method in class org.apache.commons.httpclient.HttpVersion
compareTo(Object) - method in class org.apache.commons.httpclient.URI
Compare this URI to another object.
compareTo(org.apache.commons.httpclient.HttpVersion) - method in class org.apache.commons.httpclient.HttpVersion
Compares this HTTP protocol version with another one.
COMPATIBILITY - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The COMPATIBILITY policy provides high compatibilty with common cookie management of popular HTTP agents.
connect() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
connect() - method in class org.apache.commons.httpclient.ProxyClient
Creates a socket that is connected, via the HTTP CONNECT method, to a proxy.
CONNECTION_MANAGER_CLASS - static field in class org.apache.commons.httpclient.params.HttpClientParams
Defines the default HTTP connection manager class.
CONNECTION_MANAGER_TIMEOUT - static field in class org.apache.commons.httpclient.params.HttpClientParams
Sets the timeout in milliseconds used when retrieving an HTTP connection from the HTTP connection manager.
CONNECTION_TIMEOUT - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines the timeout until a connection is etablished.
A timeout while connecting waiting for an available connection from an HttpConnectionManager.
ConnectionPoolTimeoutException() - constructor for class org.apache.commons.httpclient.ConnectionPoolTimeoutException
Creates a ConnectTimeoutException with a null detail message.
ConnectionPoolTimeoutException(String) - constructor for class org.apache.commons.httpclient.ConnectionPoolTimeoutException
Creates a ConnectTimeoutException with the specified detail message.
ConnectionPoolTimeoutException(String,Throwable) - constructor for class org.apache.commons.httpclient.ConnectionPoolTimeoutException
Creates a new ConnectTimeoutException with the specified detail message and cause.
ConnectMethod - class org.apache.commons.httpclient.ConnectMethod
Establishes a tunneled HTTP connection via the CONNECT method.
ConnectMethod() - constructor for class org.apache.commons.httpclient.ConnectMethod
Create a connect method.
ConnectMethod(org.apache.commons.httpclient.HttpMethod) - constructor for class org.apache.commons.httpclient.ConnectMethod
ProxyClient.ConnectResponse - class org.apache.commons.httpclient.ProxyClient.ConnectResponse
Contains the method used to execute the connect along with the created socket.
ConnectTimeoutException - class org.apache.commons.httpclient.ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
ConnectTimeoutException() - constructor for class org.apache.commons.httpclient.ConnectTimeoutException
Creates a ConnectTimeoutException with a null detail message.
ConnectTimeoutException(String) - constructor for class org.apache.commons.httpclient.ConnectTimeoutException
Creates a ConnectTimeoutException with the specified detail message.
ConnectTimeoutException(String,Throwable) - constructor for class org.apache.commons.httpclient.ConnectTimeoutException
Creates a new ConnectTimeoutException with the specified detail message and cause.
containsHeader(String) - method in class org.apache.commons.httpclient.HeaderGroup
Tests if headers with the given name are contained within this group.
CONTENT_DISPOSITION - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content dispostion characters
CONTENT_DISPOSITION_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content dispostion as a byte array
CONTENT_LENGTH_AUTO - static field in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
The content length will be calculated automatically.
CONTENT_LENGTH_AUTO - static field in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
The content length will be calculated automatically.
CONTENT_LENGTH_CHUNKED - static field in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
The request will use chunked transfer encoding.
CONTENT_TRANSFER_ENCODING - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content type header
CONTENT_TRANSFER_ENCODING_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content type header as a byte array
CONTENT_TYPE - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content type header
CONTENT_TYPE_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content type header as a byte array
ContentLengthInputStream - class org.apache.commons.httpclient.ContentLengthInputStream
Cuts the wrapped InputStream off after a specified number of bytes.
ContentLengthInputStream(InputStream,int) - constructor for class org.apache.commons.httpclient.ContentLengthInputStream
ContentLengthInputStream(InputStream,long) - constructor for class org.apache.commons.httpclient.ContentLengthInputStream
Creates a new length limited stream
control - static field in class org.apache.commons.httpclient.URI
BitSet for control.
ControllerThreadSocketFactory - class org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory
This helper class is intedned to help work around the limitation of older Java versions (older than 1.4) that prevents from specifying a connection timeout when creating a socket.
Cookie - class org.apache.commons.httpclient.Cookie
HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Cookie() - constructor for class org.apache.commons.httpclient.Cookie
Default constructor.
Cookie(String,String,String) - constructor for class org.apache.commons.httpclient.Cookie
Creates a cookie with the given name, value and domain attribute.
Cookie(String,String,String,String,Date,boolean) - constructor for class org.apache.commons.httpclient.Cookie
Creates a cookie with the given name, value, domain attribute, path attribute, expiration attribute, and secure attribute
Cookie(String,String,String,String,int,boolean) - constructor for class org.apache.commons.httpclient.Cookie
Creates a cookie with the given name, value, domain attribute, path attribute, maximum age attribute, and secure attribute
COOKIE_POLICY - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines cookie policy to be used for cookie management.
CookiePolicy - class org.apache.commons.httpclient.cookie.CookiePolicy
Cookie management policy class.
CookieSpec - interface org.apache.commons.httpclient.cookie.CookieSpec
Defines the cookie management specification.
CookieSpecBase - class org.apache.commons.httpclient.cookie.CookieSpecBase
Cookie management functions shared by all specification.
CookieSpecBase() - constructor for class org.apache.commons.httpclient.cookie.CookieSpecBase
Default constructor
createCnonce() - static method in class org.apache.commons.httpclient.auth.DigestScheme
Creates a random cnonce value based on the current time.
createInputStream() - method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
createInputStream() - method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
Return a new FileInputStream for the current filename.
createInputStream() - method in class org.apache.commons.httpclient.methods.multipart.PartSource
Gets a new InputStream for reading this source.
createParams() - method in class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
This method spawns a controller thread overseeing the process of socket initialisation.
createSocket(Socket,String,int,boolean) - method in class org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createSocket(Socket,String,int,boolean) - method in class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
createSocket(String,int) - method in class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
createSocket(String,int) - method in class org.apache.commons.httpclient.protocol.ProtocolSocketFactory
Gets a new socket connection to the given host.
createSocket(String,int) - method in class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
createSocket(String,int,InetAddress,int) - method in class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
createSocket(String,int,InetAddress,int) - method in class org.apache.commons.httpclient.protocol.ProtocolSocketFactory
Gets a new socket connection to the given host.
createSocket(String,int,InetAddress,int) - method in class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
Gets a new socket connection to the given host.
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String,String,int,InetAddress,int,int) - static method in class org.apache.commons.httpclient.protocol.ReflectionSocketFactory
This method attempts to execute Socket method available since Java 1.4 using reflection.
CREDENTIAL_CHARSET - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the charset to be used when encoding Credentials.
Credentials - interface org.apache.commons.httpclient.Credentials
Authentication credentials.
CredentialsNotAvailableException - class org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Authentication credentials required to respond to a authentication challenge are not available
CredentialsNotAvailableException() - constructor for class org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Creates a new CredentialsNotAvailableException with a null detail message.
CredentialsNotAvailableException(String) - constructor for class org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Creates a new CredentialsNotAvailableException with the specified message.
CredentialsNotAvailableException(String,Throwable) - constructor for class org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Creates a new CredentialsNotAvailableException with the specified detail message and cause.
CredentialsProvider - interface org.apache.commons.httpclient.auth.CredentialsProvider
Credentials provider interface can be used to provide HTTP method with a means to request authentication credentials if no credentials have been given or given credentials are incorrect.
CRLF - static field in class org.apache.commons.httpclient.methods.multipart.Part
Carriage return/linefeed
CRLF_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Carriage return/linefeed as a byte array

D

DATE_PATTERNS - static field in class org.apache.commons.httpclient.params.HttpMethodParams
The key used to look up the date patterns used for parsing.
DateParseException - class org.apache.commons.httpclient.util.DateParseException
An exception to indicate an error parsing a date string.
DateParseException() - constructor for class org.apache.commons.httpclient.util.DateParseException
DateParseException(String) - constructor for class org.apache.commons.httpclient.util.DateParseException
DateParser - class org.apache.commons.httpclient.util.DateParser
A utility class for parsing HTTP dates as used in cookies and other headers.
DateUtil - class org.apache.commons.httpclient.util.DateUtil
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
decode(char[],String) - static method in class org.apache.commons.httpclient.URI
Decodes URI encoded string.
decode(char[],String) - static method in class org.apache.commons.httpclient.util.URIUtil.Coder
Unescape and decode a given string.
decode(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Unescape and decode a given string regarded as an escaped string with the default protocol charset.
decode(String,String) - static method in class org.apache.commons.httpclient.URI
Decodes URI encoded string.
decode(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Unescape and decode a given string regarded as an escaped string.
DEFAULT - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The default cookie policy.
DEFAULT_CHARSET - static field in class org.apache.commons.httpclient.methods.multipart.FilePart
Default charset of file attachments.
DEFAULT_CHARSET - static field in class org.apache.commons.httpclient.methods.multipart.StringPart
Default charset of string parameters
DEFAULT_CONTENT_CHARSET - static field in class org.apache.commons.httpclient.HttpConstants
Default content encoding chatset
DEFAULT_CONTENT_TYPE - static field in class org.apache.commons.httpclient.methods.multipart.FilePart
Default content encoding of file attachments.
DEFAULT_CONTENT_TYPE - static field in class org.apache.commons.httpclient.methods.multipart.StringPart
Default content encoding of string parameters.
DEFAULT_HEADERS - static field in class org.apache.commons.httpclient.params.HostParams
Defines the request headers to be sent per default with each request.
DEFAULT_MAX_HOST_CONNECTIONS - static field in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
The default maximum number of connections allowed per host
DEFAULT_MAX_TOTAL_CONNECTIONS - static field in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
The default maximum number of connections allowed overall
DEFAULT_PORT - static field in class org.apache.commons.httpclient.HttpsURL
Default port for HTTPS URL.
DEFAULT_PORT - static field in class org.apache.commons.httpclient.HttpURL
Default port for HTTP URL.
DEFAULT_SCHEME - static field in class org.apache.commons.httpclient.HttpsURL
Default scheme for HTTPS URL.
DEFAULT_SCHEME - static field in class org.apache.commons.httpclient.HttpURL
Default scheme for HTTP URL.
DEFAULT_TRANSFER_ENCODING - static field in class org.apache.commons.httpclient.methods.multipart.FilePart
Default transfer encoding of file attachments.
DEFAULT_TRANSFER_ENCODING - static field in class org.apache.commons.httpclient.methods.multipart.StringPart
Default transfer encoding of string parameters
URI.DefaultCharsetChanged - class org.apache.commons.httpclient.URI.DefaultCharsetChanged
The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
DefaultCharsetChanged(int,String) - constructor for class org.apache.commons.httpclient.URI.DefaultCharsetChanged
The constructor with a reason string and its code arguments.
defaultDocumentCharset - static field in class org.apache.commons.httpclient.URI
The default charset of the document.
defaultDocumentCharsetByLocale - static field in class org.apache.commons.httpclient.URI
defaultDocumentCharsetByPlatform - static field in class org.apache.commons.httpclient.URI
DefaultHttpMethodRetryHandler - class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
The default HttpMethodRetryHandler used by HttpMethods.
DefaultHttpMethodRetryHandler() - constructor for class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
Creates a new DefaultHttpMethodRetryHandler that retries up to 3 times but does not retry methods that have successfully sent their requests.
DefaultHttpMethodRetryHandler(int,boolean) - constructor for class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
Creates a new DefaultHttpMethodRetryHandler.
DefaultHttpParams - class org.apache.commons.httpclient.params.DefaultHttpParams
This class represents a collection of HTTP protocol parameters.
DefaultHttpParams() - constructor for class org.apache.commons.httpclient.params.DefaultHttpParams
Creates a new collection of parameters with the collection returned by getDefaultParams() as a parent.
DefaultHttpParams(org.apache.commons.httpclient.params.HttpParams) - constructor for class org.apache.commons.httpclient.params.DefaultHttpParams
Creates a new collection of parameters with the given parent.
DefaultHttpParamsFactory - class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
DefaultHttpParamsFactory() - constructor for class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
DefaultMethodRetryHandler - class org.apache.commons.httpclient.DefaultMethodRetryHandler
The default MethodRetryHandler used by HttpMethodBase.
DefaultMethodRetryHandler() - constructor for class org.apache.commons.httpclient.DefaultMethodRetryHandler
defaultProtocolCharset - static field in class org.apache.commons.httpclient.URI
The default charset of the protocol.
DefaultProtocolSocketFactory - class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
The default class for creating protocol sockets.
DefaultProtocolSocketFactory() - constructor for class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
Constructor for DefaultProtocolSocketFactory.
deleteClosedConnections() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Deletes all closed connections.
DeleteMethod - class org.apache.commons.httpclient.methods.DeleteMethod
Implements the HTTP DELETE method.
DeleteMethod() - constructor for class org.apache.commons.httpclient.methods.DeleteMethod
No-arg constructor.
DeleteMethod(String) - constructor for class org.apache.commons.httpclient.methods.DeleteMethod
Constructor specifying a URI.
delims - static field in class org.apache.commons.httpclient.URI
BitSet for delims.
DIGEST - static field in class org.apache.commons.httpclient.auth.AuthPolicy
Digest authentication scheme as defined in RFC2617.
DigestScheme - class org.apache.commons.httpclient.auth.DigestScheme
Digest authentication scheme as defined in RFC 2617.
DigestScheme() - constructor for class org.apache.commons.httpclient.auth.DigestScheme
Default constructor for the digest authetication scheme.
DigestScheme(String) - constructor for class org.apache.commons.httpclient.auth.DigestScheme
Constructor for the digest authetication scheme.
digit - static field in class org.apache.commons.httpclient.URI
BitSet for digit.
disallowed_opaque_part - static field in class org.apache.commons.httpclient.URI
Disallowed opaque_part before escaping.
disallowed_rel_path - static field in class org.apache.commons.httpclient.URI
Disallowed rel_path before escaping.
disconnect() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
DOCUMENT_CHARSET - static field in class org.apache.commons.httpclient.URI.DefaultCharsetChanged
Document charset changed.
doit() - method in class org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory.SocketTask
Perform the logic.
domainlabel - static field in class org.apache.commons.httpclient.URI
BitSet for domainlabel.
domainMatch(String,String) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Performs domain-match as defined by the cookie specification.
domainMatch(String,String) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Performs domain-match as implemented in common browsers.
domainMatch(String,String) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
domainMatch(String,String) - method in class org.apache.commons.httpclient.cookie.NetscapeDraftSpec
Performs domain-match as described in the Netscape draft.
domainMatch(String,String) - method in class org.apache.commons.httpclient.cookie.RFC2109Spec
Performs domain-match as defined by the RFC2109.

E

empty - static field in class org.apache.commons.httpclient.util.URIUtil
encode(String,BitSet) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a given string with allowed characters not to be escaped and the default protocol charset.
encode(String,BitSet,String) - static method in class org.apache.commons.httpclient.URI
Encodes URI string.
encode(String,BitSet,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a given string with allowed characters not to be escaped and a given charset.
encode(String,BitSet,String) - static method in class org.apache.commons.httpclient.util.URIUtil.Coder
Escape and encode a given string with allowed characters not to be escaped.
encodeAll(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the all escaped and encoded string with the default protocl charset.
encodeAll(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the all escaped and encoded string with a given charset.
encodePath(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the path component of an URI with the default protocol charset.
encodePath(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the path component of an URI with a given charset.
encodePathQuery(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the path and query components of an URI with the default protocol charset.
encodePathQuery(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the path and query components of an URI with a given charset.
encodeQuery(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the query component of an URI with the default protocol charset.
encodeQuery(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as the query component of an URI with a given charset.
encodeWithinAuthority(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the authority component of an URI with the default protocol charset.
encodeWithinAuthority(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the authority component of an URI with a given charset.
encodeWithinPath(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the path component of an URI with the default protocol charset.
encodeWithinPath(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the path component of an URI with a given charset.
encodeWithinQuery(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the query component of an URI with the default protocol charset.
encodeWithinQuery(String,String) - static method in class org.apache.commons.httpclient.util.URIUtil
Escape and encode a string regarded as within the query component of an URI with a given charset.
EncodingUtil - class org.apache.commons.httpclient.util.EncodingUtil
The home for utility methods that handle various encoding tasks.
EntityEnclosingMethod - class org.apache.commons.httpclient.methods.EntityEnclosingMethod
This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests
EntityEnclosingMethod() - constructor for class org.apache.commons.httpclient.methods.EntityEnclosingMethod
No-arg constructor.
EntityEnclosingMethod(String) - constructor for class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Constructor specifying a URI.
equals(char[],char[]) - method in class org.apache.commons.httpclient.URI
Test if the first array is equal to the second array.
equals(Object) - method in class org.apache.commons.httpclient.auth.AuthSchemeBase
equals(Object) - method in class org.apache.commons.httpclient.auth.AuthScope
equals(Object) - method in class org.apache.commons.httpclient.Cookie
Two cookies are equal if the name, path and domain match.
equals(Object) - method in class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
All instances of DefaultProtocolSocketFactory are the same.
equals(Object) - method in class org.apache.commons.httpclient.HostConfiguration
equals(Object) - method in class org.apache.commons.httpclient.HttpHost
equals(Object) - method in class org.apache.commons.httpclient.HttpVersion
equals(Object) - method in class org.apache.commons.httpclient.NameValuePair
equals(Object) - method in class org.apache.commons.httpclient.NTCredentials
Performs a case-sensitive check to see if the components of the credentials are the same.
equals(Object) - method in class org.apache.commons.httpclient.protocol.Protocol
Return true if the specified object equals this object.
equals(Object) - method in class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
All instances of SSLProtocolSocketFactory are the same.
equals(Object) - method in class org.apache.commons.httpclient.URI
Test an object if this URI is equal to another.
equals(Object) - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
These credentials are assumed equal if the username and password are the same.
equals(Object,Object) - static method in class org.apache.commons.httpclient.util.LangUtils
equals(org.apache.commons.httpclient.HttpVersion) - method in class org.apache.commons.httpclient.HttpVersion
Test if the HTTP protocol version is equal to the given number.
escaped - static field in class org.apache.commons.httpclient.URI
BitSet for escaped.
ESCAPING - static field in class org.apache.commons.httpclient.URIException
The URI escape encoding and decoding error.
ExceptionUtil - class org.apache.commons.httpclient.util.ExceptionUtil
The home for utility methods that handle various exception-related tasks.
Execute this method and create a tunneled HttpConnection.
Executes this method using the specified HttpConnection and HttpState.
Executes this method using the specified HttpConnection and HttpState.
execute(Runnable,long) - static method in class org.apache.commons.httpclient.util.TimeoutController
Executes task in a new deamon Thread and waits for the timeout.
execute(Thread,long) - static method in class org.apache.commons.httpclient.util.TimeoutController
Executes task.
Executes the given HTTP method using custom host configuration.
Executes the given HTTP method using the given custom host configuration with the given custom HTTP state.
executeMethod(org.apache.commons.httpclient.HttpMethod) - method in class org.apache.commons.httpclient.HttpClient
Executes the given HTTP method.
ExpectContinueMethod - class org.apache.commons.httpclient.methods.ExpectContinueMethod
This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake.
ExpectContinueMethod() - constructor for class org.apache.commons.httpclient.methods.ExpectContinueMethod
No-arg constructor.
ExpectContinueMethod(String) - constructor for class org.apache.commons.httpclient.methods.ExpectContinueMethod
Constructor specifying a URI.
EXTRA - static field in class org.apache.commons.httpclient.methods.multipart.Part
Extra characters
EXTRA_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Extra characters as a byte array
extractParams(String) - static method in class org.apache.commons.httpclient.auth.AuthChallengeParser
Extracts a map of challenge parameters from an authentication challenge.
extractScheme(String) - static method in class org.apache.commons.httpclient.auth.AuthChallengeParser
Extracts authentication scheme from the given authentication challenge.

F

FILE_NAME - static field in class org.apache.commons.httpclient.methods.multipart.FilePart
Attachment's file name
FilePart - class org.apache.commons.httpclient.methods.multipart.FilePart
This class implements a part of a Multipart post object that consists of a file.
FilePart(String,File) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePart(String,File,String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePart(String,org.apache.commons.httpclient.methods.multipart.PartSource) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePart(String,org.apache.commons.httpclient.methods.multipart.PartSource,String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePart(String,String,File) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePart(String,String,File,String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePart
FilePart Constructor.
FilePartSource - class org.apache.commons.httpclient.methods.multipart.FilePartSource
A PartSource that reads from a File.
FilePartSource(File) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePartSource
Constructor for FilePartSource.
FilePartSource(String,File) - constructor for class org.apache.commons.httpclient.methods.multipart.FilePartSource
Constructor for FilePartSource.
finish() - method in class org.apache.commons.httpclient.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
flush() - method in class org.apache.commons.httpclient.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flushCache() - method in class org.apache.commons.httpclient.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(bufferToAppend[],int,int) - method in class org.apache.commons.httpclient.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
flushRequestOutputStream() - method in class org.apache.commons.httpclient.HttpConnection
Flushes the output request stream.
FORM_URL_ENCODED_CONTENT_TYPE - static field in class org.apache.commons.httpclient.methods.PostMethod
The Content-Type for www-form-urlencoded.
format(org.apache.commons.httpclient.NameValuePair) - method in class org.apache.commons.httpclient.util.ParameterFormatter
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
formatCookie(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Create a "Cookie" header value for an array of cookies.
formatCookie(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Return a string suitable for sending in a "Cookie" header
formatCookie(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
formatCookie(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.RFC2109Spec
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109
formatCookieHeader(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Create a "Cookie" Header for single Cookie.
formatCookieHeader(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Create a "Cookie" Header containing the Cookie.
formatCookieHeader(org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
formatCookieHeader(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Create a "Cookie" Header for an array of Cookies.
formatCookieHeader(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Create a "Cookie" Header containing all Cookies in cookies.
formatCookieHeader(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
formatCookies(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Create a "Cookie" header value for an array of cookies.
formatCookies(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Create a "Cookie" header value containing all Cookies in cookies suitable for sending in a "Cookie" header
formatCookies(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
formatCookies(org.apache.commons.httpclient.Cookie[]) - method in class org.apache.commons.httpclient.cookie.RFC2109Spec
Create a RFC 2109 compliant "Cookie" header value containing all Cookies in cookies suitable for sending in a "Cookie" header
formatDate(Date) - static method in class org.apache.commons.httpclient.util.DateUtil
Formats the given date according to the RFC 1123 pattern.
formatDate(Date,String) - static method in class org.apache.commons.httpclient.util.DateUtil
Formats the given date according to the specified pattern.
formatValue(StringBuffer,String,boolean) - static method in class org.apache.commons.httpclient.util.ParameterFormatter
Formats the given parameter value using formatting rules defined in RFC 2616
formUrlEncode(org.apache.commons.httpclient.NameValuePair[],String) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Form-urlencoding routine.
fragment - static field in class org.apache.commons.httpclient.URI
BitSet for fragment (alias for uric).

G

generateRequestBody() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Generates the request body.
generateRequestEntity() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
generateRequestEntity() - method in class org.apache.commons.httpclient.methods.PostMethod
Generates a request entity from the post parameters, if present.
Generates HTTP request line according to the specified attributes.
getAboveHierPath() - method in class org.apache.commons.httpclient.URI
Get the level above the this hierarchy level.
getAllHeaders() - method in class org.apache.commons.httpclient.HeaderGroup
Gets all of the headers contained within this group.
getAllowedMethods() - method in class org.apache.commons.httpclient.methods.OptionsMethod
Get a list of allowed methods.
getAllowUserInteraction() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getAsciiBytes(String) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the specified string to byte array of ASCII characters.
getAsciiBytes(String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the specified string to byte array of ASCII characters.
getAsciiString(byte[]) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[]) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[],int,int) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[],int,int) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of ASCII characters to a string.
getAuthenticationRealm() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns authentication realm, if it has been used during authentication process.
getAuthority() - method in class org.apache.commons.httpclient.URI
Get the authority.
getAuthScheme() - method in class org.apache.commons.httpclient.auth.AuthState
Returns the authentication scheme.
getAuthScheme(String) - static method in class org.apache.commons.httpclient.auth.AuthPolicy
Gets the authentication scheme with the given ID.
getBodyCheckTimeout() - method in class org.apache.commons.httpclient.methods.HeadMethod
Returns non-compliant response body check timeout.
getBooleanParameter(String,boolean) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getBooleanParameter(String,boolean) - method in class org.apache.commons.httpclient.params.HttpParams
Returns a Boolean parameter value with the given name.
getBoundary() - static method in class org.apache.commons.httpclient.methods.multipart.Part
Return the boundary string.
getBytes(String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the specified string to a byte array of HTTP element characters.
getBytes(String,String) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the specified string to a byte array.
getCause() - method in class org.apache.commons.httpclient.HttpException
Return the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable.
getCharSet() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return the character encoding of this part.
getCharSet() - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Return the character encoding of this part.
getCharset() - method in class org.apache.commons.httpclient.methods.StringRequestEntity
getCharset(Locale) - static method in class org.apache.commons.httpclient.URI.LocaleToCharsetMap
Get the preferred charset for the given locale.
getComment() - method in class org.apache.commons.httpclient.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getCompatibilitySpec() - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
getCondensedHeader(String) - method in class org.apache.commons.httpclient.HeaderGroup
Gets a header representing all of the header values with the given name.
Gets an HttpConnection for a given host configuration.
Gets an HttpConnection for a given host configuration.
getConnectionManagerClass() - method in class org.apache.commons.httpclient.params.HttpClientParams
Returns the default HTTP connection manager class.
getConnectionManagerTimeout() - method in class org.apache.commons.httpclient.params.HttpClientParams
Returns the timeout in milliseconds used when retrieving an HTTP connection from the HTTP connection manager.
getConnectionsInPool() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Gets the total number of pooled connections.
Gets the total number of pooled connections for the given host configuration.
getConnectionsInUse() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Gets the total number of connections in use.
Gets the number of connections in use for this configuration.
getConnectionTimeout() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns the timeout until a connection is etablished.
Gets an HttpConnection for a given host configuration.
getConnectMethod() - method in class org.apache.commons.httpclient.ProxyClient.ConnectResponse
Gets the method that was used to execute the connect.
getContent() - method in class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
getContent() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getContent() - method in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
getContent() - method in class org.apache.commons.httpclient.methods.StringRequestEntity
getContent(Class[]) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getContentBytes(String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the specified string to a byte array of HTTP content characters using default HTTP content encoding (ISO-8859-1) This method is to be used when encoding content of HTTP request/response
getContentBytes(String,String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the specified string to a byte array of HTTP content charachetrs This method is to be used when encoding content of HTTP request/response If the specified charset is not supported, default HTTP content encoding (ISO-8859-1) is applied
getContentCharset() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns the default charset to be used for writing content body, when no charset explicitly specified.
getContentCharSet(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the character set from the Content-Type header.
getContentLength() - method in class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
getContentLength() - method in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Gets the content length.
getContentLength() - method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Gets the request entity's length.
getContentLength() - method in class org.apache.commons.httpclient.methods.RequestEntity
Gets the request entity's length.
getContentLength() - method in class org.apache.commons.httpclient.methods.StringRequestEntity
getContentString(byte[]) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP content characters to a string using default HTTP content encoding (ISO-8859-1) This method is to be used when decoding content of HTTP request/response
getContentString(byte[],int,int) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP content characters to a string using default HTTP content encoding (ISO-8859-1) This method is to be used when decoding content of HTTP request/response
getContentString(byte[],int,int,String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP content characters to a string This method is to be used when decoding content of HTTP request/response If the specified charset is not supported, default HTTP content encoding (ISO-8859-1) is applied
getContentString(byte[],String) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP content characters to a string This method is to be used when decoding content of HTTP request/response If the specified charset is not supported, default HTTP content encoding (ISO-8859-1) is applied
getContentType() - method in class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
Gets the entity's content type.
getContentType() - method in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
getContentType() - method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Gets the entity's content type.
getContentType() - method in class org.apache.commons.httpclient.methods.multipart.Part
Returns the content type of this part.
getContentType() - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Returns the content type of this part.
getContentType() - method in class org.apache.commons.httpclient.methods.RequestEntity
Gets the entity's content type.
getContentType() - method in class org.apache.commons.httpclient.methods.StringRequestEntity
Gets the entity's content type.
getCookiePolicy() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns cookie policy to be used by the HTTP methods this collection of parameters applies to.
getCookiePolicy() - method in class org.apache.commons.httpclient.HttpState
Returns the current cookie policy for this HTTP state.
getCookies() - method in class org.apache.commons.httpclient.HttpState
Returns an array of cookies that this HTTP state currently contains.
getCookies(String,int,String,boolean) - method in class org.apache.commons.httpclient.HttpState
Returns an array of cookies in this HTTP state that match the given request parameters.
getCookieSpec(String) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
Gets the cookie specification with the given ID.
getCredentialCharset() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns the charset to be used for Credentials.
Requests additional authentication credentials.
getCredentials(org.apache.commons.httpclient.auth.AuthScope) - method in class org.apache.commons.httpclient.HttpState
Get the credentials for the given authentication scope.
getCredentials(String,String) - method in class org.apache.commons.httpclient.HttpState
Get the credentials for the given authentication scope on the given host.
getCurrentHierPath() - method in class org.apache.commons.httpclient.URI
Get the current hierarchy level.
getDefaultAuthPrefs() - static method in class org.apache.commons.httpclient.auth.AuthPolicy
Returns a list containing all registered authentication schemes in their default order.
getDefaultDocumentCharset() - static method in class org.apache.commons.httpclient.URI
Get the recommended default charset of the document.
getDefaultDocumentCharsetByLocale() - static method in class org.apache.commons.httpclient.URI
Get the default charset of the document by locale.
getDefaultDocumentCharsetByPlatform() - static method in class org.apache.commons.httpclient.URI
Get the default charset of the document by platform.
getDefaultMaxConnectionsPerHost() - method in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Gets the default maximum number of connections allowed for a given host config.
getDefaultParams() - static method in class org.apache.commons.httpclient.params.DefaultHttpParams
Gets the default HttpParams to be used.
getDefaultParams() - method in class org.apache.commons.httpclient.params.DefaultHttpParamsFactory
Gets the default parameters.
getDefaultParams() - method in class org.apache.commons.httpclient.params.HttpParamsFactory
Gets the default parameters.
getDefaultPolicy() - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
getDefaultPort() - method in class org.apache.commons.httpclient.protocol.Protocol
Returns the defaultPort.
getDefaultProtocolCharset() - static method in class org.apache.commons.httpclient.URI
Get the default charset of the protocol.
getDefaults() - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getDefaults() - method in class org.apache.commons.httpclient.params.HttpParams
Returns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
getDefaultSpec() - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
Returns cookie specification registered as DEFAULT.
getDefaultUseCaches() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
getDoAuthentication() - method in class org.apache.commons.httpclient.HttpMethod
Returns true if the HTTP method should automatically handle HTTP authentication challenges (status code 401, etc.), false otherwise
getDoAuthentication() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true if the HTTP method should automatically handle HTTP authentication challenges (status code 401, etc.), false otherwise
getDoInput() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getDomain() - method in class org.apache.commons.httpclient.Cookie
Returns domain attribute of the cookie.
getDomain() - method in class org.apache.commons.httpclient.NTCredentials
Retrieves the name to authenticate with.
getDoOutput() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getDoubleParameter(String,double) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getDoubleParameter(String,double) - method in class org.apache.commons.httpclient.params.HttpParams
Returns a Double parameter value with the given name.
getEffectiveVersion() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the HTTP version used with this method (may be null if undefined, that is, the method has not been executed)
getElements() - method in class org.apache.commons.httpclient.Header
Returns an array of HeaderElements constructed from my value.
getErrorStream() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getEscapedAboveHierPath() - method in class org.apache.commons.httpclient.URI
Get the level above the this hierarchy level.
getEscapedAuthority() - method in class org.apache.commons.httpclient.URI
Get the escaped authority.
getEscapedCurrentHierPath() - method in class org.apache.commons.httpclient.URI
Get the escaped current hierarchy level.
getEscapedFragment() - method in class org.apache.commons.httpclient.URI
Get the escaped fragment.
getEscapedName() - method in class org.apache.commons.httpclient.URI
Get the escaped basename of the path.
getEscapedPassword() - method in class org.apache.commons.httpclient.HttpURL
Get the escaped password.
getEscapedPath() - method in class org.apache.commons.httpclient.URI
Get the escaped path.
getEscapedPathQuery() - method in class org.apache.commons.httpclient.URI
Get the escaped query.
getEscapedQuery() - method in class org.apache.commons.httpclient.URI
Get the escaped query.
getEscapedURI() - method in class org.apache.commons.httpclient.URI
It can be gotten the URI character sequence.
getEscapedURIReference() - method in class org.apache.commons.httpclient.URI
Get the escaped URI reference string.
getEscapedUser() - method in class org.apache.commons.httpclient.HttpURL
Get the escaped user
getEscapedUserinfo() - method in class org.apache.commons.httpclient.URI
Get the escaped userinfo.
getExpiryDate() - method in class org.apache.commons.httpclient.Cookie
Returns the expiration Date of the cookie, or null if none exists.
getFileName() - method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
getFileName() - method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
Return the current filename
getFileName() - method in class org.apache.commons.httpclient.methods.multipart.PartSource
Gets the name of the file this source represents.
getFirstHeader(String) - method in class org.apache.commons.httpclient.HeaderGroup
Gets the first header with the given name.
getFollowRedirects() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Entity enclosing requests cannot be redirected without user intervention according to RFC 2616.
getFollowRedirects() - method in class org.apache.commons.httpclient.HttpMethod
Returns true if the HTTP method should automatically follow HTTP redirects (status code 302, etc.), false otherwise.
getFollowRedirects() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true if the HTTP method should automatically follow HTTP redirects (status code 302, etc.), false otherwise.
getFragment() - method in class org.apache.commons.httpclient.URI
Get the fragment.
getFromPath(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the path of an URI and its rest part.
getHeaderField(int) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the header field at the specified position
getHeaderField(String) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the header field
getHeaderFieldKey(int) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the header field key
getHeaders(String) - method in class org.apache.commons.httpclient.HeaderGroup
Gets all of the headers with the given name.
getHost() - method in class org.apache.commons.httpclient.auth.AuthScope
getHost() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the host.
getHost() - method in class org.apache.commons.httpclient.HttpClient
Returns the default host.
getHost() - method in class org.apache.commons.httpclient.HttpConnection
Returns the host.
getHost() - method in class org.apache.commons.httpclient.NTCredentials
Retrieves the host name of the computer originating the request.
getHost() - method in class org.apache.commons.httpclient.URI
Get the host.
getHostAuthState() - method in class org.apache.commons.httpclient.HttpMethod
Returns the target host authentication state
getHostAuthState() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the target host authentication state
getHostConfiguration() - method in class org.apache.commons.httpclient.HttpClient
Returns the host configuration associated with the HttpClient.
getHostConfiguration() - method in class org.apache.commons.httpclient.HttpMethod
Gets the host configuration for this method.
getHostConfiguration() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the host configuration.
getHostConfiguration() - method in class org.apache.commons.httpclient.ProxyClient
Returns the host configuration associated with the ProxyClient.
getHostName() - method in class org.apache.commons.httpclient.HttpHost
Returns the host name (IP or DNS name).
getHostURL() - method in class org.apache.commons.httpclient.HostConfiguration
Return the host url.
getHttpConnectionManager() - method in class org.apache.commons.httpclient.HttpClient
Returns the HTTP connection manager associated with the HttpClient.
getHttpConnectionManager() - method in class org.apache.commons.httpclient.HttpConnection
Returns the httpConnectionManager.
getHttpElementCharset() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns the charset to be used for writing HTTP headers.
getHttpVersion() - method in class org.apache.commons.httpclient.StatusLine
getID() - method in class org.apache.commons.httpclient.auth.AuthScheme
Returns a String identifying the authentication challenge.
getID() - method in class org.apache.commons.httpclient.auth.DigestScheme
Gets an ID based upon the realm and the nonce value.
getID() - method in class org.apache.commons.httpclient.auth.NTLMScheme
Returns a String identifying the authentication challenge.
getID() - method in class org.apache.commons.httpclient.auth.RFC2617Scheme
Returns a String identifying the authentication challenge.
getIfModifiedSince() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getInputStream() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Gets an input stream for the HttpMethod response body.
getInstanceFollowRedirects() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getIntParameter(String,int) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getIntParameter(String,int) - method in class org.apache.commons.httpclient.params.HttpParams
Returns an Integer parameter value with the given name.
getIterator() - method in class org.apache.commons.httpclient.HeaderGroup
Returns an iterator over this group of headers.
getLastHeader(String) - method in class org.apache.commons.httpclient.HeaderGroup
Gets the last header with the given name.
getLastResponseInputStream() - method in class org.apache.commons.httpclient.HttpConnection
Returns the stream used to read the last response's body.
getLength() - method in class org.apache.commons.httpclient.methods.multipart.ByteArrayPartSource
getLength() - method in class org.apache.commons.httpclient.methods.multipart.FilePartSource
Return the length of the file
getLength() - method in class org.apache.commons.httpclient.methods.multipart.PartSource
Gets the number of bytes contained in this source.
getLengthOfParts(org.apache.commons.httpclient.methods.multipart.Part[]) - static method in class org.apache.commons.httpclient.methods.multipart.Part
Return the total sum of all parts and that of the last boundary
getLengthOfParts(org.apache.commons.httpclient.methods.multipart.Part[],byte[]) - static method in class org.apache.commons.httpclient.methods.multipart.Part
Gets the length of the multipart message including the given parts.
getLinger() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns linger-on-close timeout.
getLocalAddress() - method in class org.apache.commons.httpclient.HostConfiguration
Return the local address to be used when creating connections.
getLocalAddress() - method in class org.apache.commons.httpclient.HttpConnection
Return the local address used when creating the connection.
getLongParameter(String,long) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getLongParameter(String,long) - method in class org.apache.commons.httpclient.params.HttpParams
Returns a Long parameter value with the given name.
getMajor() - method in class org.apache.commons.httpclient.HttpVersion
Returns the major version number of the HTTP protocol.
getMaxConnectionsPerHost() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Gets the maximum number of connections allowed for a given hostConfiguration.
Gets the maximum number of connections to be used for a particular host config.
getMaxTotalConnections() - method in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Gets the maximum number of connections allowed.
getMaxTotalConnections() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Gets the maximum number of connections allowed for this connection manager.
GetMethod - class org.apache.commons.httpclient.methods.GetMethod
Implements the HTTP GET method.
GetMethod() - constructor for class org.apache.commons.httpclient.methods.GetMethod
No-arg constructor.
GetMethod(String) - constructor for class org.apache.commons.httpclient.methods.GetMethod
Constructor specifying a URI.
getMethodRetryHandler() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the retry handler for this HTTP method
getMinor() - method in class org.apache.commons.httpclient.HttpVersion
Returns the minor version number of the HTTP protocol.
getMultipartBoundary() - method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Returns the MIME boundary string that is used to demarcate boundaries of this part.
getName() - method in class org.apache.commons.httpclient.ConnectMethod
Provide the name of this method.
getName() - method in class org.apache.commons.httpclient.methods.DeleteMethod
Returns "DELETE".
getName() - method in class org.apache.commons.httpclient.methods.GetMethod
Returns "GET".
getName() - method in class org.apache.commons.httpclient.methods.HeadMethod
Returns "HEAD".
getName() - method in class org.apache.commons.httpclient.HttpMethod
Obtains the name of the HTTP method as used in the HTTP request line, for example "GET" or "POST".
getName() - method in class org.apache.commons.httpclient.HttpMethodBase
Obtains the name of the HTTP method as used in the HTTP request line, for example "GET" or "POST".
getName() - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Returns "POST".
getName() - method in class org.apache.commons.httpclient.NameValuePair
Return the name.
getName() - method in class org.apache.commons.httpclient.methods.OptionsMethod
Get the name.
getName() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return the name of this part.
getName() - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Returns the name.
getName() - method in class org.apache.commons.httpclient.methods.PostMethod
Returns "POST".
getName() - method in class org.apache.commons.httpclient.methods.PutMethod
Return "PUT".
getName() - method in class org.apache.commons.httpclient.methods.TraceMethod
Returns "TRACE".
getName() - method in class org.apache.commons.httpclient.URI
Get the basename of the path.
getName(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the basename of an URI.
getOutputStream() - method in class org.apache.commons.httpclient.util.HttpURLConnection
getParameter(String) - method in class org.apache.commons.httpclient.auth.AuthScheme
Returns authentication parameter with the given name, if available.
getParameter(String) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
getParameter(String) - method in class org.apache.commons.httpclient.params.HttpParams
Returns a parameter value with the given name.
getParameter(String) - method in class org.apache.commons.httpclient.auth.NTLMScheme
Returns the authentication parameter with the given name, if available.
getParameter(String) - method in class org.apache.commons.httpclient.methods.PostMethod
Gets the parameter of the specified name.
getParameter(String) - method in class org.apache.commons.httpclient.auth.RFC2617Scheme
Returns authentication parameter with the given name, if available.
getParameterByName(String) - method in class org.apache.commons.httpclient.HeaderElement
Returns parameter with the given name, if found.
getParameters() - method in class org.apache.commons.httpclient.HeaderElement
Get parameters, if any.
getParameters() - method in class org.apache.commons.httpclient.methods.PostMethod
Gets the parameters currently added to the PostMethod.
getParameters() - method in class org.apache.commons.httpclient.auth.RFC2617Scheme
Returns authentication parameters map.
getParams() - method in class org.apache.commons.httpclient.HostConfiguration
Returns HTTP protocol parameters associated with this host.
getParams() - method in class org.apache.commons.httpclient.HttpClient
Returns HTTP protocol parameters associated with this HttpClient.
getParams() - method in class org.apache.commons.httpclient.HttpConnection
Returns HTTP protocol parameters associated with this method.
getParams() - method in class org.apache.commons.httpclient.HttpConnectionManager
Returns parameters associated with this connection manager.
getParams() - method in class org.apache.commons.httpclient.HttpMethod
Returns HTTP protocol parameters associated with this method.
getParams() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns HTTP protocol parameters associated with this method.
getParams() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Returns parameters associated with this connection manager.
getParams() - method in class org.apache.commons.httpclient.ProxyClient
Returns HTTP protocol parameters associated with this ProxyClient.
getParams() - method in class org.apache.commons.httpclient.SimpleHttpConnectionManager
Returns parameters associated with this connection manager.
getPartBoundary() - method in class org.apache.commons.httpclient.methods.multipart.Part
Gets the part boundary to be used.
getParts() - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Returns all parts.
getPassword() - method in class org.apache.commons.httpclient.HttpURL
Get the password.
getPassword() - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
Password property getter.
getPath() - method in class org.apache.commons.httpclient.Cookie
Returns the path attribute of the cookie
getPath() - method in class org.apache.commons.httpclient.HttpMethod
Returns the path of the HTTP method.
getPath() - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the path of this HTTP method.
getPath() - method in class org.apache.commons.httpclient.URI
Get the path.
getPath(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the path of an URI.
getPathQuery() - method in class org.apache.commons.httpclient.URI
Get the path and query.
getPathQuery(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the path and query of an URI.
getPermission() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getPort() - method in class org.apache.commons.httpclient.auth.AuthScope
getPort() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the port.
getPort() - method in class org.apache.commons.httpclient.HttpClient
Returns the default port.
getPort() - method in class org.apache.commons.httpclient.HttpConnection
Returns the port of the host.
getPort() - method in class org.apache.commons.httpclient.HttpHost
Returns the port.
getPort() - method in class org.apache.commons.httpclient.HttpsURL
Get the port number.
getPort() - method in class org.apache.commons.httpclient.HttpURL
Get the port number.
getPort() - method in class org.apache.commons.httpclient.URI
Get the port.
getProtocol() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the protocol.
getProtocol() - method in class org.apache.commons.httpclient.HttpConnection
Returns the protocol used to establish the connection.
getProtocol() - method in class org.apache.commons.httpclient.HttpHost
Returns the protocol.
getProtocol(String) - static method in class org.apache.commons.httpclient.protocol.Protocol
Gets the protocol with the given ID.
getProtocolCharset() - method in class org.apache.commons.httpclient.URI
Get the protocol charset used by this current URI instance.
getProxyAuthenticationRealm() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns proxy authentication realm, if it has been used during authentication process.
getProxyAuthState() - method in class org.apache.commons.httpclient.HttpMethod
Returns the proxy authentication state
getProxyAuthState() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the proxy authentication state
Get the proxy credentials for the given authentication scope.
getProxyCredentials(String,String) - method in class org.apache.commons.httpclient.HttpState
Get the credentials for the proxy host with the given authentication scope.
getProxyHost() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the proxyHost.
getProxyHost() - method in class org.apache.commons.httpclient.HttpConnection
Returns the proxy host.
getProxyPort() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the proxyPort.
getProxyPort() - method in class org.apache.commons.httpclient.HttpConnection
Returns the port of the proxy host.
getQuery() - method in class org.apache.commons.httpclient.URI
Get the query.
getQuery(String) - static method in class org.apache.commons.httpclient.util.URIUtil
Get the query of an URI.
getQueryString() - method in class org.apache.commons.httpclient.HttpMethod
Returns the query string of this HTTP method.
getQueryString() - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the query string of this HTTP method.
getRawAboveHierPath() - method in class org.apache.commons.httpclient.HttpURL
Get the level above the this hierarchy level.
getRawAboveHierPath() - method in class org.apache.commons.httpclient.URI
Get the level above the this hierarchy level.
getRawAuthority() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped authority.
getRawCurrentHierPath() - method in class org.apache.commons.httpclient.HttpURL
Get the raw-escaped current hierarchy level.
getRawCurrentHierPath() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped current hierarchy level.
getRawCurrentHierPath(char[]) - method in class org.apache.commons.httpclient.URI
Get the raw-escaped current hierarchy level in the given path.
getRawFragment() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped fragment.
getRawHost() - method in class org.apache.commons.httpclient.URI
Get the host.
getRawName() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped basename of the path.
getRawPassword() - method in class org.apache.commons.httpclient.HttpURL
Get the raw-escaped password.
getRawPath() - method in class org.apache.commons.httpclient.HttpURL
Get the raw escaped path.
getRawPath() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped path.
getRawPathQuery() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped path and query.
getRawQuery() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped query.
getRawScheme() - method in class org.apache.commons.httpclient.HttpsURL
Get the scheme.
getRawScheme() - method in class org.apache.commons.httpclient.HttpURL
Get the scheme.
getRawScheme() - method in class org.apache.commons.httpclient.URI
Get the scheme.
getRawURI() - method in class org.apache.commons.httpclient.URI
It can be gotten the URI character sequence.
getRawURIReference() - method in class org.apache.commons.httpclient.URI
Get the URI reference character sequence.
getRawUser() - method in class org.apache.commons.httpclient.HttpURL
Get the raw-escaped user.
getRawUserinfo() - method in class org.apache.commons.httpclient.URI
Get the raw-escaped userinfo.
getRealm() - method in class org.apache.commons.httpclient.auth.AuthScheme
Returns authentication realm.
getRealm() - method in class org.apache.commons.httpclient.auth.AuthScope
getRealm() - method in class org.apache.commons.httpclient.auth.AuthState
Returns the authentication realm.
getRealm() - method in class org.apache.commons.httpclient.auth.NTLMScheme
The concept of an authentication realm is not supported by the NTLM authentication scheme.
getRealm() - method in class org.apache.commons.httpclient.auth.RFC2617Scheme
Returns authentication realm.
getReason() - method in class org.apache.commons.httpclient.HttpException
Get the text description of the reason for an exception.
getReason() - method in class org.apache.commons.httpclient.URI.DefaultCharsetChanged
Get the reason message.
getReason() - method in class org.apache.commons.httpclient.URIException
Get the reason message.
getReasonCode() - method in class org.apache.commons.httpclient.HttpException
Get the status code description of the reason for an exception.
getReasonCode() - method in class org.apache.commons.httpclient.URI.DefaultCharsetChanged
Get the reason code.
getReasonCode() - method in class org.apache.commons.httpclient.URIException
Get the reason code.
getReasonPhrase() - method in class org.apache.commons.httpclient.StatusLine
getReceiveBufferSize() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns a hint the size of the underlying buffers used by the platform for incoming network I/O.
getRecoverableExceptionCount() - method in class org.apache.commons.httpclient.HttpMethodBase
getRequestCharSet() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Returns the request's charset.
getRequestCharSet() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the character encoding of the request from the Content-Type header.
getRequestContentLength() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Returns the length of the request body.
getRequestContentLength() - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Return the length of the request body.
getRequestEntity() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
getRequestHeader(String) - method in class org.apache.commons.httpclient.HttpMethod
Gets the request header with the given name.
getRequestHeader(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the specified request header.
getRequestHeaderGroup() - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the header group storing the request headers.
getRequestHeaders() - method in class org.apache.commons.httpclient.HttpMethod
Returns the current request headers for this HTTP method.
getRequestHeaders() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns an array of the requests headers that the HTTP method currently has
getRequestHeaders(String) - method in class org.apache.commons.httpclient.HttpMethod
Returns the request headers with the given name.
getRequestHeaders(String) - method in class org.apache.commons.httpclient.HttpMethodBase
getRequestMethod() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the request method.
getRequestOutputStream() - method in class org.apache.commons.httpclient.HttpConnection
Returns an OutputStream suitable for writing the request.
getRequestProperty(String) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getResponseBody() - method in class org.apache.commons.httpclient.HttpMethod
Returns the response body of the HTTP method, if any, as an array of bytes.
getResponseBody() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the response body of the HTTP method, if any, as an array of bytes.
getResponseBodyAsStream() - method in class org.apache.commons.httpclient.HttpMethod
Returns the response body of the HTTP method, if any, as an InputStream.
getResponseBodyAsStream() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the response body of the HTTP method, if any, as an InputStream.
getResponseBodyAsString() - method in class org.apache.commons.httpclient.HttpMethod
Returns the response body of the HTTP method, if any, as a String.
getResponseBodyAsString() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the response body of the HTTP method, if any, as a String.
getResponseCharSet() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the character encoding of the response from the Content-Type header.
getResponseCode() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the response code.
getResponseContentLength() - method in class org.apache.commons.httpclient.HttpMethodBase
Return the length (in bytes) of the response body, as specified in a Content-Length header.
getResponseFooter(String) - method in class org.apache.commons.httpclient.HttpMethod
Return the specified response footer.
getResponseFooter(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the response footer associated with the given name.
getResponseFooters() - method in class org.apache.commons.httpclient.HttpMethod
Returns the response footers from the most recent execution of this request.
getResponseFooters() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns an array of the response footers that the HTTP method currently has in the order in which they were read.
getResponseHeader(String) - method in class org.apache.commons.httpclient.HttpMethod
Returns the specified response header.
getResponseHeader(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the response header associated with the given name.
getResponseHeaderGroup() - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the header group storing the response headers.
getResponseHeaders() - method in class org.apache.commons.httpclient.HttpMethod
Returns the response headers from the most recent execution of this request.
getResponseHeaders() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns an array of the response headers that the HTTP method currently has in the order in which they were read.
getResponseHeaders(String) - method in class org.apache.commons.httpclient.HttpMethod
Returns the response headers with the given name.
getResponseHeaders(String) - method in class org.apache.commons.httpclient.HttpMethodBase
getResponseInputStream() - method in class org.apache.commons.httpclient.HttpConnection
Return a InputStream suitable for reading the response.
getResponseMessage() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the response message
getResponseStream() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns a stream from which the body of the current response may be read.
getResponseTrailerHeaderGroup() - method in class org.apache.commons.httpclient.HttpMethodBase
Gets the header group storing the response trailer headers as per RFC 2616 section 3.6.1.
getRetryCount() - method in class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
getRetryCount() - method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
getScheme() - method in class org.apache.commons.httpclient.auth.AuthScope
getScheme() - method in class org.apache.commons.httpclient.HttpsURL
Get the scheme.
getScheme() - method in class org.apache.commons.httpclient.HttpURL
Get the scheme.
getScheme() - method in class org.apache.commons.httpclient.protocol.Protocol
Returns the scheme.
getScheme() - method in class org.apache.commons.httpclient.URI
Get the scheme.
getSchemeName() - method in class org.apache.commons.httpclient.auth.AuthScheme
Returns textual designation of the given authentication scheme.
getSchemeName() - method in class org.apache.commons.httpclient.auth.BasicScheme
Returns textual designation of the basic authentication scheme.
getSchemeName() - method in class org.apache.commons.httpclient.auth.DigestScheme
Returns textual designation of the digest authentication scheme.
getSchemeName() - method in class org.apache.commons.httpclient.auth.NTLMScheme
Returns textual designation of the NTLM authentication scheme.
getSecure() - method in class org.apache.commons.httpclient.Cookie
getSendBufferSize() - method in class org.apache.commons.httpclient.HttpConnection
Gets the socket's sendBufferSize.
getSendBufferSize() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns a hint the size of the underlying buffers used by the platform for outgoing network I/O.
getSocket() - method in class org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory.SocketTask
Return the socket.
getSocket() - method in class org.apache.commons.httpclient.HttpConnection
Returns the connection socket.
getSocket() - method in class org.apache.commons.httpclient.ProxyClient.ConnectResponse
Gets the socket connected and authenticated (if appropriate) to the configured HTTP proxy, or null if a connection could not be made.
getSocketFactory() - method in class org.apache.commons.httpclient.protocol.Protocol
Returns the socketFactory.
getSoTimeout() - method in class org.apache.commons.httpclient.HttpConnection
Returns the Socket's timeout, via Socket.getSoTimeout, if the connection is already open.
getSoTimeout() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
getSoTimeout() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
getSource() - method in class org.apache.commons.httpclient.methods.multipart.FilePart
Returns the source of the file part.
getSpecByPolicy(int) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
getSpecByVersion(int) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
Gets the CookieSpec for a particular cookie version.
getState() - method in class org.apache.commons.httpclient.HttpClient
Returns HTTP state associated with the HttpClient.
getState() - method in class org.apache.commons.httpclient.ProxyClient
Returns HTTP state associated with the ProxyClient.
getStatusCode() - method in class org.apache.commons.httpclient.HttpMethod
Returns the status code associated with the latest response.
getStatusCode() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the response status code.
getStatusCode() - method in class org.apache.commons.httpclient.StatusLine
getStatusLine() - method in class org.apache.commons.httpclient.HttpMethod
Returns the Status-Line from the most recent response for this method, or null if the method has not been executed.
getStatusLine() - method in class org.apache.commons.httpclient.HttpMethodBase
Provides access to the response status line.
getStatusText() - method in class org.apache.commons.httpclient.HttpMethod
Returns the status text (or "reason phrase") associated with the latest response.
getStatusText() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the status text (or "reason phrase") associated with the latest response.
getStatusText(int) - static method in class org.apache.commons.httpclient.HttpStatus
Get the reason phrase for a particular status code.
getString(byte[]) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP element characters to a string This method is to be used when decoding content of HTTP elements (such as response headers)
getString(byte[],int,int) - static method in class org.apache.commons.httpclient.HttpConstants
Converts the byte array of HTTP element characters to a string This method is to be used when decoding content of HTTP elements (such as response headers)
getString(byte[],int,int,String) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the byte array of HTTP content characters to a string.
getString(byte[],String) - static method in class org.apache.commons.httpclient.util.EncodingUtil
Converts the byte array of HTTP content characters to a string.
getTcpNoDelay() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Tests if Nagle's algorithm is to be used.
getTransferEncoding() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return the transfer encoding of this part.
getTransferEncoding() - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Returns the transfer encoding of this part.
getURI() - method in class org.apache.commons.httpclient.HttpMethod
Returns the URI for this method.
getURI() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns the URI of the HTTP method
getURI() - method in class org.apache.commons.httpclient.URI
It can be gotten the URI character sequence.
getURIReference() - method in class org.apache.commons.httpclient.URI
Get the original URI reference string.
getURL() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Return the URL
getUseCaches() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.
getUseExpectHeader() - method in class org.apache.commons.httpclient.methods.ExpectContinueMethod
Returns true if the 'Expect: 100-Continue' handshake is activated.
getUser() - method in class org.apache.commons.httpclient.HttpURL
Get the user.
getUserinfo() - method in class org.apache.commons.httpclient.URI
Get the userinfo.
getUserName() - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
User name property getter.
getValidDateFormats() - method in class org.apache.commons.httpclient.cookie.CookieSpec
Returns the Collection of date patterns used for parsing.
getValidDateFormats() - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
getValidDateFormats() - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
getValue() - method in class org.apache.commons.httpclient.NameValuePair
Return the current value.
getValues() - method in class org.apache.commons.httpclient.Header
Returns an array of HeaderElements constructed from my value.
getVersion() - method in class org.apache.commons.httpclient.Cookie
Returns the version of the cookie specification to which this cookie conforms.
getVersion() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns HTTP protocol version to be used by the HTTP methods that this collection of parameters applies to.
getVirtualHost() - method in class org.apache.commons.httpclient.HostConfiguration
Returns the virtual host.
getVirtualHost() - method in class org.apache.commons.httpclient.params.HostParams
Returns the virtual host name.
getVirtualHost() - method in class org.apache.commons.httpclient.HttpConnection
Returns the target virtual host.
getVirtualHost() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Returns the virtual host name.
greaterEquals(org.apache.commons.httpclient.HttpVersion) - method in class org.apache.commons.httpclient.HttpVersion
Test if the HTTP protocol version is greater or equal to the given number.

H

hasAuthority() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI has authority.
hasBeenUsed() - method in class org.apache.commons.httpclient.HttpMethod
Returns true if the HTTP method has been already executed, but not recycled.
hasBeenUsed() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true if the HTTP method has been already executed, but not recycled.
hasFragment() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI has fragment.
hash - field in class org.apache.commons.httpclient.URI
Cache the hash code for this URI.
HASH_OFFSET - static field in class org.apache.commons.httpclient.util.LangUtils
HASH_SEED - static field in class org.apache.commons.httpclient.util.LangUtils
hashCode() - method in class org.apache.commons.httpclient.auth.AuthSchemeBase
hashCode() - method in class org.apache.commons.httpclient.auth.AuthScope
hashCode() - method in class org.apache.commons.httpclient.Cookie
Returns a hash code in keeping with the Object.hashCode general hashCode contract.
hashCode() - method in class org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory
All instances of DefaultProtocolSocketFactory have the same hash code.
hashCode() - method in class org.apache.commons.httpclient.HostConfiguration
hashCode() - method in class org.apache.commons.httpclient.HttpHost
hashCode() - method in class org.apache.commons.httpclient.HttpVersion
hashCode() - method in class org.apache.commons.httpclient.NameValuePair
hashCode() - method in class org.apache.commons.httpclient.NTCredentials
Computes a hash code based on all the case-sensitive parts of the credentials object.
hashCode() - method in class org.apache.commons.httpclient.protocol.Protocol
Return a hash code for this object
hashCode() - method in class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
All instances of SSLProtocolSocketFactory have the same hash code.
hashCode() - method in class org.apache.commons.httpclient.URI
Return a hash code for this URI.
hashCode() - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
Does a hash of both user name and password.
hashCode(int,boolean) - static method in class org.apache.commons.httpclient.util.LangUtils
hashCode(int,int) - static method in class org.apache.commons.httpclient.util.LangUtils
hashCode(int,Object) - static method in class org.apache.commons.httpclient.util.LangUtils
hasQuery() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI has query.
hasRequestContent() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Returns true if there is a request body to be sent.
hasRequestContent() - method in class org.apache.commons.httpclient.methods.ExpectContinueMethod
Returns true if there is a request body to be sent.
hasRequestContent() - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Returns true
hasRequestContent() - method in class org.apache.commons.httpclient.methods.PostMethod
Returns true if there is a request body to be sent.
hasUserinfo() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI has userinfo.
HEAD_BODY_CHECK_TIMEOUT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Sets period of time in milliseconds to wait for a content body sent in response to HEAD method from a non-compliant server.
Header - class org.apache.commons.httpclient.Header
An HTTP header.
Header() - constructor for class org.apache.commons.httpclient.Header
Default constructor.
Header(String,String) - constructor for class org.apache.commons.httpclient.Header
Constructor with name and value
Header(String,String,boolean) - constructor for class org.apache.commons.httpclient.Header
Constructor with name and value
HeaderElement - class org.apache.commons.httpclient.HeaderElement
One element of an HTTP header's value.
HeaderElement() - constructor for class org.apache.commons.httpclient.HeaderElement
Default constructor.
HeaderElement(char[]) - constructor for class org.apache.commons.httpclient.HeaderElement
Constructor with array of characters.
HeaderElement(char[],int,int) - constructor for class org.apache.commons.httpclient.HeaderElement
Constructor with array of characters.
HeaderElement(String,String) - constructor for class org.apache.commons.httpclient.HeaderElement
Constructor.
Constructor with name, value and parameters.
HeaderGroup - class org.apache.commons.httpclient.HeaderGroup
A class for combining a set of headers.
HeaderGroup() - constructor for class org.apache.commons.httpclient.HeaderGroup
Constructor for HeaderGroup.
HeadMethod - class org.apache.commons.httpclient.methods.HeadMethod
Implements the HTTP HEAD method.
HeadMethod() - constructor for class org.apache.commons.httpclient.methods.HeadMethod
No-arg constructor.
HeadMethod(String) - constructor for class org.apache.commons.httpclient.methods.HeadMethod
Constructor specifying a URI.
hex - static field in class org.apache.commons.httpclient.URI
BitSet for hex.
hier_part - static field in class org.apache.commons.httpclient.URI
BitSet for hier_part.
host - static field in class org.apache.commons.httpclient.URI
BitSet for host.
HostConfiguration - class org.apache.commons.httpclient.HostConfiguration
Holds all of the variables needed to describe an HTTP connection to a host.
HostConfiguration() - constructor for class org.apache.commons.httpclient.HostConfiguration
Constructor for HostConfiguration.
Copy constructor for HostConfiguration
hostEquals(org.apache.commons.httpclient.HttpConnection) - method in class org.apache.commons.httpclient.HostConfiguration
Tests if the host configuration equals the configuration set on the connection.
hostname - static field in class org.apache.commons.httpclient.URI
BitSet for hostname.
HostParams - class org.apache.commons.httpclient.params.HostParams
This class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration.
HostParams() - constructor for class org.apache.commons.httpclient.params.HostParams
Creates a new collection of parameters with the collection returned by getDefaultParams() as a parent.
HostParams(org.apache.commons.httpclient.params.HttpParams) - constructor for class org.apache.commons.httpclient.params.HostParams
Creates a new collection of parameters with the given parent.
hostport - static field in class org.apache.commons.httpclient.URI
BitSet for hostport.
HTTP_0_9 - static field in class org.apache.commons.httpclient.HttpVersion
HTTP protocol version 0.9
HTTP_1_0 - static field in class org.apache.commons.httpclient.HttpVersion
HTTP protocol version 1.0
HTTP_1_1 - static field in class org.apache.commons.httpclient.HttpVersion
HTTP protocol version 1.1
HTTP_CONTENT_CHARSET - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the charset to be used for encoding content body.
HTTP_ELEMENT_CHARSET - static field in class org.apache.commons.httpclient.HttpConstants
Character set used to encode HTTP protocol elements
HTTP_ELEMENT_CHARSET - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the charset to be used for encoding HTTP protocol elements.
HttpAuthenticator - class org.apache.commons.httpclient.auth.HttpAuthenticator
Utility methods for HTTP authorization and authentication.
HttpAuthRealm - class org.apache.commons.httpclient.auth.HttpAuthRealm
The key used to look up authentication credentials.
HttpAuthRealm(String,String) - constructor for class org.apache.commons.httpclient.auth.HttpAuthRealm
Creates a new HttpAuthRealm for the given domain and realm.
HttpClient - class org.apache.commons.httpclient.HttpClient
An HTTP "user-agent", containing an HTTP state and one or more HTTP connections, to which HTTP methods can be applied.
HttpClient() - constructor for class org.apache.commons.httpclient.HttpClient
Creates an instance of HttpClient using default parameter set.
HttpClient(org.apache.commons.httpclient.HttpConnectionManager) - constructor for class org.apache.commons.httpclient.HttpClient
Creates an instance of HttpClient with a user specified HTTP connection manager.
HttpClient(org.apache.commons.httpclient.params.HttpClientParams) - constructor for class org.apache.commons.httpclient.HttpClient
Creates an instance of HttpClient using the given parameter set.
Creates an instance of HttpClient with a user specified parameter set and HTTP connection manager.
HttpClientError - class org.apache.commons.httpclient.HttpClientError
Signals that an error has occurred.
HttpClientError() - constructor for class org.apache.commons.httpclient.HttpClientError
Creates a new HttpClientError with a null detail message.
HttpClientError(String) - constructor for class org.apache.commons.httpclient.HttpClientError
Creates a new HttpClientError with the specified detail message.
HttpClientParams - class org.apache.commons.httpclient.params.HttpClientParams
This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
HttpClientParams() - constructor for class org.apache.commons.httpclient.params.HttpClientParams
Creates a new collection of parameters with the collection returned by getDefaultParams() as a parent.
HttpClientParams(org.apache.commons.httpclient.params.HttpParams) - constructor for class org.apache.commons.httpclient.params.HttpClientParams
Creates a new collection of parameters with the given parent.
HttpConnection - class org.apache.commons.httpclient.HttpConnection
An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
httpConnection - field in class org.apache.commons.httpclient.SimpleHttpConnectionManager
The http connection
HttpConnection(org.apache.commons.httpclient.HostConfiguration) - constructor for class org.apache.commons.httpclient.HttpConnection
Creates a new HTTP connection for the given host configuration.
HttpConnection(String,int) - constructor for class org.apache.commons.httpclient.HttpConnection
Creates a new HTTP connection for the given host and port.
Creates a new HTTP connection for the given host and port using the given protocol.
HttpConnection(String,int,String,int) - constructor for class org.apache.commons.httpclient.HttpConnection
Creates a new HTTP connection for the given host and port via the given proxy host and port using the default protocol.
Creates a new HTTP connection for the given host with the virtual alias and port via the given proxy host and port using the given protocol.
Creates a new HTTP connection for the given host with the virtual alias and port via the given proxy host and port using the given protocol.
Creates a new HTTP connection for the given host with the virtual alias and port using given protocol.
HttpConnectionManager - interface org.apache.commons.httpclient.HttpConnectionManager
An interface for classes that manage HttpConnections.
HttpConnectionManagerParams - class org.apache.commons.httpclient.params.HttpConnectionManagerParams
This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.
HttpConnectionParams - class org.apache.commons.httpclient.params.HttpConnectionParams
This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
HttpConnectionParams() - constructor for class org.apache.commons.httpclient.params.HttpConnectionParams
Creates a new collection of parameters with the collection returned by getDefaultParams() as a parent.
HttpConstants - class org.apache.commons.httpclient.HttpConstants
HTTP content conversion routines.
HttpException - class org.apache.commons.httpclient.HttpException
Signals that an HTTP or HttpClient exception has occurred.
HttpException() - constructor for class org.apache.commons.httpclient.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - constructor for class org.apache.commons.httpclient.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String,Throwable) - constructor for class org.apache.commons.httpclient.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpHost - class org.apache.commons.httpclient.HttpHost
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(org.apache.commons.httpclient.HttpHost) - constructor for class org.apache.commons.httpclient.HttpHost
Copy constructor for HttpHost
HttpHost(org.apache.commons.httpclient.URI) - constructor for class org.apache.commons.httpclient.HttpHost
URI constructor for HttpHost.
HttpHost(String) - constructor for class org.apache.commons.httpclient.HttpHost
Constructor for HttpHost.
HttpHost(String,int) - constructor for class org.apache.commons.httpclient.HttpHost
Constructor for HttpHost.
HttpHost(String,int,org.apache.commons.httpclient.protocol.Protocol) - constructor for class org.apache.commons.httpclient.HttpHost
Constructor for HttpHost.
HttpMethod - interface org.apache.commons.httpclient.HttpMethod
HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase - class org.apache.commons.httpclient.HttpMethodBase
An abstract base implementation of HttpMethod.
HttpMethodBase() - constructor for class org.apache.commons.httpclient.HttpMethodBase
No-arg constructor.
HttpMethodBase(String) - constructor for class org.apache.commons.httpclient.HttpMethodBase
Constructor specifying a URI.
HttpMethodParams - class org.apache.commons.httpclient.params.HttpMethodParams
This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
HttpMethodParams() - constructor for class org.apache.commons.httpclient.params.HttpMethodParams
Creates a new collection of parameters with the collection returned by getDefaultParams() as a parent.
HttpMethodParams(org.apache.commons.httpclient.params.HttpParams) - constructor for class org.apache.commons.httpclient.params.HttpMethodParams
Creates a new collection of parameters with the given parent.
HttpMethodRetryHandler - interface org.apache.commons.httpclient.HttpMethodRetryHandler
A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
HttpParams - interface org.apache.commons.httpclient.params.HttpParams
This interface represents a collection of HTTP protocol parameters.
HttpParamsFactory - interface org.apache.commons.httpclient.params.HttpParamsFactory
A factory for getting the default set of parameters to use when creating an instance of HttpParams.
HttpParser - class org.apache.commons.httpclient.HttpParser
A utility class for parsing http header values according to RFC-2616 Section 4 and 19.3.
HttpRecoverableException - class org.apache.commons.httpclient.HttpRecoverableException
Signals that an HTTP or HttpClient exception has occurred.
HttpRecoverableException() - constructor for class org.apache.commons.httpclient.HttpRecoverableException
Creates a new HttpRecoverableException with a null detail message.
HttpRecoverableException(String) - constructor for class org.apache.commons.httpclient.HttpRecoverableException
Creates a new HttpRecoverableException with the specified detail message.
HttpState - class org.apache.commons.httpclient.HttpState
A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
HttpState() - constructor for class org.apache.commons.httpclient.HttpState
Default constructor.
HttpStatus - class org.apache.commons.httpclient.HttpStatus
Constants enumerating the HTTP status codes.
HttpsURL - class org.apache.commons.httpclient.HttpsURL
The HTTPS URL.
HttpsURL() - constructor for class org.apache.commons.httpclient.HttpsURL
Create an instance as an internal use.
HttpsURL(char[]) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL as an escaped form of a character array.
HttpsURL(char[],String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL as an escaped form of a character array with the given charset to do escape encoding.
Construct a HTTPS URL with a given relative URL.
HttpsURL(org.apache.commons.httpclient.HttpsURL,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL with a given relative HTTPS URL string.
HttpsURL(String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from a given string.
HttpsURL(String,int,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from a given string with the given charset to do escape encoding.
HttpsURL(String,String,int,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,int,String,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String,int) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String,int,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String,int,String,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTP URL from given components.
HttpsURL(String,String,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpsURL(String,String,String,String,String) - constructor for class org.apache.commons.httpclient.HttpsURL
Construct a HTTPS URL from given components.
HttpURL - class org.apache.commons.httpclient.HttpURL
The HTTP URL.
HttpURL() - constructor for class org.apache.commons.httpclient.HttpURL
Create an instance as an internal use.
HttpURL(char[]) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL as an escaped form of a character array.
HttpURL(char[],String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL as an escaped form of a character array with the given charset to do escape encoding.
Construct a HTTP URL with a given relative URL.
HttpURL(org.apache.commons.httpclient.HttpURL,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL with a given relative URL string.
HttpURL(String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from a given string.
HttpURL(String,int,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from a given string with the given charset to do escape encoding.
HttpURL(String,String,int,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,int,String,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,int) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,int,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,int,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,int,String,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURL(String,String,String,String,String) - constructor for class org.apache.commons.httpclient.HttpURL
Construct a HTTP URL from given components.
HttpURLConnection - class org.apache.commons.httpclient.util.HttpURLConnection
Provides a HttpURLConnection wrapper around HttpClient's HttpMethod.
HttpURLConnection(org.apache.commons.httpclient.HttpMethod,URL) - constructor for class org.apache.commons.httpclient.util.HttpURLConnection
Creates an HttpURLConnection from a HttpMethod.
HttpURLConnection(URL) - constructor for class org.apache.commons.httpclient.util.HttpURLConnection
Create an instance.
HttpVersion - class org.apache.commons.httpclient.HttpVersion
HTTP version, as specified in RFC 2616.
HttpVersion(int,int) - constructor for class org.apache.commons.httpclient.HttpVersion
Create an HTTP protocol version designator.

I

IdleConnectionHandler - class org.apache.commons.httpclient.util.IdleConnectionHandler
A helper class for connection managers to track idle connections.
IdleConnectionHandler() - constructor for class org.apache.commons.httpclient.util.IdleConnectionHandler
IdleConnectionTimeoutThread - class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
A utility class for periodically closing idle connections.
IdleConnectionTimeoutThread() - constructor for class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
IGNORE_COOKIES - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The policy that ignores cookies.
IgnoreCookiesSpec - class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
A cookie spec that does nothing.
IgnoreCookiesSpec() - constructor for class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
indexFirstOf(char[],char) - method in class org.apache.commons.httpclient.URI
Get the earlier index that to be searched for the first occurrance in one of any of the given array.
indexFirstOf(char[],char,int) - method in class org.apache.commons.httpclient.URI
Get the earlier index that to be searched for the first occurrance in one of any of the given array.
indexFirstOf(String,String) - method in class org.apache.commons.httpclient.URI
Get the earlier index that to be searched for the first occurrance in one of any of the given string.
indexFirstOf(String,String,int) - method in class org.apache.commons.httpclient.URI
Get the earlier index that to be searched for the first occurrance in one of any of the given string.
initCause(Throwable,Throwable) - static method in class org.apache.commons.httpclient.util.ExceptionUtil
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
InputStreamRequestEntity - class org.apache.commons.httpclient.methods.InputStreamRequestEntity
A RequestEntity that contains an InputStream.
InputStreamRequestEntity(InputStream) - constructor for class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Creates a new InputStreamRequestEntity with the given content and a content type of CONTENT_LENGTH_AUTO.
InputStreamRequestEntity(InputStream,long) - constructor for class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Creates a new InputStreamRequestEntity with the given content and content length.
InputStreamRequestEntity(InputStream,long,String) - constructor for class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Creates a new InputStreamRequestEntity with the given content, content length, and content type.
InputStreamRequestEntity(InputStream,String) - constructor for class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Creates a new InputStreamRequestEntity with the given content, content type, and a content length of CONTENT_LENGTH_AUTO.
invalidate() - method in class org.apache.commons.httpclient.auth.AuthState
Invalidates the authentication state by resetting its parameters.
InvalidCredentialsException - class org.apache.commons.httpclient.auth.InvalidCredentialsException
Authentication credentials required to respond to a authentication challenge are invalid
InvalidCredentialsException() - constructor for class org.apache.commons.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with a null detail message.
InvalidCredentialsException(String) - constructor for class org.apache.commons.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified message.
InvalidCredentialsException(String,Throwable) - constructor for class org.apache.commons.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified detail message and cause.
IPv4address - static field in class org.apache.commons.httpclient.URI
Bitset that combines digit and dot fo IPv$address.
IPv6address - static field in class org.apache.commons.httpclient.URI
RFC 2373.
IPv6reference - static field in class org.apache.commons.httpclient.URI
RFC 2732, 2373.
isAborted() - method in class org.apache.commons.httpclient.HttpMethodBase
Tests whether the execution of this method has been aborted
isAbsoluteURI() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI is absolute.
isAbsPath() - method in class org.apache.commons.httpclient.URI
Tell whether or not the relativeURI or hier_part of this URI is abs_path.
isAllowed(String) - method in class org.apache.commons.httpclient.methods.OptionsMethod
Is the specified method allowed ?
isAlwaysUseQuotes() - method in class org.apache.commons.httpclient.util.ParameterFormatter
Determines whether all parameter values must be enclosed in quotation marks, even if they do not contain any special characters
isAuthAttempted() - method in class org.apache.commons.httpclient.auth.AuthState
Tests whether authenication challenge has been responsed to
isAuthenticationPreemptive() - method in class org.apache.commons.httpclient.params.HttpClientParams
Returns true if authentication should be attempted preemptively, false otherwise.
isAuthenticationPreemptive() - method in class org.apache.commons.httpclient.HttpState
Returns true if preemptive authentication should be attempted, false otherwise.
isAuthRequested() - method in class org.apache.commons.httpclient.auth.AuthState
Tests whether authenication challenge has been received
isAutogenerated() - method in class org.apache.commons.httpclient.Header
Returns the value of the auto-generated header flag.
isComplete() - method in class org.apache.commons.httpclient.auth.AuthScheme
Authentication process may involve a series of challenge-response exchanges.
isComplete() - method in class org.apache.commons.httpclient.auth.BasicScheme
Tests if the Basic authentication process has been completed.
isComplete() - method in class org.apache.commons.httpclient.auth.DigestScheme
Tests if the Digest authentication process has been completed.
isComplete() - method in class org.apache.commons.httpclient.auth.NTLMScheme
Tests if the NTLM authentication process has been completed.
isConnectionBased() - method in class org.apache.commons.httpclient.auth.AuthScheme
Tests if the authentication scheme is provides authorization on a per connection basis instead of usual per request basis
isConnectionBased() - method in class org.apache.commons.httpclient.auth.BasicScheme
Returns false.
isConnectionBased() - method in class org.apache.commons.httpclient.auth.DigestScheme
Returns false.
isConnectionBased() - method in class org.apache.commons.httpclient.auth.NTLMScheme
Returns true.
isConnectionCloseForced() - method in class org.apache.commons.httpclient.HttpMethodBase
Tests if the connection should be force-closed when no longer needed.
isConnectionStaleCheckingEnabled() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Gets the staleCheckingEnabled value to be set on HttpConnections that are created.
isConnectionStaleCheckingEnabled() - method in class org.apache.commons.httpclient.SimpleHttpConnectionManager
Gets the staleCheckingEnabled value to be set on HttpConnections that are created.
isDomainAttributeSpecified() - method in class org.apache.commons.httpclient.Cookie
Returns true if cookie's domain was set via a domain attribute in the Set-Cookie header.
isExpired() - method in class org.apache.commons.httpclient.Cookie
Returns true if this cookie has expired.
isExpired(Date) - method in class org.apache.commons.httpclient.Cookie
Returns true if this cookie has expired according to the time passed in.
isHierPart() - method in class org.apache.commons.httpclient.URI
Tell whether or not the absoluteURI of this URI is hier_part.
isHostname() - method in class org.apache.commons.httpclient.URI
Tell whether or not the host part of this URI is hostname.
isHostSet() - method in class org.apache.commons.httpclient.HostConfiguration
Returns true if the host is set.
isHttp11() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true if version 1.1 of the HTTP protocol should be used per default, false if version 1.0 should be used.
isIPv4address() - method in class org.apache.commons.httpclient.URI
Tell whether or not the host part of this URI is IPv4address.
isIPv6reference() - method in class org.apache.commons.httpclient.URI
Tell whether or not the host part of this URI is IPv6reference.
isLocked() - method in class org.apache.commons.httpclient.HttpConnection
Tests if the connection is locked.
isNetPath() - method in class org.apache.commons.httpclient.URI
Tell whether or not the relativeURI or heir_part of this URI is net_path.
isOpaquePart() - method in class org.apache.commons.httpclient.URI
Tell whether or not the absoluteURI of this URI is opaque_part.
isOpen - field in class org.apache.commons.httpclient.HttpConnection
Whether or not the connection is connected.
isOpen() - method in class org.apache.commons.httpclient.HttpConnection
Tests if the connection is open.
isParameterFalse(String) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
isParameterFalse(String) - method in class org.apache.commons.httpclient.params.HttpParams
Returns true if the parameter is either not set or is false, false otherwise.
isParameterSet(String) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
isParameterSet(String) - method in class org.apache.commons.httpclient.params.HttpParams
Returns true if the parameter is set at any level, false otherwise.
isParameterSetLocally(String) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
isParameterSetLocally(String) - method in class org.apache.commons.httpclient.params.HttpParams
Returns true if the parameter is set locally, false otherwise.
isParameterTrue(String) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
isParameterTrue(String) - method in class org.apache.commons.httpclient.params.HttpParams
Returns true if the parameter is set and is true, false otherwise.
isPathAttributeSpecified() - method in class org.apache.commons.httpclient.Cookie
Returns true if cookie's path was set via a path attribute in the Set-Cookie header.
isPersistent() - method in class org.apache.commons.httpclient.Cookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPreemptive() - method in class org.apache.commons.httpclient.auth.AuthState
Tests if preemptive authentication is used.
isProxied() - method in class org.apache.commons.httpclient.HttpConnection
Returns true if the connection is established via a proxy, false otherwise.
isProxySet() - method in class org.apache.commons.httpclient.HostConfiguration
Tests if the proxy host/port have been set.
isRegName() - method in class org.apache.commons.httpclient.URI
Tell whether or not the authority component of this URI is reg_name.
isRelativeURI() - method in class org.apache.commons.httpclient.URI
Tell whether or not this URI is relative.
isRelPath() - method in class org.apache.commons.httpclient.URI
Tell whether or not the relativeURI of this URI is rel_path.
isRepeatable() - method in class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
isRepeatable() - method in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
Tests if this method is repeatable.
isRepeatable() - method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Returns true if all parts are repeatable, false otherwise.
isRepeatable() - method in class org.apache.commons.httpclient.methods.multipart.Part
Tests if this part can be sent more than once.
isRepeatable() - method in class org.apache.commons.httpclient.methods.RequestEntity
Tests if writeRequest(OutputStream) can be called more than once.
isRepeatable() - method in class org.apache.commons.httpclient.methods.StringRequestEntity
isRequestSent() - method in class org.apache.commons.httpclient.HttpMethod
Returns true if the HTTP has been transmitted to the target server in its entirety, false otherwise.
isRequestSent() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true if the HTTP has been transmitted to the target server in its entirety, false otherwise.
isRequestSentRetryEnabled() - method in class org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
isRequestSentRetryEnabled() - method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
isResponseAvailable() - method in class org.apache.commons.httpclient.HttpConnection
Tests if input data avaialble.
isResponseAvailable(int) - method in class org.apache.commons.httpclient.HttpConnection
Tests if input data becomes available within the given period time in milliseconds.
isSecure() - method in class org.apache.commons.httpclient.HttpConnection
Returns true if the connection is established over a secure protocol.
isSecure() - method in class org.apache.commons.httpclient.protocol.Protocol
Returns true if this protocol is secure
isServer() - method in class org.apache.commons.httpclient.URI
Tell whether or not the authority component of this URI is server.
isSocketTimeoutException(InterruptedIOException) - static method in class org.apache.commons.httpclient.util.ExceptionUtil
If SocketTimeoutExceptionClass is defined, returns true only if the exception is an instance of SocketTimeoutExceptionClass.
isStale() - method in class org.apache.commons.httpclient.HttpConnection
Determines whether this connection is "stale", which is to say that either it is no longer open, or an attempt to read the connection would fail.
isStaleCheckingEnabled() - method in class org.apache.commons.httpclient.HttpConnection
Tests if stale checking is enabled.
isStaleCheckingEnabled() - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Tests whether stale connection check is to be used.
isStrictMode() - method in class org.apache.commons.httpclient.HttpClient
Returns the value of the strict mode flag.
isStrictMode() - method in class org.apache.commons.httpclient.HttpMethod
Returns the value of the strict mode flag.
isStrictMode() - method in class org.apache.commons.httpclient.HttpMethodBase
isTransparent() - method in class org.apache.commons.httpclient.HttpConnection
Indicates if the connection is completely transparent from end to end.

L

LangUtils - class org.apache.commons.httpclient.util.LangUtils
A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods.
length() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return the full length of all the data.
lengthOfData() - method in class org.apache.commons.httpclient.methods.multipart.FilePart
Return the length of the data.
lengthOfData() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return the length of the main content
lengthOfData() - method in class org.apache.commons.httpclient.methods.multipart.StringPart
Return the length of the data.
lessEquals(org.apache.commons.httpclient.HttpVersion) - method in class org.apache.commons.httpclient.HttpVersion
Test if the HTTP protocol version is less or equal to the given number.
URI.LocaleToCharsetMap - class org.apache.commons.httpclient.URI.LocaleToCharsetMap
A mapping to determine the (somewhat arbitrarily) preferred charset for a given locale.
LOG - static field in class org.apache.commons.httpclient.auth.AuthPolicy
Log object.
LOG - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
Log object.
LOG - static field in class org.apache.commons.httpclient.cookie.CookieSpecBase
Log object

M

makeLenient() - method in class org.apache.commons.httpclient.params.HttpClientParams
Makes the HTTP methods attempt to mimic the exact behaviour of commonly used HTTP agents, which many HTTP servers expect, even though such behaviour may violate the HTTP protocol specification (RFC 2616 and other relevant RFCs).
makeLenient() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Makes the HTTP methods attempt to mimic the exact behaviour of commonly used HTTP agents, which many HTTP servers expect, even though such behaviour may violate the HTTP protocol specification (RFC 2616 and other relevant RFCs).
makeStrict() - method in class org.apache.commons.httpclient.params.HttpClientParams
Makes the HTTP methods strictly follow the HTTP protocol specification (RFC 2616 and other relevant RFCs).
makeStrict() - method in class org.apache.commons.httpclient.params.HttpMethodParams
Makes the HTTP methods strictly follow the HTTP protocol specification (RFC 2616 and other relevant RFCs).
MalformedChallengeException - class org.apache.commons.httpclient.auth.MalformedChallengeException
Signals that authentication challenge is in some way invalid or illegal in the given context
MalformedChallengeException() - constructor for class org.apache.commons.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with a null detail message.
MalformedChallengeException(String) - constructor for class org.apache.commons.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified message.
MalformedChallengeException(String,Throwable) - constructor for class org.apache.commons.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified detail message and cause.
MalformedCookieException - class org.apache.commons.httpclient.cookie.MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given context
MalformedCookieException() - constructor for class org.apache.commons.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with a null detail message.
MalformedCookieException(String) - constructor for class org.apache.commons.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with a specified message string.
MalformedCookieException(String,Throwable) - constructor for class org.apache.commons.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with the specified detail message and cause.
mark - static field in class org.apache.commons.httpclient.URI
BitSet for mark.
match(org.apache.commons.httpclient.auth.AuthScope) - method in class org.apache.commons.httpclient.auth.AuthScope
Tests if the authentication scopes match.
match(String,int,String,boolean,cookies[]) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Determines which of an array of Cookies matches a location.
match(String,int,String,boolean,cookies[]) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Return an array of Cookies that should be submitted with a request with given attributes, false otherwise.
match(String,int,String,boolean,org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Determines if a Cookie matches a location.
match(String,int,String,boolean,org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Return true if the cookie should be submitted with a request with given attributes, false otherwise.
Returns an empty cookie array.
MAX_HOST_CONNECTIONS - static field in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Defines the maximum number of connections allowed per host configuration.
MAX_REDIRECTS - static field in class org.apache.commons.httpclient.params.HttpClientParams
Defines the maximum number of redirects to be followed.
MAX_TOTAL_CONNECTIONS - static field in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Defines the maximum number of connections allowed overall.
MethodRetryHandler - interface org.apache.commons.httpclient.MethodRetryHandler
A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
MULTIPART_BOUNDARY - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the value to use as the multipart boundary.
MULTIPART_FORM_CONTENT_TYPE - static field in class org.apache.commons.httpclient.methods.MultipartPostMethod
The Content-Type for multipart/form-data.
MultipartPostMethod - class org.apache.commons.httpclient.methods.MultipartPostMethod
Implements the HTTP multipart POST method.
MultipartPostMethod() - constructor for class org.apache.commons.httpclient.methods.MultipartPostMethod
No-arg constructor.
MultipartPostMethod(String) - constructor for class org.apache.commons.httpclient.methods.MultipartPostMethod
Constructor specifying a URI.
MultipartRequestEntity - class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Implements a request entity suitable for an HTTP multipart POST method.
Creates a new multipart entity containing the given parts.
Manages a set of HttpConnections for various HostConfigurations.
MultiThreadedHttpConnectionManager() - constructor for class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
No-args constructor

N

NAME - static field in class org.apache.commons.httpclient.ConnectMethod
the name of this method
NameValuePair - class org.apache.commons.httpclient.NameValuePair
A simple class encapsulating a name/value pair.
NameValuePair() - constructor for class org.apache.commons.httpclient.NameValuePair
Default constructor.
NameValuePair(String,String) - constructor for class org.apache.commons.httpclient.NameValuePair
Constructor.
needContentLength() - method in class org.apache.commons.httpclient.methods.OptionsMethod
Return true if the method needs a content-length header in the request.
net_path - static field in class org.apache.commons.httpclient.URI
BitSet for net_path.
NETSCAPE - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The Netscape cookie draft compliant policy.
NETSCAPE_DRAFT - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The NETSCAPE_DRAFT Netscape draft compliant policy.
NetscapeDraftSpec - class org.apache.commons.httpclient.cookie.NetscapeDraftSpec
Netscape cookie draft specific cookie management functions
NetscapeDraftSpec() - constructor for class org.apache.commons.httpclient.cookie.NetscapeDraftSpec
Default constructor
NoHttpResponseException - class org.apache.commons.httpclient.NoHttpResponseException
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException() - constructor for class org.apache.commons.httpclient.NoHttpResponseException
Creates a new NoHttpResponseException with a null detail message.
NoHttpResponseException(String) - constructor for class org.apache.commons.httpclient.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.
NoHttpResponseException(String,Throwable) - constructor for class org.apache.commons.httpclient.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message and cause.
normalize() - method in class org.apache.commons.httpclient.URI
Normalizes the path part of this URI.
normalize(char[]) - method in class org.apache.commons.httpclient.URI
Normalize the given hier path part.
NTCredentials - class org.apache.commons.httpclient.NTCredentials
Credentials for use with the NTLM authentication scheme which requires additional information.
NTCredentials() - constructor for class org.apache.commons.httpclient.NTCredentials
Default constructor.
NTCredentials(String,String,String,String) - constructor for class org.apache.commons.httpclient.NTCredentials
Constructor.
NTLM - static field in class org.apache.commons.httpclient.auth.AuthPolicy
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
NTLMScheme - class org.apache.commons.httpclient.auth.NTLMScheme
An implementation of the Microsoft proprietary NTLM authentication scheme.
NTLMScheme() - constructor for class org.apache.commons.httpclient.auth.NTLMScheme
Default constructor for the NTLM authentication scheme.
NTLMScheme(String) - constructor for class org.apache.commons.httpclient.auth.NTLMScheme
Constructor for the NTLM authentication scheme.

O

opaque_part - static field in class org.apache.commons.httpclient.URI
URI bitset that combines uric_no_slash and uric.
open() - method in class org.apache.commons.httpclient.HttpConnection
Establishes a connection to the specified host and port (via a proxy if specified).
OptionsMethod - class org.apache.commons.httpclient.methods.OptionsMethod
Implements the HTTP OPTIONS method.
OptionsMethod() - constructor for class org.apache.commons.httpclient.methods.OptionsMethod
Method constructor.
OptionsMethod(String) - constructor for class org.apache.commons.httpclient.methods.OptionsMethod
Constructor specifying a URI.

Classes and interfaces supporting the client side of the HTTP protocol.

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1), several related specifications (RFC 2109 (Cookies), RFC 2617 (HTTP Authentication), etc.), and provides a framework by which new request types (methods) or HTTP extensions can can be easily created or supported.

Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests.
Provides cookie handling in conjunction with Cookie.
Classes implementing HttpMethod for the base HTTP methods.
Provides Multipart support classes for the MultipartPostMethod.
HttpClient preferences framework.
Provides protocol specific socket factory handling.
Provides some utility classes for use by HttpClient.

P

param - static field in class org.apache.commons.httpclient.URI
BitSet for param (alias for pchar).
ParameterFormatter - class org.apache.commons.httpclient.util.ParameterFormatter
This formatter produces a textual representation of attribute/value pairs.
ParameterFormatter() - constructor for class org.apache.commons.httpclient.util.ParameterFormatter
Default ParameterFormatter constructor
ParameterParser - class org.apache.commons.httpclient.util.ParameterParser
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - constructor for class org.apache.commons.httpclient.util.ParameterParser
Default ParameterParser constructor
parse(char[],char) - method in class org.apache.commons.httpclient.util.ParameterParser
Extracts a list of NameValuePairs from the given array of characters.
parse(char[],int,int,char) - method in class org.apache.commons.httpclient.util.ParameterParser
Extracts a list of NameValuePairs from the given array of characters.
parse(String) - static method in class org.apache.commons.httpclient.HeaderElement
This parses the value part of a header.
parse(String) - static method in class org.apache.commons.httpclient.HttpVersion
Parses the textual representation of the given HTTP protocol version.
parse(String,char) - method in class org.apache.commons.httpclient.util.ParameterParser
Extracts a list of NameValuePairs from the given string.
parse(String,int,String,boolean,org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Parse the "Set-Cookie" Header into an array of Cookies.
parse(String,int,String,boolean,org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Parse the "Set-Cookie" Header into an array of Cookies.
Returns an empty cookie array.
parse(String,int,String,boolean,String) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Parse the "Set-Cookie" header value into Cookie array.
parse(String,int,String,boolean,String) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Parses the Set-Cookie value into an array of Cookies.
parse(String,int,String,boolean,String) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
Returns an empty cookie array.
parse(String,int,String,boolean,String) - method in class org.apache.commons.httpclient.cookie.NetscapeDraftSpec
Parses the Set-Cookie value into an array of Cookies.
Parse the cookie attribute and update the corresponsing Cookie properties.
Parse the cookie attribute and update the corresponsing Cookie properties.
Does nothing.
Parse the cookie attribute and update the corresponsing Cookie properties as defined by the Netscape draft specification
Parse RFC 2109 specific cookie attribute and update the corresponsing Cookie properties.
parseAuthority(String,boolean) - method in class org.apache.commons.httpclient.URI
Parse the authority component.
parseChallenges(org.apache.commons.httpclient.Header[]) - static method in class org.apache.commons.httpclient.auth.AuthChallengeParser
Extracts a map of challenges ordered by authentication scheme name
parseDate(String) - static method in class org.apache.commons.httpclient.util.DateParser
Parses a date value.
parseDate(String) - static method in class org.apache.commons.httpclient.util.DateUtil
Parses a date value.
parseDate(String,Collection) - static method in class org.apache.commons.httpclient.util.DateParser
Parses the date value using the given date formats.
parseDate(String,Collection) - static method in class org.apache.commons.httpclient.util.DateUtil
Parses the date value using the given date formats.
parseDate(String,Collection,Date) - static method in class org.apache.commons.httpclient.util.DateUtil
Parses the date value using the given date formats.
parseElements(char[]) - static method in class org.apache.commons.httpclient.HeaderElement
This parses the value part of a header.
parseElements(String) - static method in class org.apache.commons.httpclient.HeaderElement
This parses the value part of a header.
parseHeaders(InputStream) - static method in class org.apache.commons.httpclient.HttpParser
Parses headers from the given stream.
parseHeaders(InputStream,String) - static method in class org.apache.commons.httpclient.HttpParser
Parses headers from the given stream.
parseUriReference(String,boolean) - method in class org.apache.commons.httpclient.URI
In order to avoid any possilbity of conflict with non-ASCII characters, Parse a URI reference as a String with the character encoding of the local system or the document.
PARSING - static field in class org.apache.commons.httpclient.URIException
The URI parsing error.
Part - class org.apache.commons.httpclient.methods.multipart.Part
Abstract class for one Part of a multipart post object.
PartBase - class org.apache.commons.httpclient.methods.multipart.PartBase
Provides setters and getters for the basic Part properties.
PartBase(String,String,String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.PartBase
Constructor.
parts - field in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
The MIME parts as set by the constructor
PartSource - interface org.apache.commons.httpclient.methods.multipart.PartSource
An interface for providing access to data when posting MultiPart messages.
path - static field in class org.apache.commons.httpclient.URI
URI bitset that combines absolute path and opaque part.
PATH_DELIM - static field in class org.apache.commons.httpclient.cookie.CookieSpec
Path delimiter
PATH_DELIM_CHAR - static field in class org.apache.commons.httpclient.cookie.CookieSpec
Path delimiting charachter
path_segments - static field in class org.apache.commons.httpclient.URI
BitSet for path segments.
pathMatch(String,String) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Performs path-match as defined by the cookie specification.
pathMatch(String,String) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
Performs path-match as implemented in common browsers.
pathMatch(String,String) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
PATTERN_ASCTIME - static field in class org.apache.commons.httpclient.util.DateParser
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_ASCTIME - static field in class org.apache.commons.httpclient.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - static field in class org.apache.commons.httpclient.util.DateParser
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1036 - static field in class org.apache.commons.httpclient.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - static field in class org.apache.commons.httpclient.util.DateParser
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PATTERN_RFC1123 - static field in class org.apache.commons.httpclient.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
pchar - static field in class org.apache.commons.httpclient.URI
BitSet for pchar.
percent - static field in class org.apache.commons.httpclient.URI
The percent "%" character always has the reserved purpose of being the escape indicator, it must be escaped as "%25" in order to be used as data within a URI.
port - static field in class org.apache.commons.httpclient.URI
Port, a logical alias for digit.
PostMethod - class org.apache.commons.httpclient.methods.PostMethod
Implements the HTTP POST method.
PostMethod() - constructor for class org.apache.commons.httpclient.methods.PostMethod
No-arg constructor.
PostMethod(String) - constructor for class org.apache.commons.httpclient.methods.PostMethod
Constructor specifying a URI.
PREEMPTIVE_AUTH_SCHEME - static field in class org.apache.commons.httpclient.auth.AuthState
PREEMPTIVE_AUTHENTICATION - static field in class org.apache.commons.httpclient.params.HttpClientParams
Defines whether authentication should be attempted preemptively.
PREEMPTIVE_DEFAULT - static field in class org.apache.commons.httpclient.HttpState
The default value for PREEMPTIVE_PROPERTY.
PREEMPTIVE_PROPERTY - static field in class org.apache.commons.httpclient.HttpState
The boolean system property name to turn on preemptive authentication.
prevalidate(String,BitSet) - method in class org.apache.commons.httpclient.URI
Pre-validate the unescaped URI string within a specific component.
print(String) - method in class org.apache.commons.httpclient.HttpConnection
print(String,String) - method in class org.apache.commons.httpclient.HttpConnection
Writes the specified String (as bytes) to the output stream.
printLine() - method in class org.apache.commons.httpclient.HttpConnection
Writes "\r\n".getBytes() to the output stream.
printLine(String) - method in class org.apache.commons.httpclient.HttpConnection
printLine(String,String) - method in class org.apache.commons.httpclient.HttpConnection
Writes the specified String (as bytes), followed by "\r\n".getBytes() to the output stream.
printStackTrace() - method in class org.apache.commons.httpclient.HttpException
Print this HttpException and its stack trace to the standard error stream.
printStackTrace(PrintStream) - method in class org.apache.commons.httpclient.HttpException
Print this HttpException and its stack trace to the specified print stream.
printStackTrace(PrintWriter) - method in class org.apache.commons.httpclient.HttpException
Print this HttpException and its stack trace to the specified print writer.
Processes the given collection of challenges and updates the state of the authentication process.
processChallenge(String) - method in class org.apache.commons.httpclient.auth.AuthScheme
Processes the given challenge token.
processChallenge(String) - method in class org.apache.commons.httpclient.auth.BasicScheme
Processes the Basic challenge.
processChallenge(String) - method in class org.apache.commons.httpclient.auth.DigestScheme
Processes the Digest challenge.
processChallenge(String) - method in class org.apache.commons.httpclient.auth.NTLMScheme
Processes the NTLM challenge.
processChallenge(String) - method in class org.apache.commons.httpclient.auth.RFC2617Scheme
Processes the given challenge token.
This method is invoked immediately after readResponseBody(HttpState,HttpConnection) and can be overridden by sub-classes in order to provide custom body processing.
This method is invoked immediately after readResponseHeaders(HttpState,HttpConnection) and can be overridden by sub-classes in order to provide custom response headers processing.
This implementation will parse the Allow header to obtain the set of methods supported by the resource identified by the Request-URI.
This method is invoked immediately after readStatusLine(HttpState,HttpConnection) and can be overridden by sub-classes in order to provide custom response status line processing.
Protocol - class org.apache.commons.httpclient.protocol.Protocol
A class to encapsulate the specifics of a protocol.
Protocol(String,org.apache.commons.httpclient.protocol.ProtocolSocketFactory,int) - constructor for class org.apache.commons.httpclient.protocol.Protocol
Constructs a new Protocol.
Protocol(String,org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory,int) - constructor for class org.apache.commons.httpclient.protocol.Protocol
Constructs a new Protocol.
PROTOCOL_CHARSET - static field in class org.apache.commons.httpclient.URI.DefaultCharsetChanged
Protocol charset changed.
PROTOCOL_VERSION - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the HTTP protocol version used by HTTP methods per default.
protocolCharset - field in class org.apache.commons.httpclient.URI
The charset of the protocol used by this URI instance.
ProtocolException - class org.apache.commons.httpclient.ProtocolException
Signals that an HTTP protocol violation has occurred.
ProtocolException() - constructor for class org.apache.commons.httpclient.ProtocolException
Creates a new ProtocolException with a null detail message.
ProtocolException(String) - constructor for class org.apache.commons.httpclient.ProtocolException
Creates a new ProtocolException with the specified detail message.
ProtocolException(String,Throwable) - constructor for class org.apache.commons.httpclient.ProtocolException
Creates a new ProtocolException with the specified detail message and cause.
ProtocolSocketFactory - interface org.apache.commons.httpclient.protocol.ProtocolSocketFactory
A factory for creating Sockets.
PROVIDER - static field in class org.apache.commons.httpclient.auth.CredentialsProvider
Sets the credentials provider parameter.
PROXY_AUTH - static field in class org.apache.commons.httpclient.auth.HttpAuthenticator
The proxy authenticate challange header.
PROXY_AUTH_RESP - static field in class org.apache.commons.httpclient.auth.HttpAuthenticator
The proxy authenticate response header.
ProxyClient - class org.apache.commons.httpclient.ProxyClient
A client that provides sockets for communicating through HTTP proxies via the HTTP CONNECT method.
ProxyClient() - constructor for class org.apache.commons.httpclient.ProxyClient
Creates an instance of ProxyClient using default parameter set.
ProxyClient(org.apache.commons.httpclient.params.HttpClientParams) - constructor for class org.apache.commons.httpclient.ProxyClient
Creates an instance of ProxyClient using the given parameter set.
Tests if the proxy configuration equals the configuration set on the connection.
ProxyHost - class org.apache.commons.httpclient.ProxyHost
Holds all of the variables needed to describe an HTTP connection to a proxy.
ProxyHost(org.apache.commons.httpclient.ProxyHost) - constructor for class org.apache.commons.httpclient.ProxyHost
Copy constructor for HttpHost
ProxyHost(String) - constructor for class org.apache.commons.httpclient.ProxyHost
Constructor for HttpHost.
ProxyHost(String,int) - constructor for class org.apache.commons.httpclient.ProxyHost
Constructor for ProxyHost.
PUNYCODE - static field in class org.apache.commons.httpclient.URIException
The DNS punycode encoding or decoding error.
purgeExpiredCookies() - method in class org.apache.commons.httpclient.HttpState
Removes all of cookies in this HTTP state that have expired according to the current system time.
purgeExpiredCookies(Date) - method in class org.apache.commons.httpclient.HttpState
Removes all of cookies in this HTTP state that have expired by the specified date.
PutMethod - class org.apache.commons.httpclient.methods.PutMethod
Implements the HTTP PUT method.
PutMethod() - constructor for class org.apache.commons.httpclient.methods.PutMethod
No-arg constructor.
PutMethod(String) - constructor for class org.apache.commons.httpclient.methods.PutMethod
Constructor specifying a URI.

Q

query - static field in class org.apache.commons.httpclient.URI
BitSet for query (alias for uric).
QUOTE - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content dispostion characters
QUOTE_BYTES - static field in class org.apache.commons.httpclient.methods.multipart.Part
Content dispostion as a byte array

R

read() - method in class org.apache.commons.httpclient.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read() - method in class org.apache.commons.httpclient.ContentLengthInputStream
Read the next byte from the stream
read(byte[]) - method in class org.apache.commons.httpclient.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - method in class org.apache.commons.httpclient.ContentLengthInputStream
Read more bytes from the stream.
read(byte[],int,int) - method in class org.apache.commons.httpclient.ChunkedInputStream
Read some bytes from the stream.
read(byte[],int,int) - method in class org.apache.commons.httpclient.ContentLengthInputStream
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
readLine() - method in class org.apache.commons.httpclient.HttpConnection
Reads up to "\n" from the (unchunked) input stream.
readLine(InputStream) - static method in class org.apache.commons.httpclient.HttpParser
Read up to "\n" from an (unchunked) input stream.
readLine(InputStream,String) - static method in class org.apache.commons.httpclient.HttpParser
Read up to "\n" from an (unchunked) input stream.
readLine(String) - method in class org.apache.commons.httpclient.HttpConnection
Reads up to "\n" from the (unchunked) input stream.
readObject(ObjectInputStream) - method in class org.apache.commons.httpclient.URI
Read a URI.
readRawLine(InputStream) - static method in class org.apache.commons.httpclient.HttpParser
Return byte array from an (unchunked) input stream.
Reads the response from the given connection.
Overrides HttpMethodBase method to not read a response body, despite the presence of a Content-Length or Transfer-Encoding header.
Read the response body from the given HttpConnection.
Reads the response headers from the given connection.
Read the status line from the given HttpConnection, setting my status code and status text.
reason - field in class org.apache.commons.httpclient.URIException
The reason message.
reasonCode - field in class org.apache.commons.httpclient.URIException
The reason code.
recycle() - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.methods.GetMethod
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.methods.HeadMethod
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.HttpMethod
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.HttpMethodBase
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.methods.MultipartPostMethod
Recycles the HTTP method so that it can be used again.
recycle() - method in class org.apache.commons.httpclient.methods.TraceMethod
Recycles the HTTP method so that it can be used again.
RedirectException - class org.apache.commons.httpclient.RedirectException
Signals violation of HTTP specification caused by an invalid redirect
RedirectException() - constructor for class org.apache.commons.httpclient.RedirectException
Creates a new RedirectException with a null detail message.
RedirectException(String) - constructor for class org.apache.commons.httpclient.RedirectException
Creates a new RedirectException with the specified detail message.
RedirectException(String,Throwable) - constructor for class org.apache.commons.httpclient.RedirectException
Creates a new RedirectException with the specified detail message and cause.
ReflectionSocketFactory - class org.apache.commons.httpclient.protocol.ReflectionSocketFactory
This helper class uses refelction in order to execute Socket methods available in Java 1.4 and above
reg_name - static field in class org.apache.commons.httpclient.URI
BitSet for reg_name.
registerAuthScheme(String,Class) - static method in class org.apache.commons.httpclient.auth.AuthPolicy
Registers a class implementing an authentication scheme with the given identifier.
registerCookieSpec(String,Class) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
Registers a new cookie specification with the given identifier.
registerProtocol(String,org.apache.commons.httpclient.protocol.Protocol) - static method in class org.apache.commons.httpclient.protocol.Protocol
Registers a new protocol with the given identifier.
REJECT_HEAD_BODY - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines whether the content body sent in response to HeadMethod should be rejected.
REJECT_RELATIVE_REDIRECT - static field in class org.apache.commons.httpclient.params.HttpClientParams
Defines whether relative redirects should be rejected.
rel_path - static field in class org.apache.commons.httpclient.URI
BitSet for rel_path.
rel_segment - static field in class org.apache.commons.httpclient.URI
BitSet for rel_segment.
relativeURI - static field in class org.apache.commons.httpclient.URI
BitSet for relativeURI.
releaseConnection() - method in class org.apache.commons.httpclient.HttpConnection
Releases the connection.
releaseConnection() - method in class org.apache.commons.httpclient.HttpMethod
Releases the connection being used by this HTTP method.
releaseConnection() - method in class org.apache.commons.httpclient.HttpMethodBase
Releases the connection being used by this HTTP method.
Releases the given HttpConnection for use by other requests.
Make the given HttpConnection available for use by other requests.
remove(org.apache.commons.httpclient.HttpConnection) - method in class org.apache.commons.httpclient.util.IdleConnectionHandler
Removes the given connection from the list of connections to be closed when idle.
removeAll() - method in class org.apache.commons.httpclient.util.IdleConnectionHandler
Removes all connections referenced by this handler.
Removes the connection manager from this class.
removeFragmentIdentifier(char[]) - method in class org.apache.commons.httpclient.URI
Remove the fragment identifier of the given component.
removeHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HeaderGroup
Removes the given header.
removeParameter(String) - method in class org.apache.commons.httpclient.methods.PostMethod
Removes all parameters with the given paramName.
removeParameter(String,String) - method in class org.apache.commons.httpclient.methods.PostMethod
Removes all parameter with the given paramName and paramValue.
removeRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethod
Removes the given request header.
removeRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethodBase
Removes the given request header.
removeRequestHeader(String) - method in class org.apache.commons.httpclient.HttpMethod
Removes all request headers with the given name.
removeRequestHeader(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Remove the request header associated with the given name.
replace(String,char,char) - static method in class org.apache.commons.httpclient.util.URIUtil.Coder
Replace from a given character to given character for a given string.
replace(String,char[],char[]) - static method in class org.apache.commons.httpclient.util.URIUtil.Coder
Replace from a given character to given character in an array order for a given string.
RequestEntity - interface org.apache.commons.httpclient.methods.RequestEntity
reserved - static field in class org.apache.commons.httpclient.URI
BitSet for reserved.
resolvePath(char[],char[]) - method in class org.apache.commons.httpclient.URI
Resolve the base and relative path.
resolvePort(int) - method in class org.apache.commons.httpclient.protocol.Protocol
Resolves the correct port for this protocol.
responseBodyConsumed() - method in class org.apache.commons.httpclient.HttpMethodBase
A response has been consumed.
RETRY_HANDLER - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the method retry handler parameter.
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
Determines if a method should be retried after an HttpRecoverableException occurs during execution.
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
Determines if a method should be retried after an HttpRecoverableException occurs during execution.
RFC2109 - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The RFC2109 RFC 2109 compliant policy.
RFC2109Spec - class org.apache.commons.httpclient.cookie.RFC2109Spec
RFC 2109 specific cookie management functions
RFC2109Spec() - constructor for class org.apache.commons.httpclient.cookie.RFC2109Spec
Default constructor
RFC2617Scheme - class org.apache.commons.httpclient.auth.RFC2617Scheme
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
RFC2617Scheme() - constructor for class org.apache.commons.httpclient.auth.RFC2617Scheme
Default constructor for RFC2617 compliant authetication schemes.
RFC2617Scheme(String) - constructor for class org.apache.commons.httpclient.auth.RFC2617Scheme
Default constructor for RFC2617 compliant authetication schemes.
RFC_2109 - static field in class org.apache.commons.httpclient.cookie.CookiePolicy
The RFC 2109 compliant policy.
rootPath - static field in class org.apache.commons.httpclient.URI
The root path.
run() - method in class org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory.SocketTask
Execute the logic in this object and keep track of any exceptions.
run() - method in class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
Closes idle connections.

S

SC_ACCEPTED - static field in class org.apache.commons.httpclient.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - static field in class org.apache.commons.httpclient.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - static field in class org.apache.commons.httpclient.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - static field in class org.apache.commons.httpclient.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - static field in class org.apache.commons.httpclient.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - static field in class org.apache.commons.httpclient.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - static field in class org.apache.commons.httpclient.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - static field in class org.apache.commons.httpclient.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - static field in class org.apache.commons.httpclient.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - static field in class org.apache.commons.httpclient.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - static field in class org.apache.commons.httpclient.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - static field in class org.apache.commons.httpclient.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - static field in class org.apache.commons.httpclient.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - static field in class org.apache.commons.httpclient.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - static field in class org.apache.commons.httpclient.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - static field in class org.apache.commons.httpclient.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - static field in class org.apache.commons.httpclient.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - static field in class org.apache.commons.httpclient.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - static field in class org.apache.commons.httpclient.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - static field in class org.apache.commons.httpclient.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - static field in class org.apache.commons.httpclient.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - static field in class org.apache.commons.httpclient.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - static field in class org.apache.commons.httpclient.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_NO_CONTENT - static field in class org.apache.commons.httpclient.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_NON_AUTHORITATIVE_INFORMATION - static field in class org.apache.commons.httpclient.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - static field in class org.apache.commons.httpclient.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - static field in class org.apache.commons.httpclient.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - static field in class org.apache.commons.httpclient.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - static field in class org.apache.commons.httpclient.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_OK - static field in class org.apache.commons.httpclient.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - static field in class org.apache.commons.httpclient.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - static field in class org.apache.commons.httpclient.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - static field in class org.apache.commons.httpclient.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - static field in class org.apache.commons.httpclient.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - static field in class org.apache.commons.httpclient.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - static field in class org.apache.commons.httpclient.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - static field in class org.apache.commons.httpclient.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - static field in class org.apache.commons.httpclient.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - static field in class org.apache.commons.httpclient.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - static field in class org.apache.commons.httpclient.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - static field in class org.apache.commons.httpclient.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - static field in class org.apache.commons.httpclient.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - static field in class org.apache.commons.httpclient.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - static field in class org.apache.commons.httpclient.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_UNAUTHORIZED - static field in class org.apache.commons.httpclient.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - static field in class org.apache.commons.httpclient.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - static field in class org.apache.commons.httpclient.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - static field in class org.apache.commons.httpclient.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
scheme - static field in class org.apache.commons.httpclient.URI
BitSet for scheme.
SecureProtocolSocketFactory - interface org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure.
segment - static field in class org.apache.commons.httpclient.URI
BitSet for segment.
selectAuthScheme(Map) - method in class org.apache.commons.httpclient.auth.AuthChallengeProcessor
Determines the preferred authentication scheme that can be used to respond to the given collection of challenges.
selectAuthScheme(org.apache.commons.httpclient.Header[]) - static method in class org.apache.commons.httpclient.auth.HttpAuthenticator
Chooses the strongest authentication scheme supported from the array of authentication challenges.
send(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write all the data to the output stream.
sendContentTypeHeader(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the content type header to the specified output stream
sendData(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.FilePart
Write the data in "source" to the specified stream.
sendData(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the data to the specified output stream
sendData(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.StringPart
Writes the data to the given OutputStream.
sendDispositionHeader(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.FilePart
Write the disposition header to the output stream
sendDispositionHeader(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the content disposition header to the specified output stream
sendEnd(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the end data to the output stream.
sendEndOfHeader(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the end of the header to the output stream
sendParts(OutputStream,org.apache.commons.httpclient.methods.multipart.Part[]) - static method in class org.apache.commons.httpclient.methods.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendParts(OutputStream,org.apache.commons.httpclient.methods.multipart.Part[],byte[]) - static method in class org.apache.commons.httpclient.methods.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendStart(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the start to the specified output stream
sendTransferEncodingHeader(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.Part
Write the content transfer encoding header to the specified output stream
server - static field in class org.apache.commons.httpclient.URI
Bitset for server.
setAllowUserInteraction(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setAlwaysUseQuotes(boolean) - method in class org.apache.commons.httpclient.util.ParameterFormatter
Defines whether all parameter values must be enclosed in quotation marks, even if they do not contain any special characters
setAuthAttempted(boolean) - method in class org.apache.commons.httpclient.auth.AuthState
Sets authentication attempt status
setAuthenticationPreemptive(boolean) - method in class org.apache.commons.httpclient.params.HttpClientParams
Sets whether authentication should be attempted preemptively.
setAuthenticationPreemptive(boolean) - method in class org.apache.commons.httpclient.HttpState
Defines whether preemptive authentication should be attempted.
setAuthRequested(boolean) - method in class org.apache.commons.httpclient.auth.AuthState
Sets authentication request status
setAuthScheme(org.apache.commons.httpclient.auth.AuthScheme) - method in class org.apache.commons.httpclient.auth.AuthState
Assigns the given authentication scheme.
setBodyCheckTimeout(int) - method in class org.apache.commons.httpclient.methods.HeadMethod
Sets non-compliant response body check timeout.
setBooleanParameter(String,boolean) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setBooleanParameter(String,boolean) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns a Boolean to the parameter with the given name
setCharSet(String) - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Sets the character encoding.
setCharSet(String) - method in class org.apache.commons.httpclient.methods.multipart.StringPart
Sets the character encoding.
setComment(String) - method in class org.apache.commons.httpclient.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setConnectionCloseForced(boolean) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets whether or not the connection should be force-closed when no longer needed.
setConnectionManagerClass(Class) - method in class org.apache.commons.httpclient.params.HttpClientParams
Sets HTTP connection manager class to be used der default.
setConnectionManagerTimeout(long) - method in class org.apache.commons.httpclient.params.HttpClientParams
Sets the timeout in milliseconds used when retrieving an HTTP connection from the HTTP connection manager.
Sets the staleCheckingEnabled value to be set on HttpConnections that are created.
setConnectionStaleCheckingEnabled(boolean) - method in class org.apache.commons.httpclient.SimpleHttpConnectionManager
Sets the staleCheckingEnabled value to be set on HttpConnections that are created.
setConnectionTimeout(int) - method in class org.apache.commons.httpclient.HttpClient
Sets the timeout until a connection is etablished.
setConnectionTimeout(int) - method in class org.apache.commons.httpclient.HttpConnection
Sets the connection timeout.
setConnectionTimeout(int) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Sets the timeout until a connection is etablished.
setConnectionTimeout(long) - method in class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
Sets the timeout value to use when testing for idle connections.
setContentCharset(String) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the default charset to be used for writing content body, when no charset explicitly specified.
setContentChunked(boolean) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Sets whether or not the content should be chunked.
setContentType(String) - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Sets the content type.
setCookiePolicy(int) - method in class org.apache.commons.httpclient.HttpState
Sets the current cookie policy for this HTTP state to one of the following supported policies: CookiePolicy.COMPATIBILITY, CookiePolicy.NETSCAPE_DRAFT or CookiePolicy.RFC2109.
setCookiePolicy(String) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Assigns the cookie policy to be used by the HTTP methods this collection of parameters applies to.
setCredentialCharset(String) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the charset to be used for writing HTTP headers.
Sets the credentials for the given authentication scope.
Sets the credentials for the given authentication realm on the given host.
setDefaultDocumentCharset(String) - static method in class org.apache.commons.httpclient.URI
Set the default charset of the document.
setDefaultMaxConnectionsPerHost(int) - method in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Sets the default maximum number of connections allowed for a given host config.
setDefaultPolicy(int) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
setDefaultProtocolCharset(String) - static method in class org.apache.commons.httpclient.URI
Set the default charset of the protocol.
setDefaults(org.apache.commons.httpclient.params.HttpParams) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setDefaults(org.apache.commons.httpclient.params.HttpParams) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
setDefaultUseCaches(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setDoAuthentication(boolean) - method in class org.apache.commons.httpclient.HttpMethod
Sets whether or not the HTTP method should automatically handle HTTP authentication challenges (status code 401, etc.)
setDoAuthentication(boolean) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets whether or not the HTTP method should automatically handle HTTP authentication challenges (status code 401, etc.)
setDoInput(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setDomain(String) - method in class org.apache.commons.httpclient.Cookie
Sets the domain attribute.
setDomain(String) - method in class org.apache.commons.httpclient.NTCredentials
Sets the domain to authenticate with.
setDomainAttributeSpecified(boolean) - method in class org.apache.commons.httpclient.Cookie
Indicates whether the cookie had a domain specified in a domain attribute of the Set-Cookie header.
setDoOutput(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setDoubleParameter(String,double) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setDoubleParameter(String,double) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns a Double to the parameter with the given name
setEscapedAuthority(String) - method in class org.apache.commons.httpclient.URI
Set the authority.
setEscapedFragment(String) - method in class org.apache.commons.httpclient.URI
Set the escaped fragment string.
setEscapedPassword(String) - method in class org.apache.commons.httpclient.HttpURL
Set the escaped password string.
setEscapedPath(String) - method in class org.apache.commons.httpclient.URI
Set the escaped path.
setEscapedQuery(String) - method in class org.apache.commons.httpclient.URI
Set the escaped query string.
setEscapedUser(String) - method in class org.apache.commons.httpclient.HttpURL
Set the escaped user string.
setEscapedUserinfo(String,String) - method in class org.apache.commons.httpclient.HttpURL
Set the raw-escaped user and password.
setExpiryDate(Date) - method in class org.apache.commons.httpclient.Cookie
Sets expiration date.
setFollowRedirects(boolean) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Entity enclosing requests cannot be redirected without user intervention according to RFC 2616.
setFollowRedirects(boolean) - method in class org.apache.commons.httpclient.HttpMethod
Sets whether or not the HTTP method should automatically follow HTTP redirects (status code 302, etc.)
setFollowRedirects(boolean) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets whether or not the HTTP method should automatically follow HTTP redirects (status code 302, etc.)
setFragment(String) - method in class org.apache.commons.httpclient.URI
Set the fragment.
setHeaders(org.apache.commons.httpclient.Header[]) - method in class org.apache.commons.httpclient.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHost(org.apache.commons.httpclient.HttpHost) - method in class org.apache.commons.httpclient.HostConfiguration
Sets the given host
setHost(org.apache.commons.httpclient.URI) - method in class org.apache.commons.httpclient.HostConfiguration
Sets the protocol, host and port from the given URI.
setHost(String) - method in class org.apache.commons.httpclient.HostConfiguration
Set the given host.
setHost(String) - method in class org.apache.commons.httpclient.HttpConnection
Sets the host to connect to.
setHost(String) - method in class org.apache.commons.httpclient.NTCredentials
Sets the host name of the computer originating the request.
setHost(String,int) - method in class org.apache.commons.httpclient.HostConfiguration
Sets the given host and port.
Sets the given host, port and protocol.
setHost(String,int,String) - method in class org.apache.commons.httpclient.HostConfiguration
Sets the given host, port and protocol
Sets the given host, virtual host, port and protocol.
Assigns the host configuration to use with the HttpClient.
Assigns the host configuration to use with the ProxyClient.
setHttp11(boolean) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets whether version 1.1 of the HTTP protocol should be used per default.
setHttpConnectionFactoryTimeout(long) - method in class org.apache.commons.httpclient.HttpClient
Sets the timeout in milliseconds used when retrieving an HTTP connection from the HTTP connection manager.
Assigns the HTTP connection manager to use with the HttpClient.
Sets the httpConnectionManager.
setHttpElementCharset(String) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the charset to be used for writing HTTP headers.
setHttpParamsFactory(org.apache.commons.httpclient.params.HttpParamsFactory) - static method in class org.apache.commons.httpclient.params.DefaultHttpParams
Sets the factory that will provide the default HttpParams.
setIfModifiedSince(long) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setInstanceFollowRedirects(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setIntParameter(String,int) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setIntParameter(String,int) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns an Integer to the parameter with the given name
setLastResponseInputStream(InputStream) - method in class org.apache.commons.httpclient.HttpConnection
Set the state to keep track of the last response for the last request.
setLinger(int) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Returns linger-on-close timeout.
setLocalAddress(InetAddress) - method in class org.apache.commons.httpclient.HostConfiguration
Set the local address to be used when creating connections.
setLocalAddress(InetAddress) - method in class org.apache.commons.httpclient.HttpConnection
Set the local address used when creating the connection.
setLocked(boolean) - method in class org.apache.commons.httpclient.HttpConnection
Locks or unlocks the connection.
setLongParameter(String,long) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setLongParameter(String,long) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns a Long to the parameter with the given name
setMaxConnectionsPerHost(int) - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Sets the maximum number of connections allowed for a given HostConfiguration.
Sets the maximum number of connections to be used for the given host config.
setMaxTotalConnections(int) - method in class org.apache.commons.httpclient.params.HttpConnectionManagerParams
Sets the maximum number of connections allowed.
setMaxTotalConnections(int) - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Sets the maximum number of connections allowed for this connection manager.
Sets the retry handler for this HTTP method
setName(String) - method in class org.apache.commons.httpclient.NameValuePair
Set the name.
setName(String) - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Sets the part name.
setParameter(String,Object) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
setParameter(String,Object) - method in class org.apache.commons.httpclient.params.HttpParams
Assigns the value to the parameter with the given name
setParameter(String,String) - method in class org.apache.commons.httpclient.methods.PostMethod
Sets the value of parameter with parameterName to parameterValue.
setParameters(String[],Object) - method in class org.apache.commons.httpclient.params.DefaultHttpParams
Assigns the value to all the parameter with the given names
Assigns HTTP protocol parameters specific to this host.
Assigns HTTP protocol parameters for this HttpClient.
Assigns HTTP protocol parameters for this ProxyClient.
Assigns parameters for this connection manager.
Assigns parameters for this connection manager.
Assigns parameters for this connection manager.
Assigns HTTP protocol parameters for this method.
Assigns HTTP protocol parameters for this method.
Assigns HTTP protocol parameters for this method.
setPassword(String) - method in class org.apache.commons.httpclient.HttpURL
Set the password string.
setPassword(String) - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
Password property setter.
setPath(String) - method in class org.apache.commons.httpclient.Cookie
Sets the path attribute.
setPath(String) - method in class org.apache.commons.httpclient.HttpMethod
Sets the path of the HTTP method.
setPath(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets the path of the HTTP method.
setPath(String) - method in class org.apache.commons.httpclient.URI
Set the path.
setPathAttributeSpecified(boolean) - method in class org.apache.commons.httpclient.Cookie
Indicates whether the cookie had a path specified in a path attribute of the Set-Cookie header.
setPort(int) - method in class org.apache.commons.httpclient.HttpConnection
Sets the port to connect to.
setPreemptive() - method in class org.apache.commons.httpclient.auth.AuthState
Preemptively assigns Basic authentication scheme.
Sets the protocol used to establish the connection
setProxy(String,int) - method in class org.apache.commons.httpclient.HostConfiguration
Set the proxy settings.
Sets the proxy credentials for the given authentication realm.
Sets the credentials for the given proxy authentication realm on the given proxy host.
setProxyHost(org.apache.commons.httpclient.ProxyHost) - method in class org.apache.commons.httpclient.HostConfiguration
Sets the given proxy host
setProxyHost(String) - method in class org.apache.commons.httpclient.HttpConnection
Sets the host to proxy through.
setProxyPort(int) - method in class org.apache.commons.httpclient.HttpConnection
Sets the port of the host to proxy through.
setQuery(String) - method in class org.apache.commons.httpclient.URI
Set the query.
setQuery(String,String) - method in class org.apache.commons.httpclient.HttpURL
Set the query as the name and value pair.
setQuery(String[],String[]) - method in class org.apache.commons.httpclient.HttpURL
Set the query as the name and value pairs.
setQueryString(org.apache.commons.httpclient.NameValuePair[]) - method in class org.apache.commons.httpclient.HttpMethod
Sets the query string of this HTTP method.
Sets the query string of this HTTP method.
setQueryString(String) - method in class org.apache.commons.httpclient.HttpMethod
Sets the query string of the HTTP method.
setQueryString(String) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets the query string of this HTTP method.
setRawAuthority(char[]) - method in class org.apache.commons.httpclient.URI
Set the authority.
setRawFragment(char[]) - method in class org.apache.commons.httpclient.URI
Set the raw-escaped fragment.
setRawPassword(char[]) - method in class org.apache.commons.httpclient.HttpURL
Set the raw-escaped password.
setRawPath(char[]) - method in class org.apache.commons.httpclient.URI
Set the raw-escaped path.
setRawQuery(char[]) - method in class org.apache.commons.httpclient.URI
Set the raw-escaped query.
setRawUser(char[]) - method in class org.apache.commons.httpclient.HttpURL
Set the raw-escaped user.
setRawUserinfo(char[],char[]) - method in class org.apache.commons.httpclient.HttpURL
Set the raw-escaped user and password.
setReason(String) - method in class org.apache.commons.httpclient.HttpException
Sets the text description of the reason for an exception.
setReason(String) - method in class org.apache.commons.httpclient.URIException
Set the reason message.
setReasonCode(int) - method in class org.apache.commons.httpclient.HttpException
Sets the status code description of the reason for an exception.
setReasonCode(int) - method in class org.apache.commons.httpclient.URIException
Set the reason code.
setReceiveBufferSize(int) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Sets a hint the size of the underlying buffers used by the platform for incoming network I/O.
setRequestBody(InputStream) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Sets the request body to be the specified inputstream.
setRequestBody(org.apache.commons.httpclient.NameValuePair[]) - method in class org.apache.commons.httpclient.methods.PostMethod
Sets an array of parameters to be used in the POST request body
setRequestBody(String) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Sets the request body to be the specified string.
setRequestContentLength(int) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Sets length information about the request body.
setRequestContentLength(long) - method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
Sets length information about the request body.
setRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethod
Sets the specified request header, overwriting any previous value.
setRequestHeader(org.apache.commons.httpclient.Header) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets the specified request header, overwriting any previous value.
setRequestHeader(String,String) - method in class org.apache.commons.httpclient.HttpMethod
Sets the specified request header, overwriting any previous value.
setRequestHeader(String,String) - method in class org.apache.commons.httpclient.HttpMethodBase
Set the specified request header, overwriting any previous value.
setRequestMethod(String) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setRequestProperty(String,String) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setRequestSentRetryEnabled(boolean) - method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
setResponseStream(InputStream) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets the response stream.
setRetryCount(int) - method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
setSecure(boolean) - method in class org.apache.commons.httpclient.Cookie
Sets the secure attribute of the cookie.
setSendBufferSize(int) - method in class org.apache.commons.httpclient.HttpConnection
Sets the socket's sendBufferSize.
setSendBufferSize(int) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Sets a hint the size of the underlying buffers used by the platform for outgoing network I/O.
setSocket(Socket) - method in class org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory.SocketTask
Set the socket.
setSocketTimeout(int) - method in class org.apache.commons.httpclient.HttpConnection
Sets SO_TIMEOUT value directly on the underlying socket.
setSoTimeout(int) - method in class org.apache.commons.httpclient.HttpConnection
Set the Socket's timeout, via Socket.setSoTimeout.
setSoTimeout(int) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setSoTimeout(int) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setStaleCheckingEnabled(boolean) - method in class org.apache.commons.httpclient.HttpConnection
Sets whether or not isStale() will be called when testing if this connection is open.
setStaleCheckingEnabled(boolean) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Defines whether stale connection check is to be used.
setState(org.apache.commons.httpclient.HttpState) - method in class org.apache.commons.httpclient.HttpClient
Assigns HTTP state for the HttpClient.
setState(org.apache.commons.httpclient.HttpState) - method in class org.apache.commons.httpclient.ProxyClient
Assigns HTTP state for the ProxyClient.
setStrictMode(boolean) - method in class org.apache.commons.httpclient.HttpClient
Defines how strictly the method follows the HTTP protocol specification (see RFC 2616 and other relevant RFCs).
setStrictMode(boolean) - method in class org.apache.commons.httpclient.HttpMethod
Defines how strictly the method follows the HTTP protocol specification.
setStrictMode(boolean) - method in class org.apache.commons.httpclient.HttpMethodBase
Defines how strictly HttpClient follows the HTTP protocol specification (RFC 2616 and other relevant RFCs).
setTcpNoDelay(boolean) - method in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
setTimeout(int) - method in class org.apache.commons.httpclient.HttpClient
Sets the socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setTimeoutInterval(long) - method in class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
Sets the interval used by this class between closing idle connections.
setTransferEncoding(String) - method in class org.apache.commons.httpclient.methods.multipart.PartBase
Sets the transfer encoding.
setURI() - method in class org.apache.commons.httpclient.URI
Once it's parsed successfully, set this URI.
setURI(org.apache.commons.httpclient.URI) - method in class org.apache.commons.httpclient.HttpMethod
Sets the URI for this method.
setURI(org.apache.commons.httpclient.URI) - method in class org.apache.commons.httpclient.HttpMethodBase
Sets the URI for this method.
setUseCaches(boolean) - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not available: the data must have already been retrieved.
setUseExpectHeader(boolean) - method in class org.apache.commons.httpclient.methods.ExpectContinueMethod
Activates 'Expect: 100-Continue' handshake.
setUser(String) - method in class org.apache.commons.httpclient.HttpURL
Set the user string.
setUserinfo(String,String) - method in class org.apache.commons.httpclient.HttpURL
Set the user and password.
setUserName(String) - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
User name property setter.
setValidDateFormats(Collection) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Sets the Collection of date patterns used for parsing.
setValidDateFormats(Collection) - method in class org.apache.commons.httpclient.cookie.CookieSpecBase
setValidDateFormats(Collection) - method in class org.apache.commons.httpclient.cookie.IgnoreCookiesSpec
Does nothing.
setValue(String) - method in class org.apache.commons.httpclient.NameValuePair
Set the value.
setVersion(int) - method in class org.apache.commons.httpclient.Cookie
Sets the version of the cookie specification to which this cookie conforms.
setVersion(org.apache.commons.httpclient.HttpVersion) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Assigns the HTTP protocol version to be used by the HTTP methods that this collection of parameters applies to.
setVirtualHost(String) - method in class org.apache.commons.httpclient.params.HostParams
Sets the virtual host name.
setVirtualHost(String) - method in class org.apache.commons.httpclient.HttpConnection
Sets the virtual host to target.
setVirtualHost(String) - method in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the virtual host name.
Returns true if the status code is anything other than SC_OK, false otherwise.
Tests if the connection should be closed after the method has been executed.
shutdown() - method in class org.apache.commons.httpclient.util.IdleConnectionTimeoutThread
Stops the thread used to close idle connections.
shutdown() - method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Shuts down the connection manager and releases all resources.
shutdownAll() - static method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
Shuts down and cleans up resources used by all instances of MultiThreadedHttpConnectionManager.
shutdownOutput() - method in class org.apache.commons.httpclient.HttpConnection
Attempts to shutdown the Socket's output, via Socket.shutdownOutput() when running on JVM 1.3 or higher.
SimpleHttpConnectionManager - class org.apache.commons.httpclient.SimpleHttpConnectionManager
A connection manager that provides access to a single HttpConnection.
SimpleHttpConnectionManager() - constructor for class org.apache.commons.httpclient.SimpleHttpConnectionManager
SINGLE_COOKIE_HEADER - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines whether cookies should be put on a single response header.
skip(long) - method in class org.apache.commons.httpclient.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
SO_LINGER - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Sets SO_LINGER with the specified linger time in seconds.
SO_RCVBUF - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_SNDBUF - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
SO_TIMEOUT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Sets the socket timeout (SO_TIMEOUT) in milliseconds to be used when executing the method.
Helper class for wrapping socket based tasks.
space - static field in class org.apache.commons.httpclient.URI
BitSet for space.
SSLProtocolSocketFactory - class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets.
SSLProtocolSocketFactory() - constructor for class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
Constructor for SSLProtocolSocketFactory.
STALE_CONNECTION_CHECK - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines whether stale connection check is to be used.
startsWithHTTP(String) - static method in class org.apache.commons.httpclient.StatusLine
Tests if the string starts with 'HTTP' signature.
STATUS_LINE_GARBAGE_LIMIT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the maximum number of ignorable lines before we expect a HTTP response's status code.
StatusLine - class org.apache.commons.httpclient.StatusLine
Represents a Status-Line as returned from a HTTP server.
StatusLine(String) - constructor for class org.apache.commons.httpclient.StatusLine
Default constructor.
STRICT_TRANSFER_ENCODING - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines whether responses with an invalid Transfer-Encoding header should be rejected.
StringPart - class org.apache.commons.httpclient.methods.multipart.StringPart
Simple string parameter for a multipart post
StringPart(String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
Constructor.
StringPart(String,String,String) - constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
Constructor.
StringRequestEntity - class org.apache.commons.httpclient.methods.StringRequestEntity
A RequestEntity that contains a String.
StringRequestEntity(String) - constructor for class org.apache.commons.httpclient.methods.StringRequestEntity
Creates a new entity with the given content.
StringRequestEntity(String,String,String) - constructor for class org.apache.commons.httpclient.methods.StringRequestEntity
Creates a new entity with the given content, content type, and charset.

T

TCP_NODELAY - static field in class org.apache.commons.httpclient.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
TimeoutController - class org.apache.commons.httpclient.util.TimeoutController
Executes a task with a specified timeout.
Signals that the task timed out.
TimeoutException() - constructor for class org.apache.commons.httpclient.util.TimeoutController.TimeoutException
Create an instance
toExternalForm() - method in class org.apache.commons.httpclient.Cookie
Return a textual representation of the cookie.
toExternalForm() - method in class org.apache.commons.httpclient.Header
Returns a String representation of the header.
toplabel - static field in class org.apache.commons.httpclient.URI
BitSet for toplabel.
toString() - method in class org.apache.commons.httpclient.auth.AuthSchemeBase
toString() - method in class org.apache.commons.httpclient.auth.AuthScope
toString() - method in class org.apache.commons.httpclient.auth.AuthState
toString() - method in class org.apache.commons.httpclient.Cookie
Return a textual representation of the cookie.
toString() - method in class org.apache.commons.httpclient.Header
Returns a String representation of the header.
toString() - method in class org.apache.commons.httpclient.HostConfiguration
toString() - method in class org.apache.commons.httpclient.HttpHost
toString() - method in class org.apache.commons.httpclient.HttpState
Returns a string representation of this HTTP state.
toString() - method in class org.apache.commons.httpclient.HttpVersion
toString() - method in class org.apache.commons.httpclient.NameValuePair
Get a String representation of this pair.
toString() - method in class org.apache.commons.httpclient.NTCredentials
Return a string representation of this object.
toString() - method in class org.apache.commons.httpclient.methods.multipart.Part
Return a string representation of this object.
toString() - method in class org.apache.commons.httpclient.protocol.Protocol
Return a string representation of this object.
toString() - method in class org.apache.commons.httpclient.StatusLine
Return a string representation of this object.
toString() - method in class org.apache.commons.httpclient.URI
Get the escaped URI string.
toString() - method in class org.apache.commons.httpclient.UsernamePasswordCredentials
Get this object string.
toURI() - method in class org.apache.commons.httpclient.HttpHost
Return the host uri.
toUserinfo(String,String) - static method in class org.apache.commons.httpclient.HttpURL
TraceMethod - class org.apache.commons.httpclient.methods.TraceMethod
Implements the HTTP TRACE method.
TraceMethod(String) - constructor for class org.apache.commons.httpclient.methods.TraceMethod
Constructor specifying a URI.
tunnelCreated() - method in class org.apache.commons.httpclient.HttpConnection
Instructs the proxy to establish a secure tunnel to the host.

U

UNAMBIGUOUS_STATUS_LINE - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines whether HTTP methods should reject ambiguous HTTP status line.
UNKNOWN - static field in class org.apache.commons.httpclient.URI.DefaultCharsetChanged
No specified reason code.
UNKNOWN - static field in class org.apache.commons.httpclient.URIException
No specified reason code.
unregisterAuthScheme(String) - static method in class org.apache.commons.httpclient.auth.AuthPolicy
Unregisters the class implementing an authentication scheme with the given ID.
unregisterCookieSpec(String) - static method in class org.apache.commons.httpclient.cookie.CookiePolicy
Unregisters the cookie specification with the given ID.
unregisterProtocol(String) - static method in class org.apache.commons.httpclient.protocol.Protocol
Unregisters the protocol with the given ID.
unreserved - static field in class org.apache.commons.httpclient.URI
Data characters that are allowed in a URI but do not have a reserved purpose are called unreserved.
UNSUPPORTED_ENCODING - static field in class org.apache.commons.httpclient.URIException
The unsupported character encoding.
unwise - static field in class org.apache.commons.httpclient.URI
BitSet for unwise.
URI - class org.apache.commons.httpclient.URI
The interface for the URI(Uniform Resource Identifiers) version of RFC 2396.
URI() - constructor for class org.apache.commons.httpclient.URI
Create an instance as an internal use
URI(char[]) - constructor for class org.apache.commons.httpclient.URI
Construct a URI as an escaped form of a character array.
URI(char[],String) - constructor for class org.apache.commons.httpclient.URI
Construct a URI as an escaped form of a character array with the given charset.
URI(org.apache.commons.httpclient.URI,org.apache.commons.httpclient.URI) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI with the given relative URI.
URI(org.apache.commons.httpclient.URI,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI with the given relative URI string.
URI(org.apache.commons.httpclient.URI,String,boolean) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI with the given relative URI string.
URI(String) - constructor for class org.apache.commons.httpclient.URI
Construct a URI from the given string.
URI(String,boolean) - constructor for class org.apache.commons.httpclient.URI
Construct a URI from a string with the given charset.
URI(String,boolean,String) - constructor for class org.apache.commons.httpclient.URI
Construct a URI from a string with the given charset.
URI(String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a URI from the given string with the given charset.
URI(String,String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,int) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,int,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,int,String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,int,String,String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI(String,String,String,String,String) - constructor for class org.apache.commons.httpclient.URI
Construct a general URI from the given components.
URI_reference - static field in class org.apache.commons.httpclient.URI
BitSet for URI-reference.
uric - static field in class org.apache.commons.httpclient.URI
BitSet for uric.
uric_no_slash - static field in class org.apache.commons.httpclient.URI
URI bitset for encoding typical non-slash characters.
URIException - class org.apache.commons.httpclient.URIException
The URI parsing and escape encoding exception.
URIException() - constructor for class org.apache.commons.httpclient.URIException
Default constructor.
URIException(int) - constructor for class org.apache.commons.httpclient.URIException
The constructor with a reason code argument.
URIException(int,String) - constructor for class org.apache.commons.httpclient.URIException
The constructor with a reason string and its code arguments.
URIException(String) - constructor for class org.apache.commons.httpclient.URIException
The constructor with a reason string argument.
URIUtil - class org.apache.commons.httpclient.util.URIUtil
The URI escape and character encoding and decoding utility.
USE_EXPECT_CONTINUE - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
USER_AGENT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the content of the User-Agent header used by HTTP methods.
userinfo - static field in class org.apache.commons.httpclient.URI
Bitset for userinfo.
UsernamePasswordCredentials - class org.apache.commons.httpclient.UsernamePasswordCredentials
Username and password Credentials.
UsernamePasswordCredentials() - constructor for class org.apache.commons.httpclient.UsernamePasswordCredentials
Default constructor.
UsernamePasswordCredentials(String) - constructor for class org.apache.commons.httpclient.UsernamePasswordCredentials
The constructor with the username and password combined string argument.
UsernamePasswordCredentials(String,String) - constructor for class org.apache.commons.httpclient.UsernamePasswordCredentials
The constructor with the username and password arguments.
usingProxy() - method in class org.apache.commons.httpclient.util.HttpURLConnection
Not yet implemented.

V

validate() - method in class org.apache.commons.httpclient.HttpMethod
Returns true the method is ready to execute, false otherwise.
validate() - method in class org.apache.commons.httpclient.HttpMethodBase
Returns true the method is ready to execute, false otherwise.
validate(char[],BitSet) - method in class org.apache.commons.httpclient.URI
Validate the URI characters within a specific component.
validate(char[],int,int,BitSet) - method in class org.apache.commons.httpclient.URI
Validate the URI characters within a specific component.
validate(String,int,String,boolean,org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.CookieSpec
Validate the cookie according to validation rules defined by the cookie specification.
Performs most common Cookie validation
Does nothing.
Performs Netscape draft compliant Cookie validation
validate(String,int,String,boolean,org.apache.commons.httpclient.Cookie) - method in class org.apache.commons.httpclient.cookie.RFC2109Spec
Performs RFC 2109 compliant Cookie validation
verifyEscaped(char[]) - static method in class org.apache.commons.httpclient.util.URIUtil.Coder
Verify whether a given string is escaped or not
VIRTUAL_HOST - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines the virtual host name.

W

WARN_EXTRA_INPUT - static field in class org.apache.commons.httpclient.params.HttpMethodParams
Defines HttpClient's behavior when a response provides more bytes than expected (specified with Content-Length, for example).
within_userinfo - static field in class org.apache.commons.httpclient.URI
BitSet for within the userinfo component like user and password.
write(b[]) - method in class org.apache.commons.httpclient.ChunkedOutputStream
Writes the array.
write(byte[]) - method in class org.apache.commons.httpclient.HttpConnection
Writes the specified bytes to the output stream.
write(byte[],int,int) - method in class org.apache.commons.httpclient.HttpConnection
Writes length bytes in data starting at offset to the output stream.
write(int) - method in class org.apache.commons.httpclient.ChunkedOutputStream
Write the specified byte to our output stream.
write(src[],int,int) - method in class org.apache.commons.httpclient.ChunkedOutputStream
writeClosingChunk() - method in class org.apache.commons.httpclient.ChunkedOutputStream
writeLine() - method in class org.apache.commons.httpclient.HttpConnection
Writes "\r\n".getBytes() to the output stream.
writeLine(byte[]) - method in class org.apache.commons.httpclient.HttpConnection
Writes the specified bytes, followed by "\r\n".getBytes() to the output stream.
writeObject(ObjectOutputStream) - method in class org.apache.commons.httpclient.URI
Write the content of this URI.
Sends the request via the given connection.
writeRequest(OutputStream) - method in class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
Writes the request entity to the given stream.
writeRequest(OutputStream) - method in class org.apache.commons.httpclient.methods.InputStreamRequestEntity
writeRequest(OutputStream) - method in class org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity
Writes the request entity to the given stream.
writeRequest(OutputStream) - method in class org.apache.commons.httpclient.methods.RequestEntity
Writes the request entity to the given stream.
writeRequest(OutputStream) - method in class org.apache.commons.httpclient.methods.StringRequestEntity
Writes the request entity to the given stream.
Writes the request body to the given connection.
Writes the request body to the given connection.
Writes the request body to the given connection.
Writes the request headers to the given connection.
Special Connect request.
Writes the request line to the given connection.
WWW_AUTH - static field in class org.apache.commons.httpclient.auth.HttpAuthenticator
The www authenticate challange header.
WWW_AUTH_RESP - static field in class org.apache.commons.httpclient.auth.HttpAuthenticator
The www authenticate response header.

Copyright (c) 1999-2005 - Apache Software Foundation