A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

A

ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.http.QuotedCSV
ABNF from RFC 2616, RFC 822, and RFC 6455 specified characters requiring quoting.
abort() - Method in class org.eclipse.jetty.http.HttpGenerator
 
AbstractPathSpec - Class in org.eclipse.jetty.http.pathmap
 
AbstractPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
ACCEPT - org.eclipse.jetty.http.HttpHeader
Request Fields.
ACCEPT_CHARSET - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_ENCODING - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_LANGUAGE - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_RANGES - org.eclipse.jetty.http.HttpHeader
Response Fields.
ACCEPTED - org.eclipse.jetty.http.HttpStatus.Code
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ACL - org.eclipse.jetty.http.HttpMethod
 
ACL_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
acquire(int) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
add(String, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
add(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
addCookie(String, String, String, String, int, String) - Method in class org.eclipse.jetty.http.CookieCutter
 
addCSV(String, String...) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Add comma separated values, but only if not already present.
addCSV(HttpHeader, String...) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Add comma separated values, but only if not already present.
addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
Set a mime mapping
addValue(String) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Add and parse a value string(s)
AGE - org.eclipse.jetty.http.HttpHeader
 
ALLOW - org.eclipse.jetty.http.HttpHeader
Entity Fields.
allows(ComplianceViolation) - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.CookieCompliance
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.HttpCompliance
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.UriCompliance
 
ALPHA - org.eclipse.jetty.http.HttpTokens.Type
 
AMBIGUOUS_PATH_PARAMETER - org.eclipse.jetty.http.UriCompliance.Violation
Ambiguous path parameters within a URI segment e.g.
AMBIGUOUS_PATH_SEGMENT - org.eclipse.jetty.http.UriCompliance.Violation
Ambiguous path segments e.g.
AMBIGUOUS_PATH_SEPARATOR - org.eclipse.jetty.http.UriCompliance.Violation
Ambiguous path separator within a URI segment e.g.
APPLICATION_JSON - org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
asBuffer() - Method in enum org.eclipse.jetty.http.HttpMethod
 
asBuffer() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
asByteBuffer() - Method in enum org.eclipse.jetty.http.HttpScheme
 
asImmutable() - Method in interface org.eclipse.jetty.http.HttpFields
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
asImmutable() - Method in interface org.eclipse.jetty.http.HttpURI
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
asPathSpec(String) - Static method in class org.eclipse.jetty.http.pathmap.PathMappings
 
asString() - Method in class org.eclipse.jetty.http.HttpCookie
 
asString() - Method in interface org.eclipse.jetty.http.HttpFields
 
asString() - Method in enum org.eclipse.jetty.http.HttpHeader
 
asString() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
asString() - Method in enum org.eclipse.jetty.http.HttpMethod
 
asString() - Method in enum org.eclipse.jetty.http.HttpScheme
 
asString() - Method in interface org.eclipse.jetty.http.HttpURI
 
asString() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
asString() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
asString() - Method in enum org.eclipse.jetty.http.HttpVersion
 
asString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
atEOF() - Method in class org.eclipse.jetty.http.HttpParser
Signal that the associated data source is at EOF
authority(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
authority(String, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
AUTHORIZATION - org.eclipse.jetty.http.HttpHeader
 

B

BAD_GATEWAY - org.eclipse.jetty.http.HttpStatus.Code
 
BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_REQUEST - org.eclipse.jetty.http.HttpStatus.Code
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
badMessage(BadMessageException) - Method in class org.eclipse.jetty.http.HttpParser
 
badMessage(BadMessageException) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
Called to signal that a bad HTTP message has been received.
badMessage(BadMessageException) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
BadMessageException - Exception in org.eclipse.jetty.http
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
BadMessageException() - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int) - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String) - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String) - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String, Throwable) - Constructor for exception org.eclipse.jetty.http.BadMessageException
 
BASELINE_CONTROL - org.eclipse.jetty.http.HttpMethod
 
BIND - org.eclipse.jetty.http.HttpMethod
 
BR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
build() - Static method in interface org.eclipse.jetty.http.HttpFields
 
build() - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(int) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpFields) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpFields, EnumSet<HttpHeader>) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpFields, HttpField) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpURI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpURI, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpURI, String, String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
BYTES - org.eclipse.jetty.http.HttpHeaderValue
 

C

C_AUTHORITY - org.eclipse.jetty.http.HttpHeader
 
C_METHOD - org.eclipse.jetty.http.HttpHeader
HTTP2 Fields.
C_PATH - org.eclipse.jetty.http.HttpHeader
 
C_PROTOCOL - org.eclipse.jetty.http.HttpHeader
 
C_SCHEME - org.eclipse.jetty.http.HttpHeader
 
C_STATUS - org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeaderValue
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
Cache of common HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached
CACHE - Static variable in enum org.eclipse.jetty.http.HttpScheme
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpVersion
 
CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
 
CACHE_CONTROL - org.eclipse.jetty.http.HttpHeader
 
CASE_INSENSITIVE_METHOD - org.eclipse.jetty.http.HttpCompliance.Violation
 
CASE_SENSITIVE_FIELD_NAME - org.eclipse.jetty.http.HttpCompliance.Violation
 
caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
CHECKIN - org.eclipse.jetty.http.HttpMethod
 
CHECKOUT - org.eclipse.jetty.http.HttpMethod
 
checkViolation(HttpCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpParser
 
CHUNK - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_PARAMS - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CHUNKED - org.eclipse.jetty.http.HttpHeaderValue
 
CHUNKED_CONTENT - org.eclipse.jetty.http.HttpParser.State
 
CHUNKED_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
clear() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
clear() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
clear() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
close() - Method in class org.eclipse.jetty.http.HttpParser
Request that the associated data source be closed
CLOSE - org.eclipse.jetty.http.HttpHeaderValue
 
CLOSE - org.eclipse.jetty.http.HttpParser.State
 
CLOSED - org.eclipse.jetty.http.HttpParser.State
 
CNTL - org.eclipse.jetty.http.HttpTokens.Type
 
COLON - org.eclipse.jetty.http.HttpTokens.Type
 
COMMA_NOT_VALID_OCTET - org.eclipse.jetty.http.CookieCompliance.Violation
 
COMMITTED - org.eclipse.jetty.http.HttpGenerator.State
 
compareTo(MappedResource<E>) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
Comparison is based solely on the pathSpec
compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
COMPLETING - org.eclipse.jetty.http.HttpGenerator.State
 
COMPLETING_1XX - org.eclipse.jetty.http.HttpGenerator.State
 
ComplianceViolation - Interface in org.eclipse.jetty.http
 
ComplianceViolation.Listener - Interface in org.eclipse.jetty.http
 
ComplianceViolation.Mode - Interface in org.eclipse.jetty.http
 
CompressedContentFormat - Class in org.eclipse.jetty.http
 
CompressedContentFormat(String, String) - Constructor for class org.eclipse.jetty.http.CompressedContentFormat
 
computeField(String, BiFunction<String, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Computes a single field for the given HTTP header name and for existing fields with the same name.
computeField(HttpHeader, BiFunction<HttpHeader, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Computes a single field for the given HttpHeader and for existing fields with the same header.
CONFLICT - org.eclipse.jetty.http.HttpStatus.Code
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONNECT - org.eclipse.jetty.http.HttpMethod
 
CONNECTION - org.eclipse.jetty.http.HttpHeader
General Fields.
ConnectRequest(String, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
ConnectRequest(HttpScheme, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
contains(String) - Method in class org.eclipse.jetty.http.HttpField
Look for a value in a possible multi valued field
contains(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(String, String) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(EnumSet<HttpHeader>) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields
 
content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
CONTENT - org.eclipse.jetty.http.HttpParser.State
 
CONTENT_ENCODING - org.eclipse.jetty.http.HttpHeader
 
CONTENT_END - org.eclipse.jetty.http.HttpParser.State
 
CONTENT_LANGUAGE - org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
CONTENT_LOCATION - org.eclipse.jetty.http.HttpHeader
 
CONTENT_MD5 - org.eclipse.jetty.http.HttpHeader
 
CONTENT_RANGE - org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - org.eclipse.jetty.http.HttpHeader
 
contentComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
contentComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
CONTINUE - org.eclipse.jetty.http.HttpGenerator.Result
 
CONTINUE - org.eclipse.jetty.http.HttpHeaderValue
 
CONTINUE - org.eclipse.jetty.http.HttpStatus.Code
 
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
COOKIE - org.eclipse.jetty.http.HttpHeader
Other Fields.
CookieCompliance - Class in org.eclipse.jetty.http
The compliance for Cookie handling.
CookieCompliance.Violation - Enum in org.eclipse.jetty.http
 
CookieCutter - Class in org.eclipse.jetty.http
Cookie parser
CookieCutter(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.CookieCutter
 
COPY - org.eclipse.jetty.http.HttpMethod
 
CR - org.eclipse.jetty.http.HttpTokens.Type
 
CREATED - org.eclipse.jetty.http.HttpStatus.Code
 
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

D

DATE - org.eclipse.jetty.http.HttpHeader
 
DateGenerator - Class in org.eclipse.jetty.http
ThreadLocal Date formatters for HTTP style dates.
DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
 
DateParser - Class in org.eclipse.jetty.http
ThreadLocal data parsers for HTTP style dates
DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
 
decode(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Inflates compressed data from a buffer.
decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Inflates compressed data.
decodedChunk(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Called when a chunk of data is inflated.
decodedPath(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
DEFAULT - org.eclipse.jetty.http.pathmap.PathSpecGroup
The default spec for accessing the Default path behavior.
DEFAULT - Static variable in class org.eclipse.jetty.http.UriCompliance
The default compliance mode that extends RFC3986 compliance with additional violations to avoid ambiguous URIs
DELETE - org.eclipse.jetty.http.HttpMethod
 
destroy() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
DIGIT - org.eclipse.jetty.http.HttpTokens.Type
 
doFormatCookieDate(StringBuilder, long) - Method in class org.eclipse.jetty.http.DateGenerator
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
doFormatDate(long) - Method in class org.eclipse.jetty.http.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
DONE - org.eclipse.jetty.http.HttpGenerator.Result
 
dump() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 

E

earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
Called to signal that an EOF was received unexpectedly during the parsing of an HTTP message
earlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
EMPTY - Static variable in interface org.eclipse.jetty.http.HttpFields
 
END - org.eclipse.jetty.http.HttpGenerator.State
 
END - org.eclipse.jetty.http.HttpParser.State
 
ENHANCE_YOUR_CALM - org.eclipse.jetty.http.HttpStatus.Code
 
ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ensureField(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Ensure that specific HttpField exists when the field may not exist or may exist and be multi valued.
EOF_CONTENT - org.eclipse.jetty.http.HttpParser.State
 
EOF_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpField
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
equals(Object) - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
etag(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
Get an etag with suffix that represents this compressed type.
ETAG - org.eclipse.jetty.http.HttpHeader
 
ETAG_SEPARATOR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
The separator within an etag used to indicate a compressed variant.
EXACT - org.eclipse.jetty.http.pathmap.PathSpecGroup
For exactly defined path specs, no glob.
EXPECT - org.eclipse.jetty.http.HttpHeader
 
EXPECTATION_FAILED - org.eclipse.jetty.http.HttpStatus.Code
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
EXPIRES - org.eclipse.jetty.http.HttpHeader
 

F

FAILED_DEPENDENCY - org.eclipse.jetty.http.HttpStatus.Code
 
FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FIELD - org.eclipse.jetty.http.HttpParser.FieldState
 
fillBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
FLUSH - org.eclipse.jetty.http.HttpGenerator.Result
 
FORBIDDEN - org.eclipse.jetty.http.HttpStatus.Code
 
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FORM_ENCODED - org.eclipse.jetty.http.MimeTypes.Type
 
formatCookieDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(StringBuilder, long) - Static method in class org.eclipse.jetty.http.DateGenerator
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
FORWARDED - org.eclipse.jetty.http.HttpHeader
 
FOUND - org.eclipse.jetty.http.HttpStatus.Code
 
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
fragment(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
from(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(String) - Static method in class org.eclipse.jetty.http.HttpCompliance
Create compliance set from string.
from(String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(String) - Static method in class org.eclipse.jetty.http.UriCompliance
Create compliance set from string.
from(String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(String, String, int, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(ReadableByteChannel) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(HttpField...) - Static method in interface org.eclipse.jetty.http.HttpFields
 
FROM - org.eclipse.jetty.http.HttpHeader
 
fromString(String) - Static method in enum org.eclipse.jetty.http.HttpMethod
Converts the given String parameter to an HttpMethod.
fromString(String) - Static method in enum org.eclipse.jetty.http.HttpVersion
Case insensitive fromString() conversion
fromVersion(int) - Static method in enum org.eclipse.jetty.http.HttpVersion
 

G

GATEWAY_TIMEOUT - org.eclipse.jetty.http.HttpStatus.Code
 
GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
generate() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
get(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
get(String) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
get(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
get(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
GET - org.eclipse.jetty.http.HttpMethod
 
GET_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
getAllowed() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getAllowed() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getAllowed() - Method in class org.eclipse.jetty.http.HttpCompliance
Get the set of HttpCompliance.Violations allowed by this compliance mode.
getAllowed() - Method in class org.eclipse.jetty.http.UriCompliance
Get the set of UriCompliance.Violations allowed by this compliance mode.
getAssumedEncodings() - Static method in class org.eclipse.jetty.http.MimeTypes
Access a mutable map of mime type to the charset assumed for that content type.
getAttributeValue() - Method in enum org.eclipse.jetty.http.HttpCookie.SameSite
 
getAuthority() - Method in interface org.eclipse.jetty.http.HttpURI
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getBaseType() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
getByte() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpMethod
 
getBytesColonSpace() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getChar() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getCharacterEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getCharset() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getCharsetAssumedFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetInferredFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getCode() - Method in exception org.eclipse.jetty.http.BadMessageException
 
getCode() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the HttpStatusCode for a specific code
getComment() - Method in class org.eclipse.jetty.http.HttpCookie
 
getCommentWithAttributes(String, boolean, HttpCookie.SameSite) - Static method in class org.eclipse.jetty.http.HttpCookie
 
getCommentWithoutAttributes(String) - Static method in class org.eclipse.jetty.http.HttpCookie
 
getContent() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getContent(String, int) - Method in interface org.eclipse.jetty.http.HttpContent.ContentFactory
 
getContentBytes() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getContentEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getContentEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentEncoding() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentEncodingValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentLength() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentLength() - Method in class org.eclipse.jetty.http.MetaData
 
getContentLength() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentLengthValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentPrepared() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentType() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentTypeField() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getContentTypeValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCSV(String, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name as a QuotedCSV
getCSV(HttpHeader, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split as a QuotedCSV
getDateField(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDeclaration() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The as-provided path spec.
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getDecodedPath() - Method in interface org.eclipse.jetty.http.HttpURI
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getDefaultMimeByExtension(String) - Static method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getDefaultPort() - Method in enum org.eclipse.jetty.http.HttpScheme
 
getDefaultPort(String) - Static method in enum org.eclipse.jetty.http.HttpScheme
 
getDescription() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getDescription() - Method in enum org.eclipse.jetty.http.CookieCompliance.Violation
 
getDescription() - Method in enum org.eclipse.jetty.http.HttpCompliance.Violation
 
getDescription() - Method in enum org.eclipse.jetty.http.UriCompliance.Violation
 
getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
 
getEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getETag() - Method in interface org.eclipse.jetty.http.HttpContent
 
getETag() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getETag() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getEtagSuffix() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getETagValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getExtension() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getField(int) - Method in interface org.eclipse.jetty.http.HttpFields
Get a Field by index.
getField(int) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
getField(int) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Get a Field by index.
getField(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
getField(String) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
getField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
getFieldCache() - Method in class org.eclipse.jetty.http.HttpParser
 
getFieldNames() - Method in interface org.eclipse.jetty.http.HttpFields
Get enumeration of header _names.
getFieldNamesCollection() - Method in interface org.eclipse.jetty.http.HttpFields
Get Set of header names.
getFields() - Method in class org.eclipse.jetty.http.MetaData
 
getFields(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
getFields(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple fields of the same header
getFragment() - Method in interface org.eclipse.jetty.http.HttpURI
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getGroup() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The spec group.
getGroup() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getGroup() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getGroup() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getHandler() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeader() - Method in class org.eclipse.jetty.http.HttpField
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getHost() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the host.
getHost() - Method in interface org.eclipse.jetty.http.HttpURI
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getHostPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
 
getHttpCookie() - Method in class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
getHttpParser() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
getHttpVersion() - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
 
getHttpVersion() - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
The major version this encoder is for.
getHttpVersion() - Method in class org.eclipse.jetty.http.MetaData
 
getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getInferredEncodings() - Static method in class org.eclipse.jetty.http.MimeTypes
Access a mutable map of mime type to the charset inferred from that content type.
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpField
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
getKnown() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getKnown() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getKnown() - Method in class org.eclipse.jetty.http.HttpCompliance
 
getKnown() - Method in class org.eclipse.jetty.http.UriCompliance
 
getKnownMimeTypes() - Static method in class org.eclipse.jetty.http.MimeTypes
 
getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getLastModifiedValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getLongField(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongValue() - Method in class org.eclipse.jetty.http.HttpField
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
getLowerCaseName() - Method in class org.eclipse.jetty.http.HttpField
 
getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMatch(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getMatches(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Return a list of MappedResource matches for the specified path.
getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie
 
getMessage() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the status message for a specific code.
getMethod() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getMethod() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getMimeType() - Method in interface org.eclipse.jetty.http.HttpContent
 
getMimeType() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getMimeType() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getName() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getName() - Method in enum org.eclipse.jetty.http.CookieCompliance.Violation
 
getName() - Method in class org.eclipse.jetty.http.HttpCompliance
 
getName() - Method in enum org.eclipse.jetty.http.HttpCompliance.Violation
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpField
 
getName() - Method in class org.eclipse.jetty.http.UriCompliance
 
getName() - Method in enum org.eclipse.jetty.http.UriCompliance.Violation
 
getParam() - Method in interface org.eclipse.jetty.http.HttpURI
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPath() - Method in class org.eclipse.jetty.http.HttpCookie
 
getPath() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPathDepth() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Get the number of path elements that this path spec declares.
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathInfo(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that is after the path spec.
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathMatch(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that matches a path spec.
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathParams(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathQuery() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getPattern() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPattern() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the port.
getPort() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPort(int) - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the port.
getPrecompressedContents() - Method in interface org.eclipse.jetty.http.HttpContent
 
getPrecompressedContents() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getPrecompressedContents() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getPrefix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
A simple prefix match for the pathspec or null
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getProtocol() - Method in class org.eclipse.jetty.http.MetaData.ConnectRequest
 
getProtocol() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getQualityCSV(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(HttpHeader, ToIntFunction<String>) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQuery() - Method in interface org.eclipse.jetty.http.HttpURI
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getReadableByteChannel() - Method in interface org.eclipse.jetty.http.HttpContent
 
getReadableByteChannel() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getReadableByteChannel() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getReason() - Method in exception org.eclipse.jetty.http.BadMessageException
 
getReason() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getReason() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
getResource() - Method in interface org.eclipse.jetty.http.HttpContent
 
getResource() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getResource() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
getResource() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getRFC2965SetCookie() - Method in class org.eclipse.jetty.http.HttpCookie
 
getRFC6265SetCookie() - Method in class org.eclipse.jetty.http.HttpCookie
 
getSameSite() - Method in class org.eclipse.jetty.http.HttpCookie
 
getSameSiteDefault(Attributes) - Static method in class org.eclipse.jetty.http.HttpCookie
Get the default value for SameSite cookie attribute, if one has been set for the given context.
getSameSiteFromComment(String) - Static method in class org.eclipse.jetty.http.HttpCookie
 
getScheme() - Method in interface org.eclipse.jetty.http.HttpURI
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getSetCookie(CookieCompliance) - Method in class org.eclipse.jetty.http.HttpCookie
 
getSpecLength() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The length of the spec.
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getState() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getState() - Method in class org.eclipse.jetty.http.HttpParser
 
getStatus() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getStatus() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getSuffix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
A simple suffix match for the pathspec or null
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getTrailerSupplier() - Method in class org.eclipse.jetty.http.MetaData
 
getType() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getUri() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getURI() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getURIString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getURL() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getURL() - Method in enum org.eclipse.jetty.http.CookieCompliance.Violation
 
getURL() - Method in enum org.eclipse.jetty.http.HttpCompliance.Violation
 
getURL() - Method in enum org.eclipse.jetty.http.UriCompliance.Violation
 
getUser() - Method in interface org.eclipse.jetty.http.HttpURI
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpField
 
getValueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpField
Get field value parameters.
getValues() - Method in class org.eclipse.jetty.http.HttpField
 
getValues() - Method in class org.eclipse.jetty.http.QuotedCSV
 
getValues() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
getValues(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multi headers
getValuesList(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple header of the same name
getValuesList(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name
getVariableCount() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getVariables() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie
 
getVersion() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getVersion() - Method in enum org.eclipse.jetty.http.HttpVersion
 
GONE - org.eclipse.jetty.http.HttpStatus.Code
 
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
GZIP - org.eclipse.jetty.http.HttpHeaderValue
 
GZIP - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
GZIPContentDecoder - Class in org.eclipse.jetty.http
Decoder for the "gzip" content encoding.
GZIPContentDecoder() - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(InflaterPool, ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 

H

hasAmbiguousParameter() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousParameter() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasAmbiguousParameter() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hasAmbiguousSegment() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSegment() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasAmbiguousSegment() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hasAmbiguousSeparator() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSeparator() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasAmbiguousSeparator() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hasAuthority() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hashCode() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
hashCode() - Method in class org.eclipse.jetty.http.HttpField
 
hashCode() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
hashCode() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
hashCode() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hashCode() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hashCode() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
hashCode() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
hashCode() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
hasKnownValues(HttpHeader) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
 
hasNoBody(int) - Static method in class org.eclipse.jetty.http.HttpStatus
 
HEAD - org.eclipse.jetty.http.HttpMethod
 
HEAD_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
HEADER - org.eclipse.jetty.http.HttpParser.State
 
HEADER_OVERFLOW - org.eclipse.jetty.http.HttpGenerator.Result
 
headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
headerComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
host(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
HOST - org.eclipse.jetty.http.HttpHeader
 
HostPortHttpField - Class in org.eclipse.jetty.http
An HttpField holding a preparsed Host and port number
HostPortHttpField(String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(String, int) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, HostPort) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HostPort) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HTAB - org.eclipse.jetty.http.HttpTokens.Type
 
HTTP - org.eclipse.jetty.http.HttpScheme
 
HTTP_0_9 - org.eclipse.jetty.http.HttpCompliance.Violation
 
HTTP_0_9 - org.eclipse.jetty.http.HttpVersion
 
HTTP_1_0 - org.eclipse.jetty.http.HttpVersion
 
HTTP_1_1 - org.eclipse.jetty.http.HttpVersion
 
HTTP_2 - org.eclipse.jetty.http.HttpVersion
 
HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
If this string is found within the comment parsed with HttpCookie.isHttpOnlyInComment(String) the check will return true
HTTP_VERSION_NOT_SUPPORTED - org.eclipse.jetty.http.HttpStatus.Code
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Http1FieldPreEncoder - Class in org.eclipse.jetty.http
 
Http1FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http1FieldPreEncoder
 
HTTP2_SETTINGS - org.eclipse.jetty.http.HttpHeader
 
HttpCompliance - Class in org.eclipse.jetty.http
HTTP compliance modes for Jetty HTTP parsing and handling.
HttpCompliance.Violation - Enum in org.eclipse.jetty.http
 
HttpContent - Interface in org.eclipse.jetty.http
HttpContent interface.
HttpContent.ContentFactory - Interface in org.eclipse.jetty.http
 
HttpCookie - Class in org.eclipse.jetty.http
 
HttpCookie(String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, long) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, long, boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, long, boolean, boolean, String, int) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, long, boolean, boolean, String, int, HttpCookie.SameSite) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie.SameSite - Enum in org.eclipse.jetty.http
 
HttpCookie.SetCookieHttpField - Class in org.eclipse.jetty.http
 
HttpField - Class in org.eclipse.jetty.http
An HTTP Field
HttpField(String, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, HttpHeaderValue) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField.IntValueHttpField - Class in org.eclipse.jetty.http
 
HttpField.LongValueHttpField - Class in org.eclipse.jetty.http
 
HttpFieldPreEncoder - Interface in org.eclipse.jetty.http
Interface to pre-encode HttpFields.
HttpFields - Interface in org.eclipse.jetty.http
Interface that represents on ordered collection of HttpFields.
HttpFields.Immutable - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields.Mutable - Class in org.eclipse.jetty.http
HTTP Fields.
HttpGenerator - Class in org.eclipse.jetty.http
HttpGenerator.
HttpGenerator() - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator(boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator.Result - Enum in org.eclipse.jetty.http
 
HttpGenerator.State - Enum in org.eclipse.jetty.http
 
HttpHeader - Enum in org.eclipse.jetty.http
 
HttpHeaderValue - Enum in org.eclipse.jetty.http
 
HttpMethod - Enum in org.eclipse.jetty.http
Known HTTP Methods
HttpParser - Class in org.eclipse.jetty.http
A Parser for 1.0 and 1.1 as defined by RFC7230
HttpParser(HttpParser.RequestHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.FieldState - Enum in org.eclipse.jetty.http
 
HttpParser.HttpHandler - Interface in org.eclipse.jetty.http
 
HttpParser.RequestHandler - Interface in org.eclipse.jetty.http
 
HttpParser.ResponseHandler - Interface in org.eclipse.jetty.http
 
HttpParser.State - Enum in org.eclipse.jetty.http
 
HTTPS - org.eclipse.jetty.http.HttpScheme
 
HttpScheme - Enum in org.eclipse.jetty.http
HTTP and WebSocket Schemes
HttpStatus - Class in org.eclipse.jetty.http
Http Status Codes
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum in org.eclipse.jetty.http
 
HttpTester - Class in org.eclipse.jetty.http
A HTTP Testing helper class.
HttpTester.Input - Class in org.eclipse.jetty.http
 
HttpTester.Message - Class in org.eclipse.jetty.http
 
HttpTester.Request - Class in org.eclipse.jetty.http
 
HttpTester.Response - Class in org.eclipse.jetty.http
 
HttpTokens - Class in org.eclipse.jetty.http
HTTP constants
HttpTokens() - Constructor for class org.eclipse.jetty.http.HttpTokens
 
HttpTokens.EndOfContent - Enum in org.eclipse.jetty.http
 
HttpTokens.Token - Class in org.eclipse.jetty.http
 
HttpTokens.Type - Enum in org.eclipse.jetty.http
 
HttpURI - Interface in org.eclipse.jetty.http
Http URI.
HttpURI.Ambiguous - Enum in org.eclipse.jetty.http
 
HttpURI.Immutable - Class in org.eclipse.jetty.http
 
HttpURI.Mutable - Class in org.eclipse.jetty.http
 
HttpVersion - Enum in org.eclipse.jetty.http
 

I

IDENTITY - org.eclipse.jetty.http.HttpHeader
 
IDENTITY - org.eclipse.jetty.http.HttpHeaderValue
 
IF_MATCH - org.eclipse.jetty.http.HttpHeader
 
IF_MODIFIED_SINCE - org.eclipse.jetty.http.HttpHeader
 
IF_NONE_MATCH - org.eclipse.jetty.http.HttpHeader
 
IF_RANGE - org.eclipse.jetty.http.HttpHeader
 
IF_UNMODIFIED_SINCE - org.eclipse.jetty.http.HttpHeader
 
IM_A_TEAPOT - org.eclipse.jetty.http.HttpStatus.Code
 
IM_A_TEAPOT_418 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
IN_NAME - org.eclipse.jetty.http.HttpParser.FieldState
 
IN_VALUE - org.eclipse.jetty.http.HttpParser.FieldState
 
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
Input() - Constructor for class org.eclipse.jetty.http.HttpTester.Input
 
INSENSITIVE_CACHE - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
INSUFFICIENT_STORAGE - org.eclipse.jetty.http.HttpStatus.Code
 
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTERNAL_SERVER_ERROR - org.eclipse.jetty.http.HttpStatus.Code
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
IntValueHttpField(HttpHeader, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
is(String) - Method in class org.eclipse.jetty.http.HttpField
 
is(String) - Method in enum org.eclipse.jetty.http.HttpHeader
 
is(String) - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
is(String) - Method in enum org.eclipse.jetty.http.HttpMethod
 
is(String) - Method in enum org.eclipse.jetty.http.HttpScheme
 
is(String) - Method in enum org.eclipse.jetty.http.HttpVersion
 
is(String) - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
isAbsolute() - Method in interface org.eclipse.jetty.http.HttpURI
 
isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
isAllowedBy(ComplianceViolation.Mode) - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
isAmbiguous() - Method in interface org.eclipse.jetty.http.HttpURI
 
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
isAtEOF() - Method in class org.eclipse.jetty.http.HttpParser
 
isCharsetAssumed() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
isChunking() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isChunking() - Method in class org.eclipse.jetty.http.HttpParser
 
isClientError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClientError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClose() - Method in class org.eclipse.jetty.http.HttpParser
 
isClosed() - Method in class org.eclipse.jetty.http.HttpParser
 
isCommitted() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isComplete() - Method in class org.eclipse.jetty.http.HttpParser
 
isComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
isEarlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
isEmpty() - Method in class org.eclipse.jetty.http.QuotedCSV
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isEOF() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
isEqualTo(HttpFields) - Method in interface org.eclipse.jetty.http.HttpFields
 
isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
 
isFinished() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
isHeaderCacheCaseSensitive() - Method in class org.eclipse.jetty.http.HttpParser
 
isHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie
 
isHttpOnlyInComment(String) - Static method in class org.eclipse.jetty.http.HttpCookie
 
isIdempotent() - Method in enum org.eclipse.jetty.http.HttpMethod
An idempotent HTTP method is an HTTP method that can be called many times without different outcomes.
isIdle() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isIdle() - Method in class org.eclipse.jetty.http.HttpParser
 
isInformational() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isNoContent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPersistent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPseudo() - Method in enum org.eclipse.jetty.http.HttpHeader
 
isRedirection() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRedirection(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRequest() - Method in class org.eclipse.jetty.http.MetaData
 
isRequest() - Method in class org.eclipse.jetty.http.MetaData.Request
 
isResponse() - Method in class org.eclipse.jetty.http.MetaData
 
isResponse() - Method in class org.eclipse.jetty.http.MetaData.Response
 
isRFC6265RejectedCharacter(boolean, char) - Method in class org.eclipse.jetty.http.CookieCutter
 
isSafe() - Method in enum org.eclipse.jetty.http.HttpMethod
An HTTP method is safe if it doesn't alter the state of the server.
isSameName(HttpField) - Method in class org.eclipse.jetty.http.HttpField
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie
 
isServerError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isStart() - Method in class org.eclipse.jetty.http.HttpParser
 
isState(HttpGenerator.State) - Method in class org.eclipse.jetty.http.HttpGenerator
 
isState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
isSuccess() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
iterator() - Method in class org.eclipse.jetty.http.MetaData
 
iterator() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
iterator() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
iterator() - Method in class org.eclipse.jetty.http.QuotedCSV
 
iterator() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 

J

join(String...) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV string
join(StringBuilder, List<String>) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV StringBuilder
join(List<String>) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV string

K

KEEP_ALIVE - org.eclipse.jetty.http.HttpHeader
 
KEEP_ALIVE - org.eclipse.jetty.http.HttpHeaderValue
 

L

LABEL - org.eclipse.jetty.http.HttpMethod
 
LAST_MODIFIED - org.eclipse.jetty.http.HttpHeader
 
LAX - org.eclipse.jetty.http.HttpCookie.SameSite
 
LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
LEGACY - Static variable in class org.eclipse.jetty.http.UriCompliance
LEGACY compliance mode that disallows only ambiguous path parameters as per Jetty-9.4
LENGTH_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LF - org.eclipse.jetty.http.HttpTokens.Type
 
LINK - org.eclipse.jetty.http.HttpMethod
 
listIterator() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
LOCATION - org.eclipse.jetty.http.HttpHeader
 
LOCK - org.eclipse.jetty.http.HttpMethod
 
LOCKED - org.eclipse.jetty.http.HttpStatus.Code
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LOG - Static variable in class org.eclipse.jetty.http.CookieCutter
 
LOG - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
LOG - Static variable in class org.eclipse.jetty.http.HttpParser
 
LOG - Static variable in class org.eclipse.jetty.http.UriCompliance
 
LongValueHttpField(HttpHeader, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LOOK_AHEAD - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpMethod
Deprecated.
Not used
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find an Http Version and whitespace in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpMethod
Optimized lookup to find a method name and trailing space in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find an HTTP Version and trailing white space in a byte array.
LOOP_DETECTED - org.eclipse.jetty.http.HttpStatus.Code
 
LOOP_DETECTED_508 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
lowerCaseName() - Method in enum org.eclipse.jetty.http.HttpHeader
 

M

MappedResource<E> - Class in org.eclipse.jetty.http.pathmap
 
MappedResource(PathSpec, E) - Constructor for class org.eclipse.jetty.http.pathmap.MappedResource
 
match(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
matches(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Test to see if the provided path matches this path spec
matches(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MAX_FORWARDS - org.eclipse.jetty.http.HttpHeader
 
MERGE - org.eclipse.jetty.http.HttpMethod
 
Message() - Constructor for class org.eclipse.jetty.http.HttpTester.Message
 
MESSAGE_HTTP - org.eclipse.jetty.http.MimeTypes.Type
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
MetaData - Class in org.eclipse.jetty.http
 
MetaData(HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData(HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData(HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData.ConnectRequest - Class in org.eclipse.jetty.http
 
MetaData.Request - Class in org.eclipse.jetty.http
 
MetaData.Response - Class in org.eclipse.jetty.http
 
METHOD - org.eclipse.jetty.http.HttpParser.State
 
METHOD_NOT_ALLOWED - org.eclipse.jetty.http.HttpStatus.Code
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MIDDLE_GLOB - org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and suffix with wildcard glob in the middle.
MIME_VERSION - org.eclipse.jetty.http.HttpHeader
 
MimeTypes - Class in org.eclipse.jetty.http
MIME Type enum and utilities
MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
Constructor.
MimeTypes.Type - Enum in org.eclipse.jetty.http
 
MISDIRECTED_REQUEST - org.eclipse.jetty.http.HttpStatus.Code
 
MISDIRECTED_REQUEST_421 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MKACTIVITY - org.eclipse.jetty.http.HttpMethod
 
MKCALENDAR - org.eclipse.jetty.http.HttpMethod
 
MKCOL - org.eclipse.jetty.http.HttpMethod
 
MKREDIRECTREF - org.eclipse.jetty.http.HttpMethod
 
MKWORKSPACE - org.eclipse.jetty.http.HttpMethod
 
MOST_SPECIFIC_MIME_ORDERING - Static variable in class org.eclipse.jetty.http.QuotedQualityCSV
Lambda to apply a most specific MIME encoding secondary ordering.
MOVE - org.eclipse.jetty.http.HttpMethod
 
MOVED_PERMANENTLY - org.eclipse.jetty.http.HttpStatus.Code
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY - org.eclipse.jetty.http.HttpStatus.Code
 
MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTI_STATUS - org.eclipse.jetty.http.HttpStatus.Code
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTILINE_FIELD_VALUE - org.eclipse.jetty.http.HttpCompliance.Violation
 
MULTIPART_BYTERANGES - org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPART_FORM_DATA - org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPLE_CHOICES - org.eclipse.jetty.http.HttpStatus.Code
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTIPLE_CONTENT_LENGTHS - org.eclipse.jetty.http.HttpCompliance.Violation
 
Mutable() - Constructor for class org.eclipse.jetty.http.HttpFields.Mutable
Initialize an empty HttpFields.

N

NEED_CHUNK - org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_CHUNK_TRAILER - org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_HEADER - org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_INFO - org.eclipse.jetty.http.HttpGenerator.Result
 
NEGOTIATE - org.eclipse.jetty.http.HttpHeader
 
NETWORK_AUTHENTICATION_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
newRequest() - Static method in class org.eclipse.jetty.http.HttpTester
 
NO_CACHE - org.eclipse.jetty.http.HttpHeaderValue
 
NO_COLON_AFTER_FIELD_NAME - org.eclipse.jetty.http.HttpCompliance.Violation
 
NO_CONTENT - org.eclipse.jetty.http.HttpStatus.Code
 
NO_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION - org.eclipse.jetty.http.HttpStatus.Code
 
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NONE - org.eclipse.jetty.http.HttpCookie.SameSite
 
NONE - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
normalize() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
normalize(String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
If a servlet or filter path mapping isn't a suffix mapping, ensure it starts with '/'
normalizePort(int) - Method in enum org.eclipse.jetty.http.HttpScheme
 
normalizePort(String, int) - Static method in enum org.eclipse.jetty.http.HttpScheme
 
NOT_ACCEPTABLE - org.eclipse.jetty.http.HttpStatus.Code
 
NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_EXTENDED - org.eclipse.jetty.http.HttpStatus.Code
 
NOT_EXTENDED_510 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_FOUND - org.eclipse.jetty.http.HttpStatus.Code
 
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED - org.eclipse.jetty.http.HttpStatus.Code
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED - org.eclipse.jetty.http.HttpStatus.Code
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

O

OK - org.eclipse.jetty.http.HttpStatus.Code
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
onComplianceViolation(ComplianceViolation.Mode, ComplianceViolation, String) - Method in interface org.eclipse.jetty.http.ComplianceViolation.Listener
 
OPTIONS - org.eclipse.jetty.http.HttpMethod
 
ORDERPATCH - org.eclipse.jetty.http.HttpMethod
 
org.eclipse.jetty.http - module org.eclipse.jetty.http
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
org.eclipse.jetty.http.pathmap - package org.eclipse.jetty.http.pathmap
 
ORIGIN - org.eclipse.jetty.http.HttpHeader
WebSocket Fields.
OTEXT - org.eclipse.jetty.http.HttpTokens.Type
 

P

param(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
PARAM - org.eclipse.jetty.http.HttpURI.Ambiguous
 
parseContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseCsvIndex(String, Function<HttpHeaderValue, Boolean>) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Parse an unquoted comma separated list of index keys.
parseCsvIndex(String, Function<HttpHeaderValue, Boolean>, Function<String, Boolean>) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Parse an unquoted comma separated list of index keys.
parseDate(String) - Static method in class org.eclipse.jetty.http.DateParser
 
parsedHeader(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when an HTTP Header name and value is found
parsedHeader(HttpField) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a parameter has been parsed
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parsedTrailer(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when an HTTP Trailer name and value is found
parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a value has been parsed (prior to any parameters)
parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSV
 
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a value and it's parameters has been parsed
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parseFields(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseFields(List<String>) - Method in class org.eclipse.jetty.http.CookieCutter
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseRequest(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(HttpTester.Input) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(HttpTester.Input, HttpTester.Response) - Static method in class org.eclipse.jetty.http.HttpTester
 
PARTIAL_CONTENT - org.eclipse.jetty.http.HttpStatus.Code
 
PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PATCH - org.eclipse.jetty.http.HttpMethod
 
path(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Return the portion of a path that is after a path spec.
PathMappings<E> - Class in org.eclipse.jetty.http.pathmap
Path Mappings of PathSpec to Resource.
PathMappings() - Constructor for class org.eclipse.jetty.http.pathmap.PathMappings
 
pathMatch(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Return the portion of a path that matches a path spec.
pathQuery(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
PathSpec - Interface in org.eclipse.jetty.http.pathmap
A path specification is a URI path template that can be matched against.
PathSpecGroup - Enum in org.eclipse.jetty.http.pathmap
Types of path spec groups.
PathSpecSet - Class in org.eclipse.jetty.http.pathmap
A Set of PathSpec strings.
PathSpecSet() - Constructor for class org.eclipse.jetty.http.pathmap.PathSpecSet
 
PAYLOAD_TOO_LARGE - org.eclipse.jetty.http.HttpStatus.Code
 
PAYLOAD_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PAYMENT_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PERMANENT_REDIRECT - org.eclipse.jetty.http.HttpStatus.Code
 
PERMANENT_REDIRECT_308 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PERMANET_REDIRECT - org.eclipse.jetty.http.HttpStatus.Code
 
port(int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
POST - org.eclipse.jetty.http.HttpMethod
 
POST_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
PRAGMA - org.eclipse.jetty.http.HttpHeader
 
PrecompressedHttpContent - Class in org.eclipse.jetty.http
 
PrecompressedHttpContent(HttpContent, HttpContent, CompressedContentFormat) - Constructor for class org.eclipse.jetty.http.PrecompressedHttpContent
 
PRECONDITION_FAILED - org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_REQUIRED_428 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PreEncodedHttpField - Class in org.eclipse.jetty.http
Pre encoded HttpField.
PreEncodedHttpField(String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PREFIX_GLOB - org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and a trailing wildcard glob.
PRI - org.eclipse.jetty.http.HttpMethod
 
PRI_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
PROCESSING - org.eclipse.jetty.http.HttpHeaderValue
 
PROCESSING - org.eclipse.jetty.http.HttpStatus.Code
 
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROGRESS_102_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
PROPFIND - org.eclipse.jetty.http.HttpMethod
 
PROPPATCH - org.eclipse.jetty.http.HttpMethod
 
PROXY - org.eclipse.jetty.http.HttpMethod
 
PROXY - org.eclipse.jetty.http.HttpParser.State
 
PROXY_AUTHENTICATE - org.eclipse.jetty.http.HttpHeader
 
PROXY_AUTHENTICATION_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROXY_AUTHORIZATION - org.eclipse.jetty.http.HttpHeader
 
PROXY_CONNECTION - org.eclipse.jetty.http.HttpHeader
 
put(String, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(String, List<String>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
put(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
put(PathSpec, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
PUT - org.eclipse.jetty.http.HttpMethod
 
PUT_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
putDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
putDateField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of an long field.
putLongField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of an long field.
putTo(ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
putTo(HttpField, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(HttpFields.Mutable, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 

Q

query(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
QuotedCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of values in accordance with RFC7230.
QuotedCSV(boolean, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSV(String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSVParser - Class in org.eclipse.jetty.http
Implements a quoted comma separated list parser in accordance with RFC7230.
QuotedCSVParser(boolean) - Constructor for class org.eclipse.jetty.http.QuotedCSVParser
 
QuotedQualityCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.
QuotedQualityCSV() - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to the length of the value String.
QuotedQualityCSV(String[]) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to given order.
QuotedQualityCSV(ToIntFunction<String>) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Orders values with equal quality with the given function.

R

RANGE - org.eclipse.jetty.http.HttpHeader
 
RANGE_NOT_SATISFIABLE - org.eclipse.jetty.http.HttpStatus.Code
 
RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REASON - org.eclipse.jetty.http.HttpParser.State
 
REBIND - org.eclipse.jetty.http.HttpMethod
 
REFERER - org.eclipse.jetty.http.HttpHeader
 
RegexPathSpec - Class in org.eclipse.jetty.http.pathmap
 
RegexPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Relative path.
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
release() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
release(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Releases an allocated buffer.
remove(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
remove(String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Remove a field.
remove(EnumSet<HttpHeader>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
Remove a field.
remove(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
removeIf(Predicate<MappedResource<E>>) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
REPORT - org.eclipse.jetty.http.HttpMethod
 
reportComplianceViolation(CookieCompliance.Violation, String) - Method in class org.eclipse.jetty.http.CookieCutter
 
reportComplianceViolation(HttpCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpParser
 
reportComplianceViolation(HttpCompliance.Violation, String) - Method in class org.eclipse.jetty.http.HttpParser
 
Request() - Constructor for class org.eclipse.jetty.http.HttpTester.Request
 
Request(String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
REQUEST_HEADER_FIELDS_TOO_LARGE - org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_RANGE - org.eclipse.jetty.http.HttpHeader
 
REQUEST_TIMEOUT - org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_TIMEOUT_408 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_VERSION - org.eclipse.jetty.http.HttpParser.State
 
requireValidRFC2616Token(String, String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC2616: Section 2.2, a token follows these syntax rules
requireValidRFC6265CookieValue(String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC6265, Cookie.value follows these syntax rules
RESERVED_NAMES_NOT_DOLLAR_PREFIXED - org.eclipse.jetty.http.CookieCompliance.Violation
 
reset() - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
RESET_CONTENT - org.eclipse.jetty.http.HttpStatus.Code
 
RESET_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ResourceHttpContent - Class in org.eclipse.jetty.http
HttpContent created from a Resource.
ResourceHttpContent(Resource, String) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
ResourceHttpContent(Resource, String, int) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
ResourceHttpContent(Resource, String, int, Map<CompressedContentFormat, HttpContent>) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
Response() - Constructor for class org.eclipse.jetty.http.HttpTester.Response
 
Response(HttpVersion, int, String, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, String, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
RESPONSE_VERSION - org.eclipse.jetty.http.HttpParser.State
 
RETRY_AFTER - org.eclipse.jetty.http.HttpHeader
 
RFC2616 - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
RFC2616_LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
RFC2965 - Static variable in class org.eclipse.jetty.http.CookieCompliance
 
RFC3986 - Static variable in class org.eclipse.jetty.http.UriCompliance
Compliance mode that exactly follows RFC3986, including allowing all additional ambiguous URI Violations
RFC6265 - Static variable in class org.eclipse.jetty.http.CookieCompliance
 
RFC7230 - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
RFC7230_LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
 
ROOT - org.eclipse.jetty.http.pathmap.PathSpecGroup
The root spec for accessing the Root behavior.

S

SAFE - Static variable in class org.eclipse.jetty.http.UriCompliance
Deprecated.
equivalent to DEFAULT
SAME_SITE_DEFAULT_ATTRIBUTE - Static variable in class org.eclipse.jetty.http.HttpCookie
Name of context attribute with default SameSite cookie value
SAME_SITE_LAX_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
SAME_SITE_NONE_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
SAME_SITE_STRICT_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
scheme(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
scheme(HttpScheme) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
SEARCH - org.eclipse.jetty.http.HttpMethod
 
SEC_WEBSOCKET_ACCEPT - org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_EXTENSIONS - org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_KEY - org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_SUBPROTOCOL - org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_VERSION - org.eclipse.jetty.http.HttpHeader
 
SEE_OTHER - org.eclipse.jetty.http.HttpStatus.Code
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
SEGMENT - org.eclipse.jetty.http.HttpURI.Ambiguous
 
SEPARATOR - org.eclipse.jetty.http.HttpURI.Ambiguous
 
SERVER - org.eclipse.jetty.http.HttpHeader
 
SERVICE_UNAVAILABLE - org.eclipse.jetty.http.HttpStatus.Code
 
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
SERVLET_ENGINE - org.eclipse.jetty.http.HttpHeader
 
ServletPathSpec - Class in org.eclipse.jetty.http.pathmap
 
ServletPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
servletUpgrade() - Method in class org.eclipse.jetty.http.HttpGenerator
 
servletUpgrade() - Method in class org.eclipse.jetty.http.HttpParser
 
SET_COOKIE - org.eclipse.jetty.http.HttpHeader
 
SET_COOKIE2 - org.eclipse.jetty.http.HttpHeader
 
setContent(byte[]) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
SetCookieHttpField(HttpCookie, CookieCompliance) - Constructor for class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
setHeader(String, String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setHeaderCacheCaseSensitive(boolean) - Method in class org.eclipse.jetty.http.HttpParser
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHttpParser(HttpParser) - Method in class org.eclipse.jetty.http.HttpTester.Input
 
setJettyVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setMethod(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setResponseStatus(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(HttpParser.FieldState) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
setURI(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setVersion(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVersion(HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
SHUTDOWN_OUT - org.eclipse.jetty.http.HttpGenerator.Result
 
size() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
size() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
size() - Method in interface org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
size() - Method in class org.eclipse.jetty.http.QuotedCSV
 
sort() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
SPACE - org.eclipse.jetty.http.HttpTokens.Type
 
SPACE1 - org.eclipse.jetty.http.HttpParser.State
 
SPACE2 - org.eclipse.jetty.http.HttpParser.State
 
START - org.eclipse.jetty.http.HttpGenerator.State
 
START - org.eclipse.jetty.http.HttpParser.State
 
startRequest(String, String, HttpVersion) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
startResponse(HttpVersion, int, String) - Method in interface org.eclipse.jetty.http.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.http.HttpTester.Response
 
STATUS - org.eclipse.jetty.http.HttpParser.State
 
stream() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
stream() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
stream() - Method in interface org.eclipse.jetty.http.HttpFields
 
STRICT - org.eclipse.jetty.http.HttpCookie.SameSite
 
STRICT - Static variable in class org.eclipse.jetty.http.UriCompliance
Deprecated.
equivalent to RFC3986
STRICT_TRANSPORT_SECURITY - org.eclipse.jetty.http.HttpHeader
 
stripParameters(String) - Static method in class org.eclipse.jetty.http.HttpField
Get field value without parameters.
stripSuffixes(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
SUFFIX_GLOB - org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a wildcard glob with a hardcoded suffix
SWITCHING_PROTOCOLS - org.eclipse.jetty.http.HttpStatus.Code
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Syntax - Class in org.eclipse.jetty.http
Collection of Syntax validation methods.
Syntax() - Constructor for class org.eclipse.jetty.http.Syntax
 

T

tagEquals(String, String) - Static method in class org.eclipse.jetty.http.CompressedContentFormat
Check etags for equality, accounting for quoting and compression suffixes.
takeHttpParser() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
TCHAR - org.eclipse.jetty.http.HttpTokens.Type
 
TE - org.eclipse.jetty.http.HttpHeader
 
TE - org.eclipse.jetty.http.HttpHeaderValue
 
TEMPORARY_REDIRECT - org.eclipse.jetty.http.HttpStatus.Code
 
TEMPORARY_REDIRECT_307 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
test(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
TEXT_HTML - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
toBuffer() - Method in enum org.eclipse.jetty.http.HttpHeader
 
toBuffer() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
toBuffer() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toBytes() - Method in enum org.eclipse.jetty.http.HttpVersion
 
TOKENS - Static variable in class org.eclipse.jetty.http.HttpTokens
 
TOO_MANY_REQUESTS - org.eclipse.jetty.http.HttpStatus.Code
 
TOO_MANY_REQUESTS_429 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
toString() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
toString() - Method in class org.eclipse.jetty.http.HttpCompliance
 
toString() - Method in class org.eclipse.jetty.http.HttpField
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator
 
toString() - Method in enum org.eclipse.jetty.http.HttpHeader
 
toString() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
toString() - Method in enum org.eclipse.jetty.http.HttpMethod
 
toString() - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in enum org.eclipse.jetty.http.HttpScheme
 
toString() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
toString() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
toString() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
toString() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
toString() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Response
 
toString() - Method in class org.eclipse.jetty.http.MetaData
 
toString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
toString() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
toString() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
toString() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
toString() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
toString() - Method in class org.eclipse.jetty.http.QuotedCSV
 
toString() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
toString() - Method in class org.eclipse.jetty.http.UriCompliance
 
toURI() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
toURI() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
toURI() - Method in interface org.eclipse.jetty.http.HttpURI
 
TRACE - org.eclipse.jetty.http.HttpMethod
 
TRAILER - org.eclipse.jetty.http.HttpHeader
 
TRAILER - org.eclipse.jetty.http.HttpParser.State
 
TRANSFER_ENCODING - org.eclipse.jetty.http.HttpHeader
 
TRANSFER_ENCODING_WITH_CONTENT_LENGTH - org.eclipse.jetty.http.HttpCompliance.Violation
 

U

UNAUTHORIZED - org.eclipse.jetty.http.HttpStatus.Code
 
UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNAVAILABLE_FOR_LEGAL_REASONS - org.eclipse.jetty.http.HttpStatus.Code
 
UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNBIND - org.eclipse.jetty.http.HttpMethod
 
UNCHECKOUT - org.eclipse.jetty.http.HttpMethod
 
UNKNOWN_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
UNLINK - org.eclipse.jetty.http.HttpMethod
 
UNLOCK - org.eclipse.jetty.http.HttpMethod
 
UNPROCESSABLE_ENTITY - org.eclipse.jetty.http.HttpStatus.Code
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.http.QuotedCSVParser
 
UNSUPPORTED_MEDIA_TYPE - org.eclipse.jetty.http.HttpStatus.Code
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UPDATE - org.eclipse.jetty.http.HttpMethod
 
UPDATEREDIRECTREF - org.eclipse.jetty.http.HttpMethod
 
UPGRADE - org.eclipse.jetty.http.HttpHeader
 
UPGRADE - org.eclipse.jetty.http.HttpHeaderValue
 
UPGRADE_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
 
UPGRADE_REQUIRED_426 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
uri(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(String, int, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(String, String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(HttpURI) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
URI - org.eclipse.jetty.http.HttpParser.State
 
URI_TOO_LONG - org.eclipse.jetty.http.HttpStatus.Code
 
URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UriCompliance - Class in org.eclipse.jetty.http
URI compliance modes for Jetty request handling.
UriCompliance.Violation - Enum in org.eclipse.jetty.http
These are URI compliance violations, which may be allowed by the compliance mode.
UriTemplatePathSpec - Class in org.eclipse.jetty.http.pathmap
PathSpec for URI Template based declarations
UriTemplatePathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
USE_PROXY - org.eclipse.jetty.http.HttpStatus.Code
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
user(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
USER_AGENT - org.eclipse.jetty.http.HttpHeader
 

V

VALUE - org.eclipse.jetty.http.HttpParser.FieldState
 
valueOf(String) - Static method in class org.eclipse.jetty.http.CookieCompliance
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.CookieCompliance.Violation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.eclipse.jetty.http.HttpCompliance
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpCompliance.Violation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpCookie.SameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpGenerator.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpGenerator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpParser.FieldState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpParser.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpTokens.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpURI.Ambiguous
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.eclipse.jetty.http.UriCompliance
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.UriCompliance.Violation
Returns the enum constant of this type with the specified name.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpField
 
values() - Static method in enum org.eclipse.jetty.http.CookieCompliance.Violation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpCompliance.Violation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpCookie.SameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpGenerator.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpGenerator.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpParser.FieldState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpParser.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpTokens.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpURI.Ambiguous
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.UriCompliance.Violation
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - org.eclipse.jetty.http.HttpHeader
 
VCHAR - org.eclipse.jetty.http.HttpTokens.Type
 
VERSION_CONTROL - org.eclipse.jetty.http.HttpMethod
 
VIA - org.eclipse.jetty.http.HttpHeader
 
VIOLATIONS_ATTR - Static variable in class org.eclipse.jetty.http.HttpCompliance
 

W

WARNING - org.eclipse.jetty.http.HttpHeader
 
WHITESPACE_AFTER_FIELD_NAME - org.eclipse.jetty.http.HttpCompliance.Violation
 
with(String, HttpCompliance.Violation...) - Method in class org.eclipse.jetty.http.HttpCompliance
Create a new HttpCompliance mode that includes the passed HttpCompliance.Violations.
with(String, UriCompliance.Violation...) - Method in class org.eclipse.jetty.http.UriCompliance
Create a new UriCompliance mode that includes the passed UriCompliance.Violations.
without(String, HttpCompliance.Violation...) - Method in class org.eclipse.jetty.http.HttpCompliance
Create a new HttpCompliance mode that excludes the passed HttpCompliance.Violations.
without(String, UriCompliance.Violation...) - Method in class org.eclipse.jetty.http.UriCompliance
Create a new UriCompliance mode that excludes the passed UriCompliance.Violations.
WS - org.eclipse.jetty.http.HttpScheme
 
WS_AFTER_NAME - org.eclipse.jetty.http.HttpParser.FieldState
 
WSS - org.eclipse.jetty.http.HttpScheme
 
WWW_AUTHENTICATE - org.eclipse.jetty.http.HttpHeader
 

X

X_FORWARDED_FOR - org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_HOST - org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PORT - org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PROTO - org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_SERVER - org.eclipse.jetty.http.HttpHeader
 
X_POWERED_BY - org.eclipse.jetty.http.HttpHeader
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.DateGenerator
 
__STRICT - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
_buffer - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_complianceMode - Variable in class org.eclipse.jetty.http.CookieCutter
 
_eof - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_keepQuotes - Variable in class org.eclipse.jetty.http.QuotedCSVParser
 
_parser - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_values - Variable in class org.eclipse.jetty.http.QuotedCSV
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages