Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.httpclient Classes and Interfaces - 138 results found.
NameDescriptionTypePackageFramework
AuthChallengeExceptionSignals a failure processing authentication challengeSince:3.Classorg.apache.commons.httpclient.authApache HttpClient
AuthChallengeParserThis class provides utility methods for parsing HTTP www and proxy authentication Since:2.Classorg.apache.commons.httpclient.authApache HttpClient
AuthChallengeProcessorThis class provides utility methods for processing HTTP www and proxy authentication Since:3.Classorg.apache.commons.httpclient.authApache HttpClient
AuthenticationExceptionSignals a failure in authentication processSince:2.Classorg.apache.commons.httpclient.authApache HttpClient
AuthPolicyAuthentication policy class.Classorg.apache.commons.httpclient.authApache HttpClient
AuthScheme This interface represents an abstract challenge-response oriented authentication scheme.Interfaceorg.apache.commons.httpclient.authApache HttpClient
AuthSchemeBase Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor.Classorg.apache.commons.httpclient.authApache HttpClient
AuthScopeThe class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Classorg.apache.commons.httpclient.authApache HttpClient
AuthStateThis class provides detailed information about the state of the authentication process.Classorg.apache.commons.httpclient.authApache HttpClient
BasicScheme Basic authentication scheme as defined in RFC 2617.Classorg.apache.commons.httpclient.authApache HttpClient
ByteArrayPartSourceA PartSource that reads from a byte array.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
ByteArrayRequestEntityA RequestEntity that contains an array of bytes.Classorg.apache.commons.httpclient.methodsApache HttpClient
ChunkedInputStreamTransparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked.Classorg.apache.commons.httpclientApache HttpClient
ChunkedOutputStream Chunks are guaranteed to be at least as large as the buffer size (except for the last chunk).Classorg.apache.commons.httpclientApache HttpClient
CircularRedirectExceptionSignals a circular redirectSince:3.Classorg.apache.commons.httpclientApache HttpClient
ConnectionPoolTimeoutExceptionA timeout while connecting waiting for an available connection from an HttpConnectionManager.Classorg.apache.commons.httpclientApache HttpClient
ConnectMethodEstablishes a tunneled HTTP connection via the CONNECT method.Classorg.apache.commons.httpclientApache HttpClient
ConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.Classorg.apache.commons.httpclientApache HttpClient
ContentLengthInputStreamCuts the wrapped InputStream off after a specified number of bytes.Classorg.apache.commons.httpclientApache HttpClient
ControllerThreadSocketFactoryThis helper class is intedned to help work around the limitation of older Java versions (older than 1.Classorg.apache.commons.httpclient.protocolApache HttpClient
ControllerThreadSocketFactory .SocketTaskHelper class for wrapping socket based tasks.Classorg.apache.commons.httpclient.protocol.ControllerThreadSocketFactoryApache HttpClient
Cookie HTTP magic-cookie represents a piece of state information that the HTTP agent and the target server can exchange to maintain Classorg.apache.commons.httpclientApache HttpClient
Cookie2 Cookie class for RFC2965Spec cookie specification.Classorg.apache.commons.httpclient.cookieApache HttpClient
CookieAttributeHandlerThs interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, Interfaceorg.apache.commons.httpclient.cookieApache HttpClient
CookieOriginCookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.Classorg.apache.commons.httpclient.cookieApache HttpClient
CookiePathComparatorThis cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header suchClassorg.apache.commons.httpclient.cookieApache HttpClient
CookiePolicyCookie management policy class.Classorg.apache.commons.httpclient.cookieApache HttpClient
CookieSpecDefines the cookie management specification.Interfaceorg.apache.commons.httpclient.cookieApache HttpClient
CookieSpecBaseCookie management functions shared by all specification.Classorg.apache.commons.httpclient.cookieApache HttpClient
CookieVersionSupportDefines cookie specification specific capabilitiesSince:3.Interfaceorg.apache.commons.httpclient.cookieApache HttpClient
CredentialsAuthentication credentials.Interfaceorg.apache.commons.httpclientApache HttpClient
CredentialsNotAvailableExceptionAuthentication credentials required to respond to a authentication challenge are not availableClassorg.apache.commons.httpclient.authApache 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 givenInterfaceorg.apache.commons.httpclient.authApache HttpClient
DateParseExceptionAn exception to indicate an error parsing a date string.Classorg.apache.commons.httpclient.utilApache HttpClient
DateParserA utility class for parsing HTTP dates as used in cookies and other headers.Classorg.apache.commons.httpclient.utilApache HttpClient
DateUtilA utility class for parsing and formatting HTTP dates as used in cookies and other headers.Classorg.apache.commons.httpclient.utilApache HttpClient
DefaultHttpMethodRetryHandlerThe default HttpMethodRetryHandler used by HttpMethods.Classorg.apache.commons.httpclientApache HttpClient
DefaultHttpParamsThis class represents a collection of HTTP protocol parameters.Classorg.apache.commons.httpclient.paramsApache HttpClient
DefaultHttpParamsFactoryClassorg.apache.commons.httpclient.paramsApache HttpClient
DefaultMethodRetryHandlerThe default MethodRetryHandler used by HttpMethodBase.Classorg.apache.commons.httpclientApache HttpClient
DefaultProtocolSocketFactoryThe default class for creating protocol sockets.Classorg.apache.commons.httpclient.protocolApache HttpClient
DeleteMethod The HTTP DELETE method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
DigestScheme Digest authentication scheme as defined in RFC 2617.Classorg.apache.commons.httpclient.authApache HttpClient
EncodingUtilThe home for utility methods that handle various encoding tasks.Classorg.apache.commons.httpclient.utilApache HttpClient
EntityEnclosingMethodThis abstract class serves as a foundation for all HTTP methods that can enclose an entity within requestsClassorg.apache.commons.httpclient.methodsApache HttpClient
ExceptionUtilThe home for utility methods that handle various exception-related tasks.Classorg.apache.commons.httpclient.utilApache HttpClient
ExpectContinueMethod This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake.Classorg.apache.commons.httpclient.methodsApache HttpClient
FilePartThis class implements a part of a Multipart post object that consists of a file.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
FilePartSourceA PartSource that reads from a File.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
FileRequestEntityA RequestEntity that represents a File.Classorg.apache.commons.httpclient.methodsApache HttpClient
GetMethod The HTTP GET method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
HeaderClassorg.apache.commons.httpclientApache HttpClient
HeaderElementOne element of an HTTP header's value.Classorg.apache.commons.httpclientApache HttpClient
HeaderGroupA class for combining a set of headers.Classorg.apache.commons.httpclientApache HttpClient
HeadMethod The HTTP HEAD method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
HostConfigurationHolds all of the variables needed to describe an HTTP connection to a host.Classorg.apache.commons.httpclientApache HttpClient
HostParamsThis class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration.Classorg.apache.commons.httpclient.paramsApache HttpClient
HttpAuthenticatorUtility methods for HTTP authorization and authentication.Classorg.apache.commons.httpclient.authApache HttpClient
HttpAuthRealmThe key used to look up authentication credentials.Classorg.apache.commons.httpclient.authApache HttpClient
HttpClient An HTTP user-agent, containing an HTTP state and one or more HTTP connections, to whichClassorg.apache.commons.httpclientApache HttpClient
HttpClientErrorSignals that an error has occurred.Classorg.apache.commons.httpclientApache HttpClient
HttpClientParamsThis class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.Classorg.apache.commons.httpclient.paramsApache HttpClient
HttpConnectionAn abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.Classorg.apache.commons.httpclientApache HttpClient
HttpConnectionManagerAn interface for classes that manage HttpConnections.Interfaceorg.apache.commons.httpclientApache HttpClient
HttpConnectionManagerParamsThis class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.Classorg.apache.commons.httpclient.paramsApache HttpClient
HttpConnectionParamsThis class represents a collection of HTTP protocol parameters applicable to Protocol parameters may be linked together to form a hierarchy.Classorg.apache.commons.httpclient.paramsApache HttpClient
HttpConstantsHTTP content conversion routines.Classorg.apache.commons.httpclientApache HttpClient
HttpContentTooLargeExceptionSignals that the response content was larger than anticipated.Classorg.apache.commons.httpclientApache HttpClient
HttpExceptionSignals that an HTTP or HttpClient exception has occurred.Classorg.apache.commons.httpclientApache HttpClient
HttpHostHolds all of the variables needed to describe an HTTP connection to a host.Classorg.apache.commons.httpclientApache HttpClient
HttpMethod HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.Interfaceorg.apache.commons.httpclientApache HttpClient
HttpMethodBaseAn abstract base implementation of HttpMethod.Classorg.apache.commons.httpclientApache HttpClient
HttpMethodParamsThis class represents a collection of HTTP protocol parameters applicable to HTTP methods.Classorg.apache.commons.httpclient.paramsApache HttpClient
HttpMethodRetryHandlerA handler for determining if an HttpMethod should be retried after a recoverable exception during execution.Interfaceorg.apache.commons.httpclientApache HttpClient
HttpParamsThis interface represents a collection of HTTP protocol parameters.Interfaceorg.apache.commons.httpclient.paramsApache HttpClient
HttpParamsFactoryA factory for getting the default set of parameters to use when creating an instance of Since:3.Interfaceorg.apache.commons.httpclient.paramsApache HttpClient
HttpParserA utility class for parsing http header values according to RFC-2616 Section 4 and 19.Classorg.apache.commons.httpclientApache HttpClient
HttpRecoverableException Signals that an HTTP or HttpClient exception has occurred.Classorg.apache.commons.httpclientApache HttpClient
HttpState A container for HTTP attributes that may persist from request to request, such as cookies and authenticationClassorg.apache.commons.httpclientApache HttpClient
HttpStatusConstants enumerating the HTTP status codes.Classorg.apache.commons.httpclientApache HttpClient
HttpsURLClassorg.apache.commons.httpclientApache HttpClient
HttpURLClassorg.apache.commons.httpclientApache HttpClient
HttpURLConnectionProvides a HttpURLConnection wrapper around HttpClient's HttpMethod.Classorg.apache.commons.httpclient.utilApache HttpClient
HttpVersionHTTP version, as specified in RFC 2616.Classorg.apache.commons.httpclientApache HttpClient
IdleConnectionHandlerA helper class for connection managers to track idle connections.Classorg.apache.commons.httpclient.utilApache HttpClient
IdleConnectionTimeoutThreadA utility class for periodically closing idle connections.Classorg.apache.commons.httpclient.utilApache HttpClient
IgnoreCookiesSpecA cookie spec that does nothing.Classorg.apache.commons.httpclient.cookieApache HttpClient
InputStreamRequestEntityA RequestEntity that contains an InputStream.Classorg.apache.commons.httpclient.methodsApache HttpClient
InvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidClassorg.apache.commons.httpclient.authApache HttpClient
InvalidRedirectLocationExceptionSignals violation of HTTP specification caused by an invalid redirectSince:3.Classorg.apache.commons.httpclientApache HttpClient
LangUtilsA set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods.Classorg.apache.commons.httpclient.utilApache HttpClient
MalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given contextClassorg.apache.commons.httpclient.authApache HttpClient
MalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a givenSince:2.Classorg.apache.commons.httpclient.cookieApache HttpClient
MethodRetryHandlerA handler for determining if an HttpMethod should be retried after a recoverable exception during execution.Interfaceorg.apache.commons.httpclientApache HttpClient
MultipartPostMethod The HTTP multipart POST method is defined in section 3.Classorg.apache.commons.httpclient.methodsApache HttpClient
MultipartRequestEntity The HTTP multipart POST method is defined in section 3.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
MultiThreadedHttpConnectionManagerManages a set of HttpConnections for various HostConfigurations.Classorg.apache.commons.httpclientApache HttpClient
NameValuePairA simple class encapsulating a name/value pair.Classorg.apache.commons.httpclientApache HttpClient
NetscapeDraftSpecNetscape cookie draft specific cookie management functionsSince:2.Classorg.apache.commons.httpclient.cookieApache HttpClient
NoHttpResponseException Signals that the target server failed to respond with a valid HTTP response.Classorg.apache.commons.httpclientApache HttpClient
NTCredentialsCredentials for use with the NTLM authentication scheme which requires additionalSince:2.Classorg.apache.commons.httpclientApache HttpClient
NTLMSchemeAn implementation of the Microsoft proprietary NTLM authentication scheme.Classorg.apache.commons.httpclient.authApache HttpClient
OptionsMethod The HTTP OPTIONS method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
ParameterFormatter This formatter produces a textual representation of attribute/value pairs.Classorg.apache.commons.httpclient.utilApache HttpClient
ParameterParserA simple parser intended to parse sequences of name/value pairs.Classorg.apache.commons.httpclient.utilApache HttpClient
PartAbstract class for one Part of a multipart post object.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
PartBaseProvides setters and getters for the basic Part properties.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
PartSourceAn interface for providing access to data when posting MultiPart messages.Interfaceorg.apache.commons.httpclient.methods.multipartApache HttpClient
PostMethod The HTTP POST method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
ProtocolA class to encapsulate the specifics of a protocol.Classorg.apache.commons.httpclient.protocolApache HttpClient
ProtocolExceptionSignals that an HTTP protocol violation has occurred.Classorg.apache.commons.httpclientApache HttpClient
ProtocolSocketFactoryA factory for creating Sockets.Interfaceorg.apache.commons.httpclient.protocolApache HttpClient
ProxyClientA client that provides sockets for communicating through HTTP proxies via the HTTP CONNECT method.Classorg.apache.commons.httpclientApache HttpClient
ProxyClient .ConnectResponseContains the method used to execute the connect along with the created socket.Classorg.apache.commons.httpclient.ProxyClientApache HttpClient
ProxyHostHolds all of the variables needed to describe an HTTP connection to a proxy.Classorg.apache.commons.httpclientApache HttpClient
PutMethod The HTTP PUT method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
RedirectExceptionSignals violation of HTTP specification caused by an invalid redirectSince:3.Classorg.apache.commons.httpclientApache HttpClient
ReflectionSocketFactoryThis helper class uses refelction in order to execute Socket methods available in Java 1.Classorg.apache.commons.httpclient.protocolApache HttpClient
RequestEntityInterfaceorg.apache.commons.httpclient.methodsApache HttpClient
RFC2109SpecRFC 2109 specific cookie management functionsSince:2.Classorg.apache.commons.httpclient.cookieApache HttpClient
RFC2617Scheme Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common Classorg.apache.commons.httpclient.authApache HttpClient
RFC2965SpecRFC 2965 specific cookie management functions.Classorg.apache.commons.httpclient.cookieApache HttpClient
SecureProtocolSocketFactoryA ProtocolSocketFactory that is secure.Interfaceorg.apache.commons.httpclient.protocolApache HttpClient
SimpleHttpConnectionManagerA connection manager that provides access to a single HttpConnection.Classorg.apache.commons.httpclientApache HttpClient
SSLProtocolSocketFactoryA SecureProtocolSocketFactory that uses JSSE to create sockets.Classorg.apache.commons.httpclient.protocolApache HttpClient
StatusLineRepresents a Status-Line as returned from a HTTP server.Classorg.apache.commons.httpclientApache HttpClient
StringPartSimple string parameter for a multipart postSince:2.Classorg.apache.commons.httpclient.methods.multipartApache HttpClient
StringRequestEntityA RequestEntity that contains a String.Classorg.apache.commons.httpclient.methodsApache HttpClient
TimeoutController Executes a task with a specified timeout.Classorg.apache.commons.httpclient.utilApache HttpClient
TimeoutController .TimeoutExceptionSignals that the task timed out.Classorg.apache.commons.httpclient.util.TimeoutControllerApache HttpClient
TraceMethod The HTTP TRACE method is defined in section 9.Classorg.apache.commons.httpclient.methodsApache HttpClient
URIThe interface for the URI(Uniform Resource Identifiers) version of RFC 2396.Classorg.apache.commons.httpclientApache HttpClient
URI .DefaultCharsetChangedThe charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.Classorg.apache.commons.httpclient.URIApache HttpClient
URI .LocaleToCharsetMapA mapping to determine the (somewhat arbitrarily) preferred charset for a given locale.Classorg.apache.commons.httpclient.URIApache HttpClient
URIExceptionThe URI parsing and escape encoding exception.Classorg.apache.commons.httpclientApache HttpClient
URIUtilThe URI escape and character encoding and decoding utility.Classorg.apache.commons.httpclient.utilApache HttpClient
URIUtil .CoderThe basic and internal utility for URI escape and character encoding andSee Also:Serialized FormClassorg.apache.commons.httpclient.util.URIUtilApache HttpClient
UsernamePasswordCredentialsUsername and password Credentials.Classorg.apache.commons.httpclientApache HttpClient