All Classes and Interfaces
Class
Description
Exception thrown to indicate a Bad HTTP Message has either been received
 or attempted to be generated.
A representation of a byte range as specified by
 RFC 7233.
HttpContent.Factory implementation that wraps any other HttpContent.Factory instance
 using it as a caching authority.A Compliance Violation represents a requirement of an RFC, specification or Jetty implementation
 that may be allowed to be violated if it is included in a 
ComplianceViolation.Mode.A listener that can be notified of violations.
A Mode is a set of 
ComplianceViolations that are allowed.Cookie parser
The compliance mode for Cookie handling.
Cookie parser
ThreadLocal Date formatters for HTTP style dates.
ThreadLocal data parsers for HTTP style dates
Utility classes for Entity Tag behaviors as outlined in RFC9110 : Section 8.8.3 - Entity Tag
Decoder for the "gzip" content encoding.
An HttpField holding a preparsed Host and port number
HTTP compliance modes for Jetty HTTP parsing and handling.
HttpContent interface.
HttpContent Wrapper.
An HTTP Field
Interface to pre-encode HttpFields.
Interface that represents on ordered collection of 
HttpFields.HTTP Fields.
A mutable HttpFields interface.
HTTP Fields.
HttpGenerator.
Known HTTP Methods
A Parser for 1.0 and 1.1 as defined by RFC7230
HTTP and WebSocket Schemes
 Http Status Codes
A HTTP Testing helper class.
HTTP constants
Http URI.
The match details when using 
getMatched(String), used to minimize return to the PathSpec or PathMappings for subsequent details
 that are now provided by the MatchedPath instance.MIME Type enum and utilities
Enumeration of predefined MimeTypes.
Namespace class for interrelated classes that provide
 support for parsing and generating multipart bytes.
An asynchronous 
Content.Source where MultiPart.Parts can
 be added to it to form a multipart content.A 
MultiPart.Parser.Listener that emits MultiPart.Part objects.A 
MultiPart.Part that holds its content in memory,
 in one or more ByteBuffers.A 
MultiPart.Part that holds its content in one or more Content.Chunks.A 
MultiPart.Part whose content is a Content.Source.A 
multipart/form-data parser that follows
 RFC 7578.A listener for events emitted by a 
MultiPart.Parser.A single part of a multipart content.
A 
MultiPart.Part whose content is in a file.A 
CompletableFuture that is completed when a multipart/byteranges
 content has been parsed asynchronously from a Content.Source via
 MultiPartByteRanges.parse(Content.Source).The multipart/byteranges specific content source.
A 
MultiPart.Part whose content is a byte range of a file.An ordered list of 
MultiPart.Parts that can
 be accessed by index, or iterated over.A specialized 
PathContentSource
 whose content is sliced by a byte range.A 
CompletableFuture that is completed when a multipart/form-data content
 has been parsed asynchronously from a Content.Source via MultiPartFormData.parse(Content.Source)
 or from one or more Content.Chunks via MultiPartFormData.parse(Content.Chunk).The multipart/form-data specific content source.
An ordered list of 
MultiPart.Parts that can
 be accessed by index or by name, or iterated over.Path Mappings of PathSpec to Resource.
A path specification is a URI path template that can be matched against.
Types of path spec groups.
A Set of PathSpec strings.
This 
HttpContent.Factory populates the HttpContent.getPreCompressedContentFormats() field for any
 HttpContent fetched through this factory.Pre encoded HttpField.
Implements a quoted comma separated list of values
 in accordance with RFC7230.
Implements a quoted comma separated list parser
 in accordance with RFC7230.
Implements a quoted comma separated list of quality values
 in accordance with RFC7230 and RFC7231.
 RegexPathSpec is a PathSpec implementation for a 
PathMappings instance.HttpContent created from a 
Resource.An HttpContent.Factory for transient content (not cached).
Collection of Syntax validation methods.
URI compliance modes for Jetty request handling.
These are URI compliance "violations", which may be allowed by the compliance mode.
PathSpec for URI Template based declarations
HttpContent.Factory implementation of CachingHttpContentFactory which evicts invalid entries from the cache.