Overview
Package
Tree
Index
Deprecated
About
Frames
|
No Frames
Hierarchy for All Packages
Package Hierarchies:
org.apache.commons.httpclient
,
org.apache.commons.httpclient.auth
,
org.apache.commons.httpclient.cookie
,
org.apache.commons.httpclient.methods
,
org.apache.commons.httpclient.methods.multipart
,
org.apache.commons.httpclient.params
,
org.apache.commons.httpclient.protocol
,
org.apache.commons.httpclient.util
Class Hierarchy
java.lang.Object
org.apache.commons.httpclient.auth.
AuthChallengeParser
org.apache.commons.httpclient.auth.
AuthChallengeProcessor
org.apache.commons.httpclient.auth.
AuthPolicy
org.apache.commons.httpclient.auth.
AuthSchemeBase
(implements org.apache.commons.httpclient.auth.
AuthScheme
)
org.apache.commons.httpclient.auth.
AuthScope
org.apache.commons.httpclient.auth.
HttpAuthRealm
org.apache.commons.httpclient.auth.
AuthState
org.apache.commons.httpclient.methods.multipart.
ByteArrayPartSource
(implements org.apache.commons.httpclient.methods.multipart.
PartSource
)
org.apache.commons.httpclient.methods.
ByteArrayRequestEntity
(implements org.apache.commons.httpclient.methods.
RequestEntity
)
org.apache.commons.httpclient.protocol.
ControllerThreadSocketFactory
org.apache.commons.httpclient.protocol.
ControllerThreadSocketFactory.SocketTask
(implements Runnable)
org.apache.commons.httpclient.cookie.
CookiePolicy
org.apache.commons.httpclient.cookie.
CookieSpecBase
(implements org.apache.commons.httpclient.cookie.
CookieSpec
)
org.apache.commons.httpclient.cookie.
NetscapeDraftSpec
org.apache.commons.httpclient.cookie.
RFC2109Spec
org.apache.commons.httpclient.util.
DateParser
org.apache.commons.httpclient.util.
DateUtil
org.apache.commons.httpclient.
DefaultHttpMethodRetryHandler
(implements org.apache.commons.httpclient.
HttpMethodRetryHandler
)
org.apache.commons.httpclient.params.
DefaultHttpParams
(implements org.apache.commons.httpclient.params.
HttpParams
, Serializable, Cloneable)
org.apache.commons.httpclient.params.
HostParams
org.apache.commons.httpclient.params.
HttpConnectionParams
org.apache.commons.httpclient.params.
HttpConnectionManagerParams
org.apache.commons.httpclient.params.
HttpMethodParams
org.apache.commons.httpclient.params.
HttpClientParams
org.apache.commons.httpclient.params.
DefaultHttpParamsFactory
(implements org.apache.commons.httpclient.params.
HttpParamsFactory
)
org.apache.commons.httpclient.
DefaultMethodRetryHandler
(implements org.apache.commons.httpclient.
MethodRetryHandler
)
org.apache.commons.httpclient.protocol.
DefaultProtocolSocketFactory
(implements org.apache.commons.httpclient.protocol.
ProtocolSocketFactory
)
org.apache.commons.httpclient.util.
EncodingUtil
org.apache.commons.httpclient.util.
ExceptionUtil
org.apache.commons.httpclient.methods.multipart.
FilePartSource
(implements org.apache.commons.httpclient.methods.multipart.
PartSource
)
org.apache.commons.httpclient.
HeaderGroup
org.apache.commons.httpclient.
HostConfiguration
(implements Cloneable)
org.apache.commons.httpclient.auth.
HttpAuthenticator
org.apache.commons.httpclient.
HttpClient
org.apache.commons.httpclient.
HttpConnection
org.apache.commons.httpclient.
HttpConstants
org.apache.commons.httpclient.
HttpHost
(implements Cloneable)
org.apache.commons.httpclient.
ProxyHost
org.apache.commons.httpclient.
HttpMethodBase
(implements org.apache.commons.httpclient.
HttpMethod
)
org.apache.commons.httpclient.
ConnectMethod
org.apache.commons.httpclient.methods.
DeleteMethod
org.apache.commons.httpclient.methods.
ExpectContinueMethod
org.apache.commons.httpclient.methods.
EntityEnclosingMethod
org.apache.commons.httpclient.methods.
PostMethod
org.apache.commons.httpclient.methods.
PutMethod
org.apache.commons.httpclient.methods.
MultipartPostMethod
org.apache.commons.httpclient.methods.
GetMethod
org.apache.commons.httpclient.methods.
HeadMethod
org.apache.commons.httpclient.methods.
OptionsMethod
org.apache.commons.httpclient.methods.
TraceMethod
org.apache.commons.httpclient.
HttpParser
org.apache.commons.httpclient.
HttpState
org.apache.commons.httpclient.
HttpStatus
org.apache.commons.httpclient.
HttpVersion
(implements Comparable)
org.apache.commons.httpclient.util.
IdleConnectionHandler
org.apache.commons.httpclient.cookie.
IgnoreCookiesSpec
(implements org.apache.commons.httpclient.cookie.
CookieSpec
)
org.apache.commons.httpclient.methods.
InputStreamRequestEntity
(implements org.apache.commons.httpclient.methods.
RequestEntity
)
org.apache.commons.httpclient.util.
LangUtils
org.apache.commons.httpclient.methods.multipart.
MultipartRequestEntity
(implements org.apache.commons.httpclient.methods.
RequestEntity
)
org.apache.commons.httpclient.
MultiThreadedHttpConnectionManager
(implements org.apache.commons.httpclient.
HttpConnectionManager
)
org.apache.commons.httpclient.
NameValuePair
(implements Serializable)
org.apache.commons.httpclient.
Cookie
(implements Serializable, Comparator)
org.apache.commons.httpclient.
Header
org.apache.commons.httpclient.
HeaderElement
org.apache.commons.httpclient.auth.
NTLMScheme
(implements org.apache.commons.httpclient.auth.
AuthScheme
)
org.apache.commons.httpclient.util.
ParameterFormatter
org.apache.commons.httpclient.util.
ParameterParser
org.apache.commons.httpclient.methods.multipart.
Part
org.apache.commons.httpclient.methods.multipart.
PartBase
org.apache.commons.httpclient.methods.multipart.
FilePart
org.apache.commons.httpclient.methods.multipart.
StringPart
org.apache.commons.httpclient.protocol.
Protocol
org.apache.commons.httpclient.
ProxyClient
org.apache.commons.httpclient.
ProxyClient.ConnectResponse
org.apache.commons.httpclient.protocol.
ReflectionSocketFactory
org.apache.commons.httpclient.auth.
RFC2617Scheme
(implements org.apache.commons.httpclient.auth.
AuthScheme
)
org.apache.commons.httpclient.auth.
BasicScheme
org.apache.commons.httpclient.auth.
DigestScheme
org.apache.commons.httpclient.
SimpleHttpConnectionManager
(implements org.apache.commons.httpclient.
HttpConnectionManager
)
org.apache.commons.httpclient.protocol.
SSLProtocolSocketFactory
(implements org.apache.commons.httpclient.protocol.
SecureProtocolSocketFactory
)
org.apache.commons.httpclient.
StatusLine
org.apache.commons.httpclient.methods.
StringRequestEntity
(implements org.apache.commons.httpclient.methods.
RequestEntity
)
org.apache.commons.httpclient.util.
TimeoutController
org.apache.commons.httpclient.
URI
(implements Cloneable, Comparable, Serializable)
org.apache.commons.httpclient.
HttpURL
org.apache.commons.httpclient.
HttpsURL
org.apache.commons.httpclient.util.
URIUtil.Coder
org.apache.commons.httpclient.
URI.LocaleToCharsetMap
org.apache.commons.httpclient.util.
URIUtil
org.apache.commons.httpclient.
UsernamePasswordCredentials
(implements org.apache.commons.httpclient.
Credentials
)
org.apache.commons.httpclient.
NTCredentials
Interface Hierarchy
org.apache.commons.httpclient.auth.
AuthScheme
org.apache.commons.httpclient.cookie.
CookieSpec
org.apache.commons.httpclient.
Credentials
org.apache.commons.httpclient.auth.
CredentialsProvider
org.apache.commons.httpclient.
HttpConnectionManager
org.apache.commons.httpclient.
HttpMethod
org.apache.commons.httpclient.
HttpMethodRetryHandler
org.apache.commons.httpclient.params.
HttpParams
org.apache.commons.httpclient.params.
HttpParamsFactory
org.apache.commons.httpclient.
MethodRetryHandler
org.apache.commons.httpclient.methods.multipart.
PartSource
org.apache.commons.httpclient.protocol.
ProtocolSocketFactory
org.apache.commons.httpclient.protocol.
SecureProtocolSocketFactory
org.apache.commons.httpclient.methods.
RequestEntity
Overview
Package
Tree
Index
Deprecated
About
Copyright (c) 1999-2005 - Apache Software Foundation