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

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(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
Add fields from another HttpFields instance.
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
addSetCookie(HttpCookie) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
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
 

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
 
badMessage(int, String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 

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 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 the header.
clear() - Method in class org.eclipse.jetty.http.HttpURI
 
clear() - Method in class org.eclipse.jetty.http.PathMap
 
close() - Method in class org.eclipse.jetty.http.HttpParser
 
COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(String) - Method in class org.eclipse.jetty.http.HttpFields.Field
 
containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Return whether the path matches any entries in the PathMap, excluding the default entry
content(T) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
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
 
CRLF - Static variable in interface org.eclipse.jetty.http.HttpTokens
 

D

decodeQueryTo(MultiMap) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeQueryTo(MultiMap, String) - Method in class org.eclipse.jetty.http.HttpURI
 

E

earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
earlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
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.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
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
 
generate() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
generateRequest(HttpGenerator.RequestInfo, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateResponse(HttpGenerator.ResponseInfo, 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
 
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
 
getCharset() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
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
 
getCompletePath() - Method in class org.eclipse.jetty.http.HttpURI
 
getContent() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getContentBytes() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getContentLength() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
 
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.HttpContent.ResourceAsHttpContent
 
getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getDateField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getDecodedPath(String) - Method in class org.eclipse.jetty.http.HttpURI
 
getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie
 
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
 
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.
getFragment() - Method in class org.eclipse.jetty.http.HttpURI
 
getHeader() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI
 
getHttpFields() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getHttpVersion() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getKey() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getLazyMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the path.
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.HttpFields.Field
 
getMapped() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Get the entry mapped by the best specification.
getMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the 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.HttpGenerator.RequestInfo
 
getMethod() - Method in class org.eclipse.jetty.http.HttpTester.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
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
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
 
getPathAndParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI
 
getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
getQuery(String) - 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.HttpContent.ResourceAsHttpContent
 
getReason() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
getReason() - Method in class org.eclipse.jetty.http.HttpTester.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.HttpContent.ResourceAsHttpContent
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI
 
getSendServerVersion() - Method in class org.eclipse.jetty.http.HttpGenerator
 
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.HttpGenerator.ResponseInfo
 
getStatus() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getStringField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getUri() - Method in class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
getUri() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getValue() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getValues(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi field values with separator.
getValuesCollection(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie
 
getVersion() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getVersion() - Method in enum org.eclipse.jetty.http.HttpVersion
 
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

H

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
 
headerComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
HttpContent - Interface in org.eclipse.jetty.http
HttpContent.
HttpContent.ResourceAsHttpContent - Class in org.eclipse.jetty.http
 
HttpContent.ResourceAsHttpContent(Resource, String) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
HttpContent.ResourceAsHttpContent(Resource, String, int) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
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
 
HttpFields - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields
Constructor.
HttpFields.Field - Class in org.eclipse.jetty.http
 
HttpGenerator - Class in org.eclipse.jetty.http
HttpGenerator.
HttpGenerator() - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator.Info - Class in org.eclipse.jetty.http
 
HttpGenerator.RequestInfo - Class in org.eclipse.jetty.http
 
HttpGenerator.RequestInfo(HttpVersion, HttpFields, long, String, String) - Constructor for class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
HttpGenerator.ResponseInfo - Class in org.eclipse.jetty.http
 
HttpGenerator.ResponseInfo(HttpVersion, HttpFields, long, int, String, boolean) - Constructor for class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
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
 
HttpParser(HttpParser.RequestHandler<ByteBuffer>) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler<ByteBuffer>) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler<ByteBuffer>, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler<ByteBuffer>, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.HttpHandler<T> - Interface in org.eclipse.jetty.http
 
HttpParser.RequestHandler<T> - Interface in org.eclipse.jetty.http
 
HttpParser.ResponseHandler<T> - 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
 
HttpTester - Class in org.eclipse.jetty.http
 
HttpTester.Message - Class in org.eclipse.jetty.http
 
HttpTester.Message() - Constructor for class org.eclipse.jetty.http.HttpTester.Message
 
HttpTester.Request - Class in org.eclipse.jetty.http
 
HttpTester.Request() - Constructor for class org.eclipse.jetty.http.HttpTester.Request
 
HttpTester.Response - Class in org.eclipse.jetty.http
 
HttpTester.Response() - Constructor for class org.eclipse.jetty.http.HttpTester.Response
 
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(Charset) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(boolean) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(byte[], int, int) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(URI) - 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
 
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
 
is(String) - Method in enum org.eclipse.jetty.http.HttpHeader
 
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
 
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 2616 - 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 2616 - HTTP/1.1.
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
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
 
isHead() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
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
 
isInContent() - Method in class org.eclipse.jetty.http.HttpParser
 
isInformational() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
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 2616 - 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 2616 - HTTP/1.1.
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 2616 - 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 2616 - HTTP/1.1.
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 2616 - 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 2616 - 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 2616 - 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 2616 - HTTP/1.1.
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields
 

L

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
 
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpHeader
 
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpMethod
Optimised lookup to find a method name and trailing space in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpMethod
Optimised 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

match(String) - Method in class org.eclipse.jetty.http.PathMap
Get object matched by the path.
match(String, String) - Static method in class org.eclipse.jetty.http.PathMap
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.PathMap
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
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
 
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

newRequest() - Static method in class org.eclipse.jetty.http.HttpTester
 
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
 
NOT_SET_000 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

O

OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
 
org.eclipse.jetty.http.ssl - package org.eclipse.jetty.http.ssl
 

P

parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parseConnect(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parseConnect(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parseDate(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
parsedHeader(HttpHeader, String, String) - 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
parsedHeader(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
parsedHostHeader(String, int) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by the parser after it has parsed the host header (and checked it's format).
parsedHostHeader(String, int) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseRequest(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that is after a path spec.
PathMap<O> - Class in org.eclipse.jetty.http
URI path map to Object.
PathMap() - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(boolean) - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(int) - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(Map<String, ? extends O>) - Constructor for class org.eclipse.jetty.http.PathMap
Construct from dictionary PathMap.
PathMap.MappedEntry<O> - Class in org.eclipse.jetty.http
 
pathMatch(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that matches a path spec.
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
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(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(String, O) - Method in class org.eclipse.jetty.http.PathMap
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(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields.Field
 
putTo(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields
 
putValueTo(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields.Field
 

Q

qualityList(Enumeration<String>) - Static method in class org.eclipse.jetty.http.HttpFields
List values in quality order.

R

relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.PathMap
Relative path.
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
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
 
REQUEST_ENTITY_TOO_LARGE_413 - 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_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 

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
 
setContent(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setHeader(String, String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setMethod(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
setPathSpecSeparators(String) - Static method in class org.eclipse.jetty.http.PathMap
Set the path spec separator.
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setServerVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setURI(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setValue(O) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
setVersion(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVersion(HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
shutdownInput() - Method in class org.eclipse.jetty.http.HttpParser
Notifies this parser that I/O code read a -1 and therefore no more data will arrive to be parsed.
size() - Method in class org.eclipse.jetty.http.HttpFields
 
SPACE - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
SslContextFactory - Class in org.eclipse.jetty.http.ssl
Deprecated.
Use org.eclipse.jetty.util.ssl.SslContextFactory
SslContextFactory() - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
SslContextFactory(String) - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
startRequest(HttpMethod, String, String, HttpVersion) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(HttpMethod, String, String, HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
startResponse(HttpVersion, int, String) - Method in interface org.eclipse.jetty.http.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.http.HttpTester.Response
 
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
 
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
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
toString() - Method in class org.eclipse.jetty.http.HttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
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.HttpTester.Request
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
toString() - Method in class org.eclipse.jetty.http.HttpURI
 
toString() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
toString() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 

U

UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

V

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.
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.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.

W

writeTo(Utf8StringBuilder) - Method in class org.eclipse.jetty.http.HttpURI
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_BUFFER - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_COOKIE - Static variable in class org.eclipse.jetty.http.HttpFields
 
__COOKIE_DELIM - Static variable in class org.eclipse.jetty.http.HttpFields
 
__dateCache - Static variable in class org.eclipse.jetty.http.HttpFields
 
__GMT - Static variable in class org.eclipse.jetty.http.HttpFields
 
__separators - Static variable in class org.eclipse.jetty.http.HttpFields
 
A B C D E F G H I L M N O P Q R S T U V W _ 

Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.