All Classes and Interfaces
Class
Description
Represents a parsed Accept HTTP request header.
Represents a parsed Accept-Charset HTTP request header.
Represents an HTTP 202 Accepted response.
Represents a parsed Accept-Encoding HTTP request header.
Represents a parsed Accept-Language HTTP request header.
Represents a parsed Accept-Range HTTP response header.
Represents a parsed Age HTTP response header.
Represents a parsed Allow HTTP response header.
Represents an HTTP 208 Already Reported response.
Represents a parsed Authorization HTTP request header.
Exception representing an HTTP 400 (Bad Request).
Category of headers that consist of a single boolean value.
A
NameValuePair that consists of a single boolean value.A
NameValuePair that consists of a comma-delimited list of string values.Category of headers that consist of a comma-delimited list of string values.
Category of headers that consist of a single HTTP-date.
A
NameValuePair that consist of a single HTTP-date.Category of headers that consist of a single entity validator value.
Category of headers that consist of a comma-delimited list of entity validator values.
Superclass of all headers defined in this package.
Basic implementation of a
HeaderIterator.A basic
HttpEntity implementation with additional features.Basic implementation of the
HttpResponse interface for error responses.Basic implementation of the
HttpResponse interface.Category of headers that consist of a single integer value.
A
NameValuePair that consists of a single integer value.Category of headers that consist of a single long value.
A
NameValuePair that consists of a single long value.Category of headers that consist of multiple parameterized string values.
Category of headers that consist of a single parameterized string value.
Implementation of
NameValuePair for serializing POJOs as URL-encoded form post entries.Basic implementation of a
PartIterator.A basic
HttpResource implementation with additional features.A basic implementation of the
StatusLine interface.Category of headers that consist of a single string value.
A
NameValuePair that consists of a single string value.Category of headers that consist of simple comma-delimited lists of strings with q-values.
Category of headers that consist of a single URL value.
A
NameValuePair that consists of a single URL value.A repeatable entity that obtains its content from a byte array.
A repeatable resource that obtains its content from a byte array.
Represents a parsed Cache-Control HTTP request header.
Represents a parsed Client-Version HTTP request header.
Exception representing an HTTP 409 (Conflict).
Represents a parsed Connection HTTP request header.
Represents a parsed Content-Disposition HTTP request header.
Represents a parsed Content-Encoding HTTP response header.
Represents a parsed Content-Language HTTP response header.
Represents a parsed Content-Length HTTP request/response header.
Represents a parsed Content-Location HTTP response header.
Represents a parsed Content-Range HTTP response header.
Represents a parsed Content-Type HTTP request/response header.
Represents an HTTP 100 Continue response.
Represents an HTTP 201 Created response.
Represents a parsed Date HTTP request/response header.
Represents a parsed Debug HTTP request/response header.
Represents an HTTP 103 Early Hints response.
Represents a validator value.
A list of
EntityTag beans.Represents a parsed ETag HTTP response header.
Represents a parsed Expect HTTP request header.
Exception representing an HTTP 417 (Expectation Failed).
Represents a parsed Expires HTTP response header.
Exception representing an HTTP 424 (Failed Dependency).
A repeatable entity that obtains its content from a
File.A repeatable resource that obtains its content from a
File.Exception representing an HTTP 403 (Forbidden).
Represents a parsed Forwarded HTTP request header.
Represents an HTTP 302 Found response.
Represents a parsed From HTTP request header.
Exception representing an HTTP 410 ().
Identifies a class that can be converted to a
Header object.Holds metadata about header beans (POJOs that get serialized as HTTP headers).
A simple list of HTTP headers with various convenience methods.
Represents no header list in annotations.
Represents a parsed Host HTTP request header.
Standard predefined HTTP entities.
Standard predefined HTTP headers.
Represents valid HTTP 1.1 method name static strings per the RFC 2616 spec.
Standard predefined HTTP parts.
An extension of an
HttpEntity that also includes arbitrary headers.Standard predefined HTTP resources.
Standard predefined HTTP responses.
Exception representing an HTTP 505 ().
Represents a parsed If-Match HTTP request header.
Represents a parsed If-Modified-Since HTTP request header.
Represents a parsed If-None-Match HTTP request header.
Represents a parsed If-Range HTTP request header.
Represents a parsed If-Unmodified-Since HTTP request header.
Represents an HTTP 226 IM Used response.
Exception representing an HTTP 507 ().
Exception representing an HTTP 500 (Internal Server Error).
Represents a parsed Last-Modified HTTP response header.
Exception representing an HTTP 411 ().
Represents a parsed Location HTTP response header.
Exception representing an HTTP 423 (Locked).
Exception representing an HTTP 508 (Loop Detected).
Represents a parsed Max-Forwards HTTP request header.
Exception representing an HTTP 405 (Method Not Allowed).
Exception representing an HTTP 421 (Misdirected Request).
Represents an HTTP 301 Moved Permanently response.
Represents an HTTP 300 Multiple Choices response.
Represents an HTTP 207 Multi-Status response.
Identifies a class that can be converted to a
NameValuePair object.Exception representing an HTTP 511 (Network Authentication Required).
Represents an HTTP 204 No Content response.
Represents an HTTP 203 Non-Authoritative Information response.
Exception representing an HTTP 406 (Not Acceptable).
Exception representing an HTTP 510 (Not Extended).
Exception representing an HTTP 404 (Not Found).
Exception representing an HTTP 501 (Not Implemented).
Represents an HTTP 304 Not Modified response.
Represents a parsed No-Trace HTTP request header.
Represents an HTTP 200 OK response.
Represents a parsed Origin HTTP request header.
Holds metadata about http part beans (POJOs that get serialized as HTTP parts such as form data or query parameters).
Represents an HTTP 206 Partial Content response.
A type-safe iterator for
NameValuePair objects.An simple list of HTTP parts (form-data, query-parameters, path-parameters).
Represents no part list in annotations.
Exception representing an HTTP 413 (Payload Too Large).
Represents an HTTP 308 Permanent Redirect response.
Represents a parsed Pragma HTTP request/response header.
Exception representing an HTTP 412 (Precondition Failed).
Exception representing an HTTP 428 (Precondition Required).
Represents an HTTP 102 Processing response.
Represents a parsed Proxy-Authenticate HTTP response header.
Represents a parsed Proxy-Authorization HTTP request header.
Represents a parsed Range HTTP request header.
Exception representing an HTTP 416 (Range Not Satisfiable).
A streamed, non-repeatable entity that obtains its content from an
Reader.A streamed, non-repeatable resource that obtains its content from an
Reader.Represents a parsed Referer HTTP request header.
Identifies a proxy against a REST interface.
Annotation applied to Java methods on REST proxy interface classes.
Annotation applied to Java methods on REST proxy interface classes.
Annotation applied to Java methods on REST proxy interface classes.
Annotation applied to Java methods on REST proxy interface classes.
Annotation applied to Java methods on REST proxy interface classes.
Annotation applied to Java methods on REST proxy interface classes.
Possible values for the
@RemoteOp(returns) annotation.Utilities.
Exception representing an HTTP 431 (Request Header Fields Too Large).
Represents an HTTP 205 Reset Content response.
Represents a parsed Retry-After HTTP response header.
Contains the meta-data about a remote proxy REST interface.
Contains the meta-data about a Java method on a remote class.
Represents an HTTP 303 See Other response.
HttpEntity for serializing POJOs as the body of HTTP requests.
TODO
Subclass of
NameValuePair for serializing POJOs as URL-encoded form post entries using the
class.Represents a parsed Server HTTP response header.
Exception representing an HTTP 503 (Service Unavailable).
A streamed, non-repeatable entity that obtains its content from an
InputStream.A streamed, non-repeatable resource that obtains its content from an
InputStream.A self contained, repeatable entity that obtains its content from a
String.A self contained, repeatable resource that obtains its content from a
String.Represents an HTTP 101 Switching Protocols response.
Represents a parsed TE HTTP request header.
Represents an HTTP 307 Temporary Redirect response.
Represents a parsed Thrown HTTP response header.
Represents a single entry in this header.
Exception representing an HTTP 429 (Too Many Requests).
Represents a parsed Trailer HTTP response header.
Represents a parsed Transfer-Encoding HTTP response header.
Exception representing an HTTP 401 (Unauthorized).
Exception representing an HTTP 451 (Unavailable For Legal Reasons).
Exception representing an HTTP 422 (Unprocessable Entity).
Exception representing an HTTP 415 (Unsupported Media Type).
Represents a parsed Upgrade HTTP request header.
Exception representing an HTTP 426 (Upgrade Required).
Exception representing an HTTP 414 (URI Too Long).
Represents an HTTP 305 Use Proxy response.
Represents a parsed User-Agent HTTP request header.
Exception representing an HTTP 506 (Variant Also Negotiate).
Represents a parsed Vary HTTP response header.
Represents a parsed Via HTTP response header.
Represents a parsed Warning HTTP request/response header.
Represents a parsed WWW-Authenticate HTTP response header.