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

A

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.PathSet
Deprecated.
 
add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
add(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
add(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
addAll(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
 
addCSV(String, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(HttpHeader, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(QuotedCSV, String...) - Method in class org.eclipse.jetty.http.HttpFields
 
addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
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)
AFTER_NAME - org.eclipse.jetty.http.MultiPartParser.FieldState
 
AGE - org.eclipse.jetty.http.HttpHeader
 
ALLOW - org.eclipse.jetty.http.HttpHeader
Entity Fields.
ALPHA - org.eclipse.jetty.http.HttpTokens.Type
 
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
 
asPathSpec(String) - Static method in class org.eclipse.jetty.http.pathmap.PathMappings
Deprecated.
asString() - Method in class org.eclipse.jetty.http.HttpCookie
 
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 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
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(int, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
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.
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
 
BODY_PART - org.eclipse.jetty.http.MultiPartParser.State
 
BR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
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_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_FIELD_VALUE_CACHE - org.eclipse.jetty.http.HttpComplianceSection
 
caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
CHECKIN - org.eclipse.jetty.http.HttpMethod
 
CHECKOUT - org.eclipse.jetty.http.HttpMethod
 
checkUriCompliance(HttpCompliance, HttpURI) - Static method in enum org.eclipse.jetty.http.HttpCompliance
 
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
 
cleanUp() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
Only remove tmp files.
clear() - Method in class org.eclipse.jetty.http.HttpFields
 
clear() - Method in class org.eclipse.jetty.http.HttpURI
 
clear() - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
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() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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
 
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(HttpComplianceSection) - Method in class org.eclipse.jetty.http.HttpParser
Check RFC compliance violation
complianceViolation(HttpComplianceSection, String) - Method in class org.eclipse.jetty.http.HttpParser
Check RFC compliance violation
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
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
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.
contains(Object) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
contains(String) - Method in class org.eclipse.jetty.http.HttpField
Look for a value in a possible multi valued field
contains(String, String) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Return whether the path matches any entries in the PathMap, excluding the default entry
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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
 
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 - Enum in org.eclipse.jetty.http
The compliance for Cookie handling.
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
 
createFile() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
createHttpURI(String, String, int, String, String, String, String) - Static method in class org.eclipse.jetty.http.HttpURI
Construct a normalized URI.
CUSTOM0 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM1 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM2 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM3 - org.eclipse.jetty.http.HttpCompliance
Deprecated.

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.compression.HuffmanDecoder
 
decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
Decode a string from the buffer.
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.
decodeInt(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Decode an integer from the buffer.
decodeLong(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Decode a long from the buffer.
decodeQueryTo(MultiMap<String>) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeQueryTo(MultiMap<String>, String) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeQueryTo(MultiMap<String>, Charset) - Method in class org.eclipse.jetty.http.HttpURI
 
DEFAULT - org.eclipse.jetty.http.pathmap.PathSpecGroup
The default spec for accessing the Default path behavior.
delete() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
DELETE - org.eclipse.jetty.http.HttpMethod
 
deleteParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Delete any tmp storage for parts, and clear out the parts list.
DELIMITER - org.eclipse.jetty.http.MultiPartParser.State
 
DELIMITER_CLOSE - org.eclipse.jetty.http.MultiPartParser.State
 
DELIMITER_PADDING - org.eclipse.jetty.http.MultiPartParser.State
 
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 interface org.eclipse.jetty.http.MultiPartParser.Handler
 
EMPTY - Static variable in interface org.eclipse.jetty.http.pathmap.MatchedPath
 
encode(ByteBuffer, int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
 
encode(ByteBuffer, int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
 
encode(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
encodeLowerCase(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
EncodingException - Exception in org.eclipse.jetty.http.compression
 
EncodingException(String) - Constructor for exception org.eclipse.jetty.http.compression.EncodingException
 
END - org.eclipse.jetty.http.HttpGenerator.State
 
END - org.eclipse.jetty.http.HttpParser.State
 
END - org.eclipse.jetty.http.MultiPartParser.State
 
ENHANCE_YOUR_CALM - org.eclipse.jetty.http.HttpStatus.Code
 
ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
EOF_CONTENT - org.eclipse.jetty.http.HttpParser.State
 
EOF_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
 
EPILOGUE - org.eclipse.jetty.http.MultiPartParser.State
 
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
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
FIELD - org.eclipse.jetty.http.MultiPartParser.FieldState
 
FIELD_COLON - org.eclipse.jetty.http.HttpComplianceSection
 
FIELD_NAME_CASE_INSENSITIVE - org.eclipse.jetty.http.HttpComplianceSection
 
FIRST_OCTETS - org.eclipse.jetty.http.MultiPartParser.State
 
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
 
from(String) - Static method in interface org.eclipse.jetty.http.pathmap.PathSpec
 
from(String, String) - Static method in interface org.eclipse.jetty.http.pathmap.MatchedPath
 
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
 
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
 
generateResponse(MetaData.Response, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
Deprecated.
get(String) - Method in class org.eclipse.jetty.http.HttpFields
 
get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
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
 
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 class org.eclipse.jetty.http.HttpURI
 
getBaseType() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getBufferSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
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
 
getBytes() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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(String, int) - Method in interface org.eclipse.jetty.http.HttpContent.ContentFactory
 
getContentDispositionFilename() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
Get the filename from the content-disposition.
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.MultiPartFormInputStream.MultiPart
 
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 class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name as a QuotedCSV
getCSV(HttpHeader, boolean) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split as a QuotedCSV
getDateField(String) - Method in class 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 class org.eclipse.jetty.http.HttpURI
 
getDefaultMimeByExtension(String) - Static method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getDescription() - Method in enum org.eclipse.jetty.http.HttpComplianceSection
 
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 class org.eclipse.jetty.http.HttpFields
Get a Field by index.
getField(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getFieldCache() - Method in class org.eclipse.jetty.http.HttpParser
 
getFieldNames() - Method in class org.eclipse.jetty.http.HttpFields
Get enumeration of header _names.
getFieldNamesCollection() - Method in class org.eclipse.jetty.http.HttpFields
Get Collection of header names.
getFields() - Method in class org.eclipse.jetty.http.MetaData
 
getFields(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getFields(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getFile() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
Get the file
getFragment() - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
getHandler() - Method in class org.eclipse.jetty.http.MultiPartParser
 
getHeader() - Method in class org.eclipse.jetty.http.HttpField
 
getHeader(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
getHeaderCacheSize() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeaderNames() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
getHeaders(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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 class org.eclipse.jetty.http.HttpURI
 
getHostPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
 
getHttpCompliance() - Method in class org.eclipse.jetty.http.HttpParser
 
getHttpCookie() - Method in class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
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.
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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
 
getKey() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
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 class 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
 
getMapped() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Get the entry mapped by the best specification.
getMatch(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Deprecated.
use getMatched(String) instead
getMatched(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMatchedList(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Return a list of MatchedResource matches for the specified path.
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
Deprecated.
Get all entries matched by the path.
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.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 class org.eclipse.jetty.http.HttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpField
 
getName() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
getNonComplianceWarnings() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI
Get a URI path parameter.
getParsedParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Deprecated.
getPart(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Get the named Part.
getParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Parse, if necessary, the multipart data and return the list of Parts.
getPath() - Method in class org.eclipse.jetty.http.HttpCookie
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI
The parsed Path.
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() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
Return the portion of the path that is after the path spec.
getPathInfo() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
Return the portion of the path that is after the path spec.
getPathInfo(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
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() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
Return the portion of the path that matches a path spec.
getPathMatch() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
Return the portion of the path that matches a path spec.
getPathMatch(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
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 class org.eclipse.jetty.http.HttpURI
 
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
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 class org.eclipse.jetty.http.HttpURI
 
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
 
getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getQualityCSV(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(HttpHeader) - Method in class 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 class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
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.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.pathmap.MatchedResource
 
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(ServletContext) - 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 class org.eclipse.jetty.http.HttpURI
 
getSendServerVersion() - Method in class org.eclipse.jetty.http.HttpGenerator
Deprecated.
getSetCookie(CookieCompliance) - Method in class org.eclipse.jetty.http.HttpCookie
 
getSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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
 
getState() - Method in class org.eclipse.jetty.http.MultiPartParser
 
getStatus() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getStringField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getSubmittedFileName() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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.MetaData.Request
 
getURIString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getURL() - Method in enum org.eclipse.jetty.http.HttpComplianceSection
 
getURL() - Method in enum org.eclipse.jetty.http.MultiPartFormInputStream.NonCompliance
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpField
 
getValue() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
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 class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getValuesList(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple header of the same name
getValuesList(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple header 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 enum org.eclipse.jetty.http.HttpVersion
 
getVersion() - Method in class org.eclipse.jetty.http.MetaData
Deprecated.
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
 

H

handleViolation(HttpComplianceSection, String) - Method in class org.eclipse.jetty.http.HttpParser
 
hasAmbiguousEmptySegment() - Method in class org.eclipse.jetty.http.HttpURI
 
hasAmbiguousEncoding() - Method in class org.eclipse.jetty.http.HttpURI
 
hasAmbiguousParameter() - Method in class org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSegment() - Method in class org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSeparator() - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
hashCode() - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
hasQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
hasUtf16Encoding() - Method in class org.eclipse.jetty.http.HttpURI
 
hasViolations() - Method in class org.eclipse.jetty.http.HttpURI
 
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 interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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(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.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 - Enum in org.eclipse.jetty.http
HTTP compliance modes for Jetty HTTP parsing and handling.
HttpComplianceSection - 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 - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields
Initialize an empty HttpFields.
HttpFields(int) - Constructor for class org.eclipse.jetty.http.HttpFields
Initialize an empty HttpFields.
HttpFields(HttpFields) - Constructor for class org.eclipse.jetty.http.HttpFields
Initialize HttpFields from copy.
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, boolean) - Constructor for class org.eclipse.jetty.http.HttpParser
Deprecated.
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, boolean) - Constructor for class org.eclipse.jetty.http.HttpParser
Deprecated.
HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.ComplianceHandler - Interface in org.eclipse.jetty.http
 
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
 
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
 
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 - Class in org.eclipse.jetty.http
Http URI.
HttpURI() - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String, String, int, String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String, String, int, String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(URI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(HttpURI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(HttpURI, HttpURI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpVersion - Enum in org.eclipse.jetty.http
 
Huffman - Class in org.eclipse.jetty.http.compression
This class contains the Huffman Codes defined in RFC7541.
HuffmanDecoder - Class in org.eclipse.jetty.http.compression
Used to decoded Huffman encoded strings.
HuffmanDecoder() - Constructor for class org.eclipse.jetty.http.compression.HuffmanDecoder
 
HuffmanEncoder - Class in org.eclipse.jetty.http.compression
Used to encode strings Huffman encoding.

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_NAME - org.eclipse.jetty.http.MultiPartParser.FieldState
 
IN_VALUE - org.eclipse.jetty.http.HttpParser.FieldState
 
IN_VALUE - org.eclipse.jetty.http.MultiPartParser.FieldState
 
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
inferCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
Deprecated.
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
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
 
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
isDeleteOnExit() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Deprecated.
no replacement provided
isEmpty() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
isEmpty() - Method in class org.eclipse.jetty.http.QuotedCSV
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
 
isFinished() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
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
 
isIllegalFieldVchar(char) - Static method in class org.eclipse.jetty.http.HttpTokens
Checks whether this is an invalid VCHAR based on RFC9110.
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
 
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
 
isState(MultiPartParser.State) - Method in class org.eclipse.jetty.http.MultiPartParser
 
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.
isTerminated() - Method in class org.eclipse.jetty.http.HttpParser
 
isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields
 
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.PathSet
Deprecated.
 
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
 

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 - org.eclipse.jetty.http.HttpCompliance
A Legacy compliance mode to match jetty's behavior prior to RFC2616 and RFC7230.
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
 
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.HttpParser
 
LOG - Static variable in class org.eclipse.jetty.http.MultiPartParser
 
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) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Get object matched by the path.
match(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
matched(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Get the complete matched details of the provided path.
matched(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
matched(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
matched(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
MatchedPath - Interface in org.eclipse.jetty.http.pathmap
 
MatchedResource<E> - Class in org.eclipse.jetty.http.pathmap
The match details when using getMatched(String), used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by the MatchedPath instance.
MatchedResource(E, PathSpec, MatchedPath) - Constructor for class org.eclipse.jetty.http.pathmap.MatchedResource
 
matches(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
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_HTTP - org.eclipse.jetty.http.MimeTypes.Type
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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.Request - Class in org.eclipse.jetty.http
 
MetaData.Response - Class in org.eclipse.jetty.http
 
METHOD - org.eclipse.jetty.http.HttpParser.State
 
METHOD_CASE_SENSITIVE - org.eclipse.jetty.http.HttpComplianceSection
 
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
 
MultiPart(String, String) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
MULTIPART_BYTERANGES - org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPART_FORM_DATA - org.eclipse.jetty.http.MimeTypes.Type
 
MultiPartFormInputStream - Class in org.eclipse.jetty.http
MultiPartInputStream
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream
 
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File, int) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream
 
MultiPartFormInputStream.MultiPart - Class in org.eclipse.jetty.http
 
MultiPartFormInputStream.NonCompliance - Enum in org.eclipse.jetty.http
 
MultiPartParser - Class in org.eclipse.jetty.http
A parser for MultiPart content type.
MultiPartParser(MultiPartParser.Handler, String) - Constructor for class org.eclipse.jetty.http.MultiPartParser
 
MultiPartParser.FieldState - Enum in org.eclipse.jetty.http
 
MultiPartParser.Handler - Interface in org.eclipse.jetty.http
 
MultiPartParser.State - Enum in org.eclipse.jetty.http
 
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.HttpComplianceSection
 

N

NBitIntegerDecoder - Class in org.eclipse.jetty.http.compression
Used to decode integers as described in RFC7541.
NBitIntegerDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitIntegerDecoder
 
NBitIntegerEncoder - Class in org.eclipse.jetty.http.compression
Used to encode integers as described in RFC7541.
NBitStringDecoder - Class in org.eclipse.jetty.http.compression
Used to decode string literals as described in RFC7541.
NBitStringDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitStringDecoder
 
NBitStringEncoder - Class in org.eclipse.jetty.http.compression
 
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
 
NO_AMBIGUOUS_EMPTY_SEGMENT - org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_ENCODING - org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_PARAMETERS - org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_SEGMENTS - org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_SEPARATORS - org.eclipse.jetty.http.HttpComplianceSection
 
NO_CACHE - org.eclipse.jetty.http.HttpHeaderValue
 
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
 
NO_FIELD_FOLDING - org.eclipse.jetty.http.HttpComplianceSection
 
NO_HTTP_0_9 - org.eclipse.jetty.http.HttpComplianceSection
 
NO_UTF16_ENCODINGS - org.eclipse.jetty.http.HttpComplianceSection
 
NO_WS_AFTER_FIELD_NAME - org.eclipse.jetty.http.HttpComplianceSection
 
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(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 '/'
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

OCTETS - org.eclipse.jetty.http.MultiPartParser.State
 
octetsNeeded(byte[]) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
octetsNeeded(int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
 
octetsNeeded(int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
 
octetsNeeded(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
octetsNeededLowerCase(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
of(Map.Entry<PathSpec, E>, MatchedPath) - Static method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
OK - org.eclipse.jetty.http.HttpStatus.Code
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
onComplianceViolation(HttpCompliance, HttpCompliance, String) - Method in interface org.eclipse.jetty.http.HttpParser.ComplianceHandler
Deprecated.
onComplianceViolation(HttpCompliance, HttpComplianceSection, String) - Method in interface org.eclipse.jetty.http.HttpParser.ComplianceHandler
 
open() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
OPTIONS - org.eclipse.jetty.http.HttpMethod
 
ORDERPATCH - org.eclipse.jetty.http.HttpMethod
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
org.eclipse.jetty.http.compression - package org.eclipse.jetty.http.compression
 
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

parse() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Parse, if necessary, the multipart stream.
parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(String, int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.MultiPartParser
Parse until next Event.
parseConnect(String) - Method in class org.eclipse.jetty.http.HttpURI
Deprecated.
parseContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseDate(String) - Static method in class org.eclipse.jetty.http.DateParser
 
parsedField(String, String) - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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
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
 
parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseOctetContent(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
parseRequestTarget(String, String) - Method in class org.eclipse.jetty.http.HttpURI
Parse according to https://tools.ietf.org/html/rfc7230#section-5.3
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
 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
Return the portion of a path that is after a path spec.
PathMap<O> - Class in org.eclipse.jetty.http
Deprecated.
replaced with PathMappings (this class will be removed in Jetty 10)
PathMap() - Constructor for class org.eclipse.jetty.http.PathMap
Deprecated.
 
PathMap(boolean) - Constructor for class org.eclipse.jetty.http.PathMap
Deprecated.
 
PathMap(int) - Constructor for class org.eclipse.jetty.http.PathMap
Deprecated.
 
PathMap(Map<String, ? extends O>) - Constructor for class org.eclipse.jetty.http.PathMap
Deprecated.
Construct from dictionary PathMap.
PathMap.MappedEntry<O> - Class in org.eclipse.jetty.http
Deprecated.
 
PathMap.PathSet - Class in org.eclipse.jetty.http
Deprecated.
 
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
Deprecated.
Return the portion of a path that matches a path spec.
PathSet() - Constructor for class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
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
 
POST - org.eclipse.jetty.http.HttpMethod
 
POST_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
PRAGMA - org.eclipse.jetty.http.HttpHeader
 
PREAMBLE - org.eclipse.jetty.http.MultiPartParser.State
 
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
Set a field.
put(String, List<String>) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, O) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Add a single path match to the PathMap.
put(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
put(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
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
Sets the value of a date field.
putDateField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putLongField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
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, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 

Q

qualityList(Enumeration<String>) - Static method in class org.eclipse.jetty.http.HttpFields
Deprecated.
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
 
recycle() - Method in class org.eclipse.jetty.http.MetaData
 
recycle() - Method in class org.eclipse.jetty.http.MetaData.Request
 
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
Deprecated.
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.PathSet
Deprecated.
 
remove(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
remove(Object) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
remove(String) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
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
 
Request(String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpScheme, HostPortHttpField, String, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpScheme, 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(HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(MetaData.Request) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
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_URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
REQUEST_VERSION - org.eclipse.jetty.http.HttpParser.State
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
requiredCompliance(HttpComplianceSection) - Static method in enum org.eclipse.jetty.http.HttpCompliance
 
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
reset() - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
 
reset() - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Reset the internal state of the parser.
reset() - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
 
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.MultiPartParser
 
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.MetaData.Response
 
Response(HttpVersion, int, String, HttpFields, long) - 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 - org.eclipse.jetty.http.HttpCompliance
The strict RFC2616 support mode
RFC2616_LEGACY - org.eclipse.jetty.http.HttpCompliance
RFC2965 - org.eclipse.jetty.http.CookieCompliance
 
RFC6265 - org.eclipse.jetty.http.CookieCompliance
 
RFC6265_LEGACY - org.eclipse.jetty.http.CookieCompliance
 
RFC7230 - org.eclipse.jetty.http.HttpCompliance
The RFC7230 support mode
RFC7230_LEGACY - org.eclipse.jetty.http.HttpCompliance
Jetty's legacy RFC7230 support, which excludes HttpComplianceSection.METHOD_CASE_SENSITIVE.
RFC7230_NO_AMBIGUOUS_URIS - org.eclipse.jetty.http.HttpCompliance
The RFC7230 support mode with no ambiguous URIs
ROOT - org.eclipse.jetty.http.pathmap.PathSpecGroup
The root spec for accessing the Root behavior.

S

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
 
sanitizeFieldVchar(char) - Static method in class org.eclipse.jetty.http.HttpTokens
This is used when decoding to not decode illegal characters based on RFC9110.
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
 
sections() - Method in enum org.eclipse.jetty.http.HttpCompliance
Get the set of HttpComplianceSections supported by this compliance mode.
SEE_OTHER - org.eclipse.jetty.http.HttpStatus.Code
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
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
 
SET_COOKIE - org.eclipse.jetty.http.HttpHeader
 
SET_COOKIE2 - org.eclipse.jetty.http.HttpHeader
 
setAuthority(String, int) - Method in class org.eclipse.jetty.http.HttpURI
 
setBufferSize(int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
setContentLength(long) - Method in class org.eclipse.jetty.http.MetaData
 
setContentType(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
SetCookieHttpField(HttpCookie, CookieCompliance) - Constructor for class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Deprecated.
no replacement provided.
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.http.MetaData
 
setJettyVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setLength(int) - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
 
setMethod(String) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
setParam(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setPath(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setPathQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setPathSpecSeparators(String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
Set the path spec separator.
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setPrefix(int) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Set the prefix length in of the integer representation in bits.
setPrefix(int) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
Set the prefix length in of the string representation in bits.
setQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setReason(String) - Method in class org.eclipse.jetty.http.MetaData.Response
 
setResponseStatus(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setScheme(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
Deprecated.
setState(HttpParser.FieldState) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
setStatus(int) - Method in class org.eclipse.jetty.http.MetaData.Response
 
setTrailerSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.http.MetaData
 
setURI(HttpURI) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setValue(O) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
SHUTDOWN_OUT - org.eclipse.jetty.http.HttpGenerator.Result
 
size() - Method in class org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
size() - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
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
 
startPart() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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
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
STATUS - org.eclipse.jetty.http.HttpParser.State
 
stream() - Method in class org.eclipse.jetty.http.HttpFields
 
STRICT - org.eclipse.jetty.http.HttpCookie.SameSite
 
STRICT_TRANSPORT_SECURITY - org.eclipse.jetty.http.HttpHeader
 
stripParameters(String) - Static method in class org.eclipse.jetty.http.HttpFields
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.
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.PathSet
Deprecated.
 
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
 
throwIfError() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Throws an exception if one has been latched.
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.HttpField
 
toString() - Method in class org.eclipse.jetty.http.HttpFields
 
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.HttpTokens.Token
 
toString() - Method in class org.eclipse.jetty.http.HttpURI
 
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.MultiPartFormInputStream.MultiPart
 
toString() - Method in class org.eclipse.jetty.http.MultiPartParser
 
toString() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
toString() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
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
 
toURI() - Method in class 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 - org.eclipse.jetty.http.MultiPartFormInputStream.NonCompliance
 
TRANSFER_ENCODING_WITH_CONTENT_LENGTH - org.eclipse.jetty.http.HttpComplianceSection
 

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 - org.eclipse.jetty.http.HttpHeader
 
UNKNOWN - org.eclipse.jetty.http.HttpHeaderValue
 
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 - 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
 
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_AGENT - org.eclipse.jetty.http.HttpHeader
 

V

VALUE - org.eclipse.jetty.http.HttpParser.FieldState
 
VALUE - org.eclipse.jetty.http.MultiPartParser.FieldState
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.CookieCompliance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpCompliance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpComplianceSection
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.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.MultiPartFormInputStream.NonCompliance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.MultiPartParser.FieldState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.MultiPartParser.State
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.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value parameters.
values() - Static method in enum org.eclipse.jetty.http.CookieCompliance
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
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.HttpComplianceSection
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.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.MultiPartFormInputStream.NonCompliance
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.MultiPartParser.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.MultiPartParser.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.pathmap.PathSpecGroup
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 enum org.eclipse.jetty.http.HttpCompliance
 

W

WARNING - org.eclipse.jetty.http.HttpHeader
 
write(byte[], int, int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
write(int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
write(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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
 
__separators - Static variable in class org.eclipse.jetty.http.HttpFields
Deprecated.
__STRICT - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
__STRICT - Static variable in class org.eclipse.jetty.http.HttpParser
Deprecated.
_bout - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_contentType - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_file - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_filename - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_headers - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_keepQuotes - Variable in class org.eclipse.jetty.http.QuotedCSVParser
 
_name - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_out - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_size - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_temporary - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_values - Variable in class org.eclipse.jetty.http.QuotedCSV
 
A B C D E F G H I K L M N O P Q R S T U V W X _ 
All Classes All Packages