| Interface | Description |
|---|---|
| HttpContent |
HttpContent interface.
|
| HttpContent.Factory | |
| HttpFieldPreEncoder |
Interface to pre-encode HttpFields.
|
| HttpParser.ComplianceHandler | |
| HttpParser.HttpHandler | |
| HttpParser.RequestHandler | |
| HttpParser.ResponseHandler | |
| HttpTokens |
HTTP constants
|
| Class | Description |
|---|---|
| DateGenerator |
ThreadLocal Date formatters for HTTP style dates.
|
| DateParser |
ThreadLocal data parsers for HTTP style dates
|
| GzipHttpContent | |
| HostPortHttpField | |
| Http1FieldPreEncoder | |
| HttpCookie | |
| HttpField |
A HTTP Field
|
| HttpField.IntValueHttpField | |
| HttpField.LongValueHttpField | |
| HttpFields |
HTTP Fields.
|
| HttpGenerator |
HttpGenerator.
|
| HttpParser |
A Parser for 1.0 and 1.1 as defined by RFC7230
|
| HttpStatus |
HttpStatusCode enum class, for status codes based on various HTTP RFCs.
|
| HttpURI |
Http URI.
|
| MetaData | |
| MetaData.Request | |
| MetaData.Response | |
| MimeTypes | |
| PathMap<O> | Deprecated
replaced with
PathMappings (this class will be removed in Jetty 10) |
| PathMap.MappedEntry<O> | |
| PathMap.PathSet | |
| PreEncodedHttpField |
Pre encoded HttpField.
|
| QuotedCSV |
Implements a quoted comma separated list of values
in accordance with RFC7230.
|
| QuotedQualityCSV |
Implements a quoted comma separated list of quality values
in accordance with RFC7230 and RFC7231.
|
| ResourceHttpContent |
HttpContent created from a
Resource. |
| Enum | Description |
|---|---|
| HttpCompliance |
HTTP compliance modes:
RFC7230(default) Compliance with RFC7230
RFC2616Wrapped/Continued headers and HTTP/0.9 supported
LEGACY(aka STRICT) Adherence to Servlet Specification requirement for
exact case of header names, bypassing the header caches, which are case insensitive,
otherwise equivalent to RFC2616
|
| HttpGenerator.Result | |
| HttpGenerator.State | |
| HttpHeader | |
| HttpHeaderValue | |
| HttpMethod | |
| HttpParser.State | |
| HttpScheme | |
| HttpStatus.Code | |
| HttpTokens.EndOfContent | |
| HttpVersion | |
| MimeTypes.Type |
| Exception | Description |
|---|---|
| BadMessageException |
Exception thrown to indicate a Bad HTTP Message has either been received
or attempted to be generated.
|
Copyright © 1995-2016 Webtide. All Rights Reserved.