Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
org.apache.commons.httpclient.auth |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.
|
org.apache.commons.httpclient.cookie |
Provides cookie handling in conjunction with
Cookie . |
Modifier and Type | Class and Description |
---|---|
class |
CircularRedirectException
Signals a circular redirect
|
class |
InvalidRedirectLocationException
Signals violation of HTTP specification caused by an invalid redirect
location
|
class |
RedirectException
Signals violation of HTTP specification caused by an invalid redirect
|
Modifier and Type | Method and Description |
---|---|
static HttpVersion |
HttpVersion.parse(java.lang.String s)
Parses the textual representation of the given HTTP protocol version.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthChallengeException
Signals a failure processing authentication challenge
|
class |
AuthenticationException
Signals a failure in authentication process
|
class |
CredentialsNotAvailableException
Authentication credentials required to respond to a authentication
challenge are not available
|
class |
InvalidCredentialsException
Authentication credentials required to respond to a authentication
challenge are invalid
|
class |
MalformedChallengeException
Signals that authentication challenge is in some way invalid or
illegal in the given context
|
Modifier and Type | Class and Description |
---|---|
class |
MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given
context
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.