Name | Description | Type | Package | Framework |
AuthChallengeException | Signals a failure processing authentication challengeSince:3. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthChallengeParser | This class provides utility methods for parsing HTTP www and proxy authentication Since:2. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthChallengeProcessor | This class provides utility methods for processing HTTP www and proxy authentication Since:3. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthenticationException | Signals a failure in authentication processSince:2. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthPolicy | Authentication policy class. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthScheme | This interface represents an abstract challenge-response oriented authentication scheme. | Interface | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthSchemeBase | Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthScope | The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
AuthState | This class provides detailed information about the state of the authentication process. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
BasicScheme | Basic authentication scheme as defined in RFC 2617. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
ByteArrayPartSource | A PartSource that reads from a byte array. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
ByteArrayRequestEntity | A RequestEntity that contains an array of bytes. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
ChunkedInputStream | Transparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ChunkedOutputStream | Chunks are guaranteed to be at least as large as the buffer size (except for the last chunk). | Class | org.apache.commons.httpclient | Apache HttpClient |
|
CircularRedirectException | Signals a circular redirectSince:3. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ConnectionPoolTimeoutException | A timeout while connecting waiting for an available connection from an HttpConnectionManager. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ConnectMethod | Establishes a tunneled HTTP connection via the CONNECT method. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ConnectTimeoutException | A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ContentLengthInputStream | Cuts the wrapped InputStream off after a specified number of bytes. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ControllerThreadSocketFactory | This helper class is intedned to help work around the limitation of older Java versions (older than 1. | Class | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
Cookie | HTTP magic-cookie represents a piece of state information that the HTTP agent and the target server can exchange to maintain | Class | org.apache.commons.httpclient | Apache HttpClient |
|
Cookie2 | Cookie class for RFC2965Spec cookie specification. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookieAttributeHandler | Ths interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, | Interface | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookieOrigin | CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookiePathComparator | This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookiePolicy | Cookie management policy class. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookieSpec | Defines the cookie management specification. | Interface | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookieSpecBase | Cookie management functions shared by all specification. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
CookieVersionSupport | Defines cookie specification specific capabilitiesSince:3. | Interface | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
Credentials | Authentication credentials. | Interface | org.apache.commons.httpclient | Apache HttpClient |
|
CredentialsNotAvailableException | Authentication credentials required to respond to a authentication challenge are not available | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
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 | Interface | org.apache.commons.httpclient.auth | Apache HttpClient |
|
DateParseException | An exception to indicate an error parsing a date string. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
DateParser | A utility class for parsing HTTP dates as used in cookies and other headers. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
DateUtil | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
DefaultHttpMethodRetryHandler | The default HttpMethodRetryHandler used by HttpMethods. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
DefaultHttpParams | This class represents a collection of HTTP protocol parameters. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
DefaultHttpParamsFactory | | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
DefaultMethodRetryHandler | The default MethodRetryHandler used by HttpMethodBase. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
DefaultProtocolSocketFactory | The default class for creating protocol sockets. | Class | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
DeleteMethod | The HTTP DELETE method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
DigestScheme | Digest authentication scheme as defined in RFC 2617. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
EncodingUtil | The home for utility methods that handle various encoding tasks. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
EntityEnclosingMethod | This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
ExceptionUtil | The home for utility methods that handle various exception-related tasks. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
ExpectContinueMethod | This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
FilePart | This class implements a part of a Multipart post object that consists of a file. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
FilePartSource | A PartSource that reads from a File. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
FileRequestEntity | A RequestEntity that represents a File. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
GetMethod | The HTTP GET method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
Header | | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HeaderElement | One element of an HTTP header's value. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HeaderGroup | A class for combining a set of headers. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HeadMethod | The HTTP HEAD method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
HostConfiguration | Holds all of the variables needed to describe an HTTP connection to a host. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HostParams | This class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpAuthenticator | Utility methods for HTTP authorization and authentication. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
HttpAuthRealm | The key used to look up authentication credentials. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
HttpClient | An HTTP user-agent, containing an HTTP state and one or more HTTP connections, to which | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpClientError | Signals that an error has occurred. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpClientParams | This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpConnection | An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpConnectionManager | An interface for classes that manage HttpConnections. | Interface | org.apache.commons.httpclient | Apache HttpClient |
|
HttpConnectionManagerParams | This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpConnectionParams | This class represents a collection of HTTP protocol parameters applicable to Protocol parameters may be linked together to form a hierarchy. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpConstants | HTTP content conversion routines. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpContentTooLargeException | Signals that the response content was larger than anticipated. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpException | Signals that an HTTP or HttpClient exception has occurred. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpHost | Holds all of the variables needed to describe an HTTP connection to a host. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpMethod | HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response. | Interface | org.apache.commons.httpclient | Apache HttpClient |
|
HttpMethodBase | An abstract base implementation of HttpMethod. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpMethodParams | This class represents a collection of HTTP protocol parameters applicable to HTTP methods. | Class | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpMethodRetryHandler | A handler for determining if an HttpMethod should be retried after a recoverable exception during execution. | Interface | org.apache.commons.httpclient | Apache HttpClient |
|
HttpParams | This interface represents a collection of HTTP protocol parameters. | Interface | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpParamsFactory | A factory for getting the default set of parameters to use when creating an instance of Since:3. | Interface | org.apache.commons.httpclient.params | Apache HttpClient |
|
HttpParser | A utility class for parsing http header values according to RFC-2616 Section 4 and 19. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpRecoverableException | Signals that an HTTP or HttpClient exception has occurred. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpState | A container for HTTP attributes that may persist from request to request, such as cookies and authentication | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpStatus | Constants enumerating the HTTP status codes. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpsURL | | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpURL | | Class | org.apache.commons.httpclient | Apache HttpClient |
|
HttpURLConnection | Provides a HttpURLConnection wrapper around HttpClient's HttpMethod. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
HttpVersion | HTTP version, as specified in RFC 2616. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
IdleConnectionHandler | A helper class for connection managers to track idle connections. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
IdleConnectionTimeoutThread | A utility class for periodically closing idle connections. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
IgnoreCookiesSpec | A cookie spec that does nothing. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
InputStreamRequestEntity | A RequestEntity that contains an InputStream. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
InvalidCredentialsException | Authentication credentials required to respond to a authentication challenge are invalid | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
InvalidRedirectLocationException | Signals violation of HTTP specification caused by an invalid redirectSince:3. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
LangUtils | A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
MalformedChallengeException | Signals that authentication challenge is in some way invalid or illegal in the given context | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
MalformedCookieException | Signals that a cookie is in some way invalid or illegal in a givenSince:2. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
MethodRetryHandler | A handler for determining if an HttpMethod should be retried after a recoverable exception during execution. | Interface | org.apache.commons.httpclient | Apache HttpClient |
|
MultipartPostMethod | The HTTP multipart POST method is defined in section 3. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
MultipartRequestEntity | The HTTP multipart POST method is defined in section 3. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
MultiThreadedHttpConnectionManager | Manages a set of HttpConnections for various HostConfigurations. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
NameValuePair | A simple class encapsulating a name/value pair. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
NetscapeDraftSpec | Netscape cookie draft specific cookie management functionsSince:2. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
NoHttpResponseException | Signals that the target server failed to respond with a valid HTTP response. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
NTCredentials | Credentials for use with the NTLM authentication scheme which requires additionalSince:2. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
NTLMScheme | An implementation of the Microsoft proprietary NTLM authentication scheme. | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
OptionsMethod | The HTTP OPTIONS method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
ParameterFormatter | This formatter produces a textual representation of attribute/value pairs. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
ParameterParser | A simple parser intended to parse sequences of name/value pairs. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
Part | Abstract class for one Part of a multipart post object. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
PartBase | Provides setters and getters for the basic Part properties. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
PartSource | An interface for providing access to data when posting MultiPart messages. | Interface | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
PostMethod | The HTTP POST method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
Protocol | A class to encapsulate the specifics of a protocol. | Class | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
ProtocolException | Signals that an HTTP protocol violation has occurred. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ProtocolSocketFactory | A factory for creating Sockets. | Interface | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
ProxyClient | A client that provides sockets for communicating through HTTP proxies via the HTTP CONNECT method. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ProxyHost | Holds all of the variables needed to describe an HTTP connection to a proxy. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
PutMethod | The HTTP PUT method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
RedirectException | Signals violation of HTTP specification caused by an invalid redirectSince:3. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
ReflectionSocketFactory | This helper class uses refelction in order to execute Socket methods available in Java 1. | Class | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
RequestEntity | | Interface | org.apache.commons.httpclient.methods | Apache HttpClient |
|
RFC2109Spec | RFC 2109 specific cookie management functionsSince:2. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
RFC2617Scheme | Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common | Class | org.apache.commons.httpclient.auth | Apache HttpClient |
|
RFC2965Spec | RFC 2965 specific cookie management functions. | Class | org.apache.commons.httpclient.cookie | Apache HttpClient |
|
SecureProtocolSocketFactory | A ProtocolSocketFactory that is secure. | Interface | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
SimpleHttpConnectionManager | A connection manager that provides access to a single HttpConnection. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
SSLProtocolSocketFactory | A SecureProtocolSocketFactory that uses JSSE to create sockets. | Class | org.apache.commons.httpclient.protocol | Apache HttpClient |
|
StatusLine | Represents a Status-Line as returned from a HTTP server. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
StringPart | Simple string parameter for a multipart postSince:2. | Class | org.apache.commons.httpclient.methods.multipart | Apache HttpClient |
|
StringRequestEntity | A RequestEntity that contains a String. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
TimeoutController | Executes a task with a specified timeout. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
TraceMethod | The HTTP TRACE method is defined in section 9. | Class | org.apache.commons.httpclient.methods | Apache HttpClient |
|
URI | The interface for the URI(Uniform Resource Identifiers) version of RFC 2396. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
URIException | The URI parsing and escape encoding exception. | Class | org.apache.commons.httpclient | Apache HttpClient |
|
URIUtil | The URI escape and character encoding and decoding utility. | Class | org.apache.commons.httpclient.util | Apache HttpClient |
|
UsernamePasswordCredentials | Username and password Credentials. | Class | org.apache.commons.httpclient | Apache HttpClient |