Package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
-
Interface Summary Interface Description ComplianceViolation 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 aComplianceViolation.Mode
.ComplianceViolation.Listener A listener that can be notified of violations.ComplianceViolation.Mode A Mode is a set ofComplianceViolation
s that are allowed.HttpContent HttpContent interface.HttpContent.ContentFactory HttpFieldPreEncoder Interface to pre-encode HttpFields.HttpFields Interface that represents on ordered collection ofHttpField
s.HttpParser.HttpHandler HttpParser.RequestHandler HttpParser.ResponseHandler HttpURI Http URI. -
Class Summary Class Description CompressedContentFormat CookieCompliance The compliance mode for Cookie handling.CookieCutter Cookie parserDateGenerator ThreadLocal Date formatters for HTTP style dates.DateParser ThreadLocal data parsers for HTTP style datesGZIPContentDecoder Decoder for the "gzip" content encoding.HostPortHttpField An HttpField holding a preparsed Host and port numberHttp1FieldPreEncoder HttpCompliance HTTP compliance modes for Jetty HTTP parsing and handling.HttpCookie HttpCookie.SetCookieHttpField HttpField An HTTP FieldHttpField.IntValueHttpField HttpField.LongValueHttpField HttpFields.Immutable HTTP Fields.HttpFields.Mutable HTTP Fields.HttpGenerator HttpGenerator.HttpParser A Parser for 1.0 and 1.1 as defined by RFC7230HttpStatus Http Status CodesHttpTester A HTTP Testing helper class.HttpTester.Input HttpTester.Message HttpTester.Request HttpTester.Response HttpTokens HTTP constantsHttpTokens.Token HttpURI.Immutable HttpURI.Mutable MetaData MetaData.ConnectRequest MetaData.Request MetaData.Response MimeTypes MIME Type enum and utilitiesPrecompressedHttpContent PreEncodedHttpField Pre encoded HttpField.QuotedCSV Implements a quoted comma separated list of values in accordance with RFC7230.QuotedCSVParser Implements a quoted comma separated list parser in accordance with RFC7230.QuotedQualityCSV Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.ResourceHttpContent HttpContent created from aResource
.Syntax Collection of Syntax validation methods.UriCompliance URI compliance modes for Jetty request handling. -
Enum Summary Enum Description CookieCompliance.Violation HttpCompliance.Violation HttpCookie.SameSite HttpGenerator.Result HttpGenerator.State HttpHeader HttpHeaderValue HttpMethod Known HTTP MethodsHttpParser.FieldState HttpParser.State HttpScheme HTTP and WebSocket SchemesHttpStatus.Code HttpTokens.EndOfContent HttpTokens.Type HttpVersion MimeTypes.Type UriCompliance.Violation These are URI compliance "violations", which may be allowed by the compliance mode. -
Exception Summary Exception Description BadMessageException Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.