Skip navigation links
A B C D E F G H I L M N O P Q R S T U V _ 

A

abort() - Method in class org.eclipse.jetty.http.HttpGenerator
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
add(String, 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
 
add(HttpHeader, 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
Add fields from another HttpFields instance.
add(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
addAll(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
 
addAll(Collection<? extends String>) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
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.QuotedCSV
 
addValue(String) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
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
 
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

B

BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
badMessage(int, String) - 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(String) - 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
 

C

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
 
CARRIAGE_RETURN - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
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
COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
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.PathSpec
 
complianceViolation(HttpCompliance, String) - Method in class org.eclipse.jetty.http.HttpParser
Check RFC compliance violation
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
contains(String) - Method in class org.eclipse.jetty.http.HttpField
Look for a value in a possible multi valued field
contains(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(String, String) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(Object) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
contains(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
containsAll(Collection<?>) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
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_ENCODING_GZIP - Static variable in class org.eclipse.jetty.http.GzipHttpContent
 
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createHttpURI(String, String, int, String, String, String, String) - Static method in class org.eclipse.jetty.http.HttpURI
Construct a normalized URI.
CRLF - Static variable in interface org.eclipse.jetty.http.HttpTokens
 

D

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
 
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
 
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'"
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 a HTTP message
equals(Object) - Method in class org.eclipse.jetty.http.GzipHttpContent
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpField
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpFields
 
equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
 
ETAG_GZIP - Static variable in class org.eclipse.jetty.http.GzipHttpContent
 
ETAG_GZIP_QUOTE - Static variable in class org.eclipse.jetty.http.GzipHttpContent
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

F

FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
formatCookieDate(StringBuilder, long) - Static method in class org.eclipse.jetty.http.DateGenerator
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(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'"
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
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_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, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
get(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI
 
getBaseType() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpMethod
 
getBytesColonSpace() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getCharacterEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getCharset() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getCharsetFromContentType(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
 
getContent(String, int) - Method in interface org.eclipse.jetty.http.HttpContent.Factory
 
getContentEncoding() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getContentEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getContentEncodingValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
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.ResourceHttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getContentLengthValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
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 class org.eclipse.jetty.http.GzipHttpContent
 
getContentType() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentTypeField() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getContentTypeValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCSV(HttpHeader, boolean) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split as a QuotedCSV
getCSV(String, boolean) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name as a QuotedCSV
getDateField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.PathSpec
The as-provided path spec.
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
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
 
getETag() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getETag() - Method in interface org.eclipse.jetty.http.HttpContent
 
getETag() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getETagValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getField(int) - Method in class org.eclipse.jetty.http.HttpFields
Get a Field by index.
getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getField(String) - 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
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI
 
getGroup() - Method in class org.eclipse.jetty.http.pathmap.PathSpec
 
getGzipContent() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getGzipContent() - Method in interface org.eclipse.jetty.http.HttpContent
 
getGzipContent() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getHandler() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeader() - Method in class org.eclipse.jetty.http.HttpField
 
getHeaderCacheSize() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
getHost() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the host.
getHost() - Method in class org.eclipse.jetty.http.HttpURI
 
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.
getIndirectBuffer() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
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 class org.eclipse.jetty.http.GzipHttpContent
 
getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
getLastModifiedValue() - Method in interface org.eclipse.jetty.http.HttpContent
 
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
 
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
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
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 class org.eclipse.jetty.http.GzipHttpContent
 
getMimeType() - Method in interface org.eclipse.jetty.http.HttpContent
 
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
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getPath() - Method in class org.eclipse.jetty.http.HttpCookie
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI
The parsed Path.
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.PathSpec
Get the number of path elements that this path spec declares.
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that is after the path spec.
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that matches a path spec.
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
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
 
getPattern() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the port.
getPort() - Method in class org.eclipse.jetty.http.HttpURI
 
getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
Deprecated.
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(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 class org.eclipse.jetty.http.GzipHttpContent
 
getReadableByteChannel() - Method in interface org.eclipse.jetty.http.HttpContent
 
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
 
getRelativePath(String, String) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
Get the relative path.
getRelativePath(String, String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getRelativePath(String, String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getResource() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
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.ResourceHttpContent
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI
 
getSendServerVersion() - Method in class org.eclipse.jetty.http.HttpGenerator
Deprecated.
getState() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getState() - Method in class org.eclipse.jetty.http.HttpParser
 
getStatus() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getStringField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getURI() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getURIString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
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(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
getValues() - Method in class org.eclipse.jetty.http.QuotedCSV
 
getValues() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
getValuesList(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Get multiple header of the same name
getValuesList(String) - 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
 
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
group - Variable in class org.eclipse.jetty.http.pathmap.PathSpec
 
GzipHttpContent - Class in org.eclipse.jetty.http
 
GzipHttpContent(HttpContent, HttpContent) - Constructor for class org.eclipse.jetty.http.GzipHttpContent
 

H

hashCode() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
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.pathmap.MappedResource
 
hashCode() - Method in class org.eclipse.jetty.http.pathmap.PathSpec
 
hasKnownValues(HttpHeader) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
 
hasQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
HostPortHttpField - Class in org.eclipse.jetty.http
 
HostPortHttpField(String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
Http1FieldPreEncoder - Class in org.eclipse.jetty.http
 
Http1FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http1FieldPreEncoder
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
HttpCompliance - Enum in org.eclipse.jetty.http
HTTP compliance modes: RFC7230(default) Compliance with RFC7230 RFC2616Wrapped/Continued headers and HTTP/0.9 supported LEGACY(aka STRICT) Adherence to Servlet Specification requirement for exact case of header names, bypassing the header caches, which are case insensitive, otherwise equivalent to RFC2616
HttpContent - Interface in org.eclipse.jetty.http
HttpContent interface.
HttpContent.Factory - Interface in org.eclipse.jetty.http
 
HttpCookie - Class in org.eclipse.jetty.http
 
HttpCookie(String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, 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, 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
 
HttpField - Class in org.eclipse.jetty.http
A HTTP Field
HttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, HttpHeaderValue) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(String, String) - 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
 
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.ResponseHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, 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.ResponseHandler, int, boolean) - Constructor for class org.eclipse.jetty.http.HttpParser
Deprecated.
HttpParser(HttpParser.RequestHandler, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.ComplianceHandler - Interface 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
 
HttpScheme - Enum in org.eclipse.jetty.http
 
HttpStatus - Class in org.eclipse.jetty.http
HttpStatusCode enum class, for status codes based on various HTTP RFCs.
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum in org.eclipse.jetty.http
 
HttpTokens - Interface in org.eclipse.jetty.http
HTTP constants
HttpTokens.EndOfContent - 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, String, int, String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(HttpURI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(URI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String, String, int, String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpVersion - Enum in org.eclipse.jetty.http
 

I

inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
inferCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
IntValueHttpField(HttpHeader, String, 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, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
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
 
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
 
isEmpty() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie
 
isIdle() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isIdle() - Method in class org.eclipse.jetty.http.HttpParser
 
isInformational() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isNoContent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPersistent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
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
 
isSameName(HttpField) - Method in class org.eclipse.jetty.http.HttpField
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie
 
isServerError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isStart() - Method in class org.eclipse.jetty.http.HttpParser
 
isState(HttpGenerator.State) - Method in class org.eclipse.jetty.http.HttpGenerator
 
isState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
isSuccess() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields
 
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
 

L

legacyString(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LINE_FEED - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LOG - Static variable in class org.eclipse.jetty.http.HttpParser
 
LongValueHttpField(HttpHeader, String, 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, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
lookAheadGet(byte[], int, int) - 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.HttpMethod
Optimized lookup to find a method name and trailing space in a byte array.
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find a Http Version and whitespace in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find a HTTP Version and trailing white space in a byte array.

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.
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
Test to see if the provided path matches this path spec
matches(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
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_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MimeTypes - Class in org.eclipse.jetty.http
 
MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
Constructor.
MimeTypes.Type - Enum in org.eclipse.jetty.http
 
MISDIRECTED_REQUEST_421 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

N

NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

O

OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
onComplianceViolation(HttpCompliance, HttpCompliance, String) - Method in interface org.eclipse.jetty.http.HttpParser.ComplianceHandler
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
org.eclipse.jetty.http.pathmap - package org.eclipse.jetty.http.pathmap
 

P

parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(String, int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
parsedHeader(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when a HTTP Header name and value is found
parseHeaders(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
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_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
pathDepth - Variable in class org.eclipse.jetty.http.pathmap.PathSpec
 
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 - Class in org.eclipse.jetty.http.pathmap
The base PathSpec, what all other path specs are based on
PathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.PathSpec
 
pathSpec - Variable in class org.eclipse.jetty.http.pathmap.PathSpec
 
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
 
pattern - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PERMANENT_REDIRECT_308 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_REQUIRED_428 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PreEncodedHttpField - Class in org.eclipse.jetty.http
Pre encoded HttpField.
PreEncodedHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROGRESS_102_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
put(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
put(HttpHeader, 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(PathSpec, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(String, O) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Add a single path match to the PathMap.
putDateField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putLongField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putTo(HttpField, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(HttpFields, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 

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(String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSV(boolean, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedQualityCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.
QuotedQualityCSV(String...) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
 

R

recycle() - Method in class org.eclipse.jetty.http.MetaData
 
recycle() - Method in class org.eclipse.jetty.http.MetaData.Request
 
RegexPathSpec - Class in org.eclipse.jetty.http.pathmap
 
RegexPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
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 class org.eclipse.jetty.http.GzipHttpContent
 
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(String) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
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.
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
removeGzipFromETag(String) - Static method in class org.eclipse.jetty.http.GzipHttpContent
 
Request(HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, 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, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - 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
 
REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
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
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
reset() - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
RESET_CONTENT_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, HttpContent) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
Response() - 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(HttpVersion, int, String, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 

S

SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
SEMI_COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ServletPathSpec - Class in org.eclipse.jetty.http.pathmap
 
ServletPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
setAuthority(String, int) - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
setMethod(String) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
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
 
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.State) - Method in class org.eclipse.jetty.http.HttpParser
 
setStatus(int) - Method in class org.eclipse.jetty.http.MetaData.Response
 
setURI(HttpURI) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setValue(O) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
size() - Method in class org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
sort() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
SPACE - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
specLength - Variable in class org.eclipse.jetty.http.pathmap.PathSpec
 
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
stripParameters(String) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value without parameters.
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

T

TAB - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
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
 
toArray() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
toArray(T[]) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
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
 
TOO_MANY_REQUESTS_429 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
toString() - Method in class org.eclipse.jetty.http.GzipHttpContent
 
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 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.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.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.pathmap.PathSpec
 
toString() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
toURI() - Method in class org.eclipse.jetty.http.HttpURI
 

U

UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.http.QuotedCSV
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UPGRADE_REQUIRED_426 - 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_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

V

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.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.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.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns the enum constant of this type with the specified name.
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.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.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.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.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns an array containing the constants of this enum type, in the order they are declared.

_

__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.
A B C D E F G H I L M N O P Q R S T U V _ 
Skip navigation links

Copyright © 1995-2016 Webtide. All Rights Reserved.