Uses of Class
org.apache.http.ProtocolException
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client |
-
Uses of ProtocolException in org.apache.http
Subclasses of ProtocolException in org.apache.http Modifier and Type Class Description classUnsupportedHttpVersionExceptionIndicates an unsupported version of the HTTP protocol. -
Uses of ProtocolException in org.apache.http.auth
Subclasses of ProtocolException in org.apache.http.auth Modifier and Type Class Description classAuthenticationExceptionSignals a failure in authentication processclassInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidclassMalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given context -
Uses of ProtocolException in org.apache.http.client
Subclasses of ProtocolException in org.apache.http.client Modifier and Type Class Description classCircularRedirectExceptionSignals a circular redirectclassNonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity.classRedirectExceptionSignals violation of HTTP specification caused by an invalid redirectMethods in org.apache.http.client that throw ProtocolException Modifier and Type Method Description URIRedirectHandler. getLocationURI(HttpResponse response, HttpContext context)Determines the location request is expected to be redirected to given the response from the target server and the current request execution context. -
Uses of ProtocolException in org.apache.http.cookie
Subclasses of ProtocolException in org.apache.http.cookie Modifier and Type Class Description classMalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context -
Uses of ProtocolException in org.apache.http.impl.auth
Subclasses of ProtocolException in org.apache.http.impl.auth Modifier and Type Class Description classNTLMEngineExceptionSignals NTLM protocol failure. -
Uses of ProtocolException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw ProtocolException Modifier and Type Method Description URIDefaultRedirectHandler. getLocationURI(HttpResponse response, HttpContext context)protected voidDefaultRequestDirector. rewriteRequestURI(RequestWrapper request, HttpRoute route)Constructors in org.apache.http.impl.client that throw ProtocolException Constructor Description EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest request)RequestWrapper(HttpRequest request)