Package | Description |
---|---|
org.apache.http |
Core HTTP component APIs and primitives.
|
org.apache.http.auth |
Client HTTP authentication APIs.
|
org.apache.http.client |
Client HTTP communication APIs.
|
org.apache.http.cookie |
Client HTTP state management APIs.
|
org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedHttpVersionException
Signals an unsupported version of the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
Signals a failure in authentication process
|
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 |
CircularRedirectException
Signals a circular redirect
|
class |
NonRepeatableRequestException
Signals failure to retry the request due to non-repeatable request
entity.
|
class |
RedirectException
Signals violation of HTTP specification caused by an invalid redirect
|
Modifier and Type | Method and Description |
---|---|
java.net.URI |
RedirectHandler.getLocationURI(HttpResponse response,
HttpContext context)
Deprecated.
Determines the location request is expected to be redirected to
given the response from the target server and the current request
execution context.
|
HttpUriRequest |
RedirectStrategy.getRedirect(HttpRequest request,
HttpResponse response,
HttpContext context)
Determines the redirect location given the response from the target
server and the current request execution context and generates a new
request to be sent to the location.
|
boolean |
RedirectStrategy.isRedirected(HttpRequest request,
HttpResponse response,
HttpContext context)
Determines if a request should be redirected to a new location
given the response from the target server.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieRestrictionViolationException
Signals that a cookie violates a restriction imposed by the cookie
specification.
|
class |
MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given
context
|
Modifier and Type | Class and Description |
---|---|
class |
NTLMEngineException
Signals NTLM protocol failure.
|
Modifier and Type | Method and Description |
---|---|
protected java.net.URI |
DefaultRedirectStrategy.createLocationURI(java.lang.String location) |
java.net.URI |
DefaultRedirectStrategy.getLocationURI(HttpRequest request,
HttpResponse response,
HttpContext context) |
java.net.URI |
DefaultRedirectHandler.getLocationURI(HttpResponse response,
HttpContext context)
Deprecated.
|
HttpUriRequest |
DefaultRedirectStrategyAdaptor.getRedirect(HttpRequest request,
HttpResponse response,
HttpContext context)
Deprecated.
|
HttpUriRequest |
DefaultRedirectStrategy.getRedirect(HttpRequest request,
HttpResponse response,
HttpContext context) |
boolean |
DefaultRedirectStrategyAdaptor.isRedirected(HttpRequest request,
HttpResponse response,
HttpContext context)
Deprecated.
|
boolean |
DefaultRedirectStrategy.isRedirected(HttpRequest request,
HttpResponse response,
HttpContext context) |
protected void |
DefaultRequestDirector.rewriteRequestURI(RequestWrapper request,
HttpRoute route)
Deprecated.
|
Constructor and Description |
---|
EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest request)
Deprecated.
|
RequestWrapper(HttpRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
MinimalClientExec.rewriteRequestURI(HttpRequestWrapper request,
HttpRoute route) |
(package private) void |
ProtocolExec.rewriteRequestURI(HttpRequestWrapper request,
HttpRoute route) |