declare namespace org { namespace eclipse { namespace jetty { namespace http { class BadMessageException extends java.lang.RuntimeException { public constructor() public constructor(arg0: int) public constructor(arg0: string) public constructor(arg0: int, arg1: string) public constructor(arg0: int, arg1: string, arg2: java.lang.Throwable) public getCode(): int public getReason(): string public static class: java.lang.Class } class DateGenerator$1 extends java.lang.ThreadLocal { protected initialValue(): org.eclipse.jetty.http.DateGenerator protected initialValue(): java.lang.Object public static class: java.lang.Class } class DateGenerator { public static __01Jan1970: string public constructor() public static formatDate(arg0: long): string public static formatCookieDate(arg0: java.lang.StringBuilder, arg1: long): void public static formatCookieDate(arg0: long): string public doFormatDate(arg0: long): string public doFormatCookieDate(arg0: java.lang.StringBuilder, arg1: long): void public static class: java.lang.Class } class DateParser$1 extends java.lang.ThreadLocal { protected initialValue(): org.eclipse.jetty.http.DateParser protected initialValue(): java.lang.Object public static class: java.lang.Class } class DateParser { public constructor() public static parseDate(arg0: string): long public static class: java.lang.Class } class GzipHttpContent implements org.eclipse.jetty.http.HttpContent { public static ETAG_GZIP: string public static ETAG_GZIP_QUOTE: string public static CONTENT_ENCODING_GZIP: org.eclipse.jetty.http.PreEncodedHttpField public static removeGzipFromETag(arg0: string): string public constructor(arg0: org.eclipse.jetty.http.HttpContent, arg1: org.eclipse.jetty.http.HttpContent) public hashCode(): int public equals(arg0: java.lang.Object): boolean public getResource(): org.eclipse.jetty.util.resource.Resource public getETag(): org.eclipse.jetty.http.HttpField public getETagValue(): string public getLastModified(): org.eclipse.jetty.http.HttpField public getLastModifiedValue(): string public getContentType(): org.eclipse.jetty.http.HttpField public getContentTypeValue(): string public getContentEncoding(): org.eclipse.jetty.http.HttpField public getContentEncodingValue(): string public getCharacterEncoding(): string public getMimeType(): org.eclipse.jetty.http.MimeTypes$Type public release(): void public getIndirectBuffer(): java.nio.ByteBuffer public getDirectBuffer(): java.nio.ByteBuffer public getContentLength(): org.eclipse.jetty.http.HttpField public getContentLengthValue(): long public getInputStream(): java.io.InputStream public getReadableByteChannel(): java.nio.channels.ReadableByteChannel public toString(): string public getGzipContent(): org.eclipse.jetty.http.HttpContent public static class: java.lang.Class } class HostPortHttpField extends org.eclipse.jetty.http.HttpField { public constructor(arg0: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string) public getHost(): string public getPort(): int public static class: java.lang.Class } class Http1FieldPreEncoder implements org.eclipse.jetty.http.HttpFieldPreEncoder { public constructor() public getHttpVersion(): org.eclipse.jetty.http.HttpVersion public getEncodedField(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string): byte[] public static class: java.lang.Class } interface HttpContent$Factory { getContent(arg0: string): org.eclipse.jetty.http.HttpContent } interface HttpContent$Factory$$Lambda { (arg0: string): org.eclipse.jetty.http.HttpContent } interface HttpContent { getContentType(): org.eclipse.jetty.http.HttpField getContentTypeValue(): string getCharacterEncoding(): string getMimeType(): org.eclipse.jetty.http.MimeTypes$Type getContentEncoding(): org.eclipse.jetty.http.HttpField getContentEncodingValue(): string getContentLength(): org.eclipse.jetty.http.HttpField getContentLengthValue(): long getLastModified(): org.eclipse.jetty.http.HttpField getLastModifiedValue(): string getETag(): org.eclipse.jetty.http.HttpField getETagValue(): string getIndirectBuffer(): java.nio.ByteBuffer getDirectBuffer(): java.nio.ByteBuffer getResource(): org.eclipse.jetty.util.resource.Resource getInputStream(): java.io.InputStream getReadableByteChannel(): java.nio.channels.ReadableByteChannel release(): void getGzipContent(): org.eclipse.jetty.http.HttpContent } class HttpCookie { public constructor(arg0: string, arg1: string) public constructor(arg0: string, arg1: string, arg2: string, arg3: string) public constructor(arg0: string, arg1: string, arg2: long) public constructor(arg0: string, arg1: string, arg2: string, arg3: string, arg4: long, arg5: boolean, arg6: boolean) public constructor(arg0: string, arg1: string, arg2: string, arg3: string, arg4: long, arg5: boolean, arg6: boolean, arg7: string, arg8: int) public getName(): string public getValue(): string public getComment(): string public getDomain(): string public getMaxAge(): long public getPath(): string public isSecure(): boolean public getVersion(): int public isHttpOnly(): boolean public isExpired(arg0: long): boolean public asString(): string public static class: java.lang.Class } class HttpField$IntValueHttpField extends org.eclipse.jetty.http.HttpField { public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string, arg3: int) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: int) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: int) public getIntValue(): int public getLongValue(): long public static class: java.lang.Class } class HttpField$LongValueHttpField extends org.eclipse.jetty.http.HttpField { public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string, arg3: long) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: long) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: long) public getIntValue(): int public getLongValue(): long public static class: java.lang.Class } class HttpField { public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: org.eclipse.jetty.http.HttpHeaderValue) public constructor(arg0: string, arg1: string) public getHeader(): org.eclipse.jetty.http.HttpHeader public getName(): string public getValue(): string public getIntValue(): int public getLongValue(): long public getValues(): java.lang.String[] public contains(arg0: string): boolean public toString(): string public isSameName(arg0: org.eclipse.jetty.http.HttpField): boolean public hashCode(): int public equals(arg0: java.lang.Object): boolean public static class: java.lang.Class } interface HttpFieldPreEncoder { getHttpVersion(): org.eclipse.jetty.http.HttpVersion getEncodedField(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string): byte[] } class HttpFields$1 implements java.util.Enumeration { public hasMoreElements(): boolean public nextElement(): string public nextElement(): java.lang.Object public static class: java.lang.Class } class HttpFields$2 implements java.util.Enumeration { public hasMoreElements(): boolean public nextElement(): string public nextElement(): java.lang.Object public static class: java.lang.Class } class HttpFields$Itr implements java.util.Iterator { public hasNext(): boolean public next(): org.eclipse.jetty.http.HttpField public remove(): void public next(): java.lang.Object public static class: java.lang.Class } class HttpFields implements java.lang.Iterable { public static __separators: string public constructor() public constructor(arg0: int) public constructor(arg0: org.eclipse.jetty.http.HttpFields) public size(): int public iterator(): java.util.Iterator public getFieldNamesCollection(): java.util.Set public getFieldNames(): java.util.Enumeration public getField(arg0: int): org.eclipse.jetty.http.HttpField public getField(arg0: org.eclipse.jetty.http.HttpHeader): org.eclipse.jetty.http.HttpField public getField(arg0: string): org.eclipse.jetty.http.HttpField public contains(arg0: org.eclipse.jetty.http.HttpField): boolean public contains(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string): boolean public contains(arg0: string, arg1: string): boolean public contains(arg0: org.eclipse.jetty.http.HttpHeader): boolean public containsKey(arg0: string): boolean public getStringField(arg0: org.eclipse.jetty.http.HttpHeader): string public get(arg0: org.eclipse.jetty.http.HttpHeader): string public getStringField(arg0: string): string public get(arg0: string): string public getValuesList(arg0: string): java.util.List public getValues(arg0: string): java.util.Enumeration public getValues(arg0: string, arg1: string): java.util.Enumeration public put(arg0: org.eclipse.jetty.http.HttpField): void public put(arg0: string, arg1: string): void public put(arg0: org.eclipse.jetty.http.HttpHeader, arg1: org.eclipse.jetty.http.HttpHeaderValue): void public put(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string): void public put(arg0: string, arg1: java.util.List): void public add(arg0: string, arg1: string): void public add(arg0: org.eclipse.jetty.http.HttpHeader, arg1: org.eclipse.jetty.http.HttpHeaderValue): void public add(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string): void public remove(arg0: org.eclipse.jetty.http.HttpHeader): org.eclipse.jetty.http.HttpField public remove(arg0: string): org.eclipse.jetty.http.HttpField public getLongField(arg0: string): long public getDateField(arg0: string): long public putLongField(arg0: org.eclipse.jetty.http.HttpHeader, arg1: long): void public putLongField(arg0: string, arg1: long): void public putDateField(arg0: org.eclipse.jetty.http.HttpHeader, arg1: long): void public putDateField(arg0: string, arg1: long): void public addDateField(arg0: string, arg1: long): void public hashCode(): int public equals(arg0: java.lang.Object): boolean public toString(): string public clear(): void public add(arg0: org.eclipse.jetty.http.HttpField): void public addAll(arg0: org.eclipse.jetty.http.HttpFields): void public add(arg0: org.eclipse.jetty.http.HttpFields): void public static valueParameters(arg0: string, arg1: java.util.Map): string public static getQuality(arg0: string): java.lang.Float public static qualityList(arg0: java.util.Enumeration): java.util.List public static class: java.lang.Class } class HttpGenerator$1 extends org.eclipse.jetty.http.HttpFields { public static class: java.lang.Class } class HttpGenerator$2 { public static class: java.lang.Class } class HttpGenerator$PreparedResponse { public static class: java.lang.Class } class HttpGenerator$Result extends java.lang.Enum { public static NEED_CHUNK: org.eclipse.jetty.http.HttpGenerator$Result public static NEED_INFO: org.eclipse.jetty.http.HttpGenerator$Result public static NEED_HEADER: org.eclipse.jetty.http.HttpGenerator$Result public static FLUSH: org.eclipse.jetty.http.HttpGenerator$Result public static CONTINUE: org.eclipse.jetty.http.HttpGenerator$Result public static SHUTDOWN_OUT: org.eclipse.jetty.http.HttpGenerator$Result public static DONE: org.eclipse.jetty.http.HttpGenerator$Result public static values(): org.eclipse.jetty.http.HttpGenerator$Result[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpGenerator$Result public static class: java.lang.Class } class HttpGenerator$State extends java.lang.Enum { public static START: org.eclipse.jetty.http.HttpGenerator$State public static COMMITTED: org.eclipse.jetty.http.HttpGenerator$State public static COMPLETING: org.eclipse.jetty.http.HttpGenerator$State public static COMPLETING_1XX: org.eclipse.jetty.http.HttpGenerator$State public static END: org.eclipse.jetty.http.HttpGenerator$State public static values(): org.eclipse.jetty.http.HttpGenerator$State[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpGenerator$State public static class: java.lang.Class } class HttpGenerator { public static __STRICT: boolean public static CONTINUE_100_INFO: org.eclipse.jetty.http.MetaData$Response public static PROGRESS_102_INFO: org.eclipse.jetty.http.MetaData$Response public static RESPONSE_500_INFO: org.eclipse.jetty.http.MetaData$Response public static CHUNK_SIZE: int public static setJettyVersion(arg0: string): void public constructor() public constructor(arg0: boolean, arg1: boolean) public reset(): void public getSendServerVersion(): boolean public setSendServerVersion(arg0: boolean): void public getState(): org.eclipse.jetty.http.HttpGenerator$State public isState(arg0: org.eclipse.jetty.http.HttpGenerator$State): boolean public isIdle(): boolean public isEnd(): boolean public isCommitted(): boolean public isChunking(): boolean public isNoContent(): boolean public setPersistent(arg0: boolean): void public isPersistent(): boolean public isWritten(): boolean public getContentPrepared(): long public abort(): void public generateRequest(arg0: org.eclipse.jetty.http.MetaData$Request, arg1: java.nio.ByteBuffer, arg2: java.nio.ByteBuffer, arg3: java.nio.ByteBuffer, arg4: boolean): org.eclipse.jetty.http.HttpGenerator$Result public generateResponse(arg0: org.eclipse.jetty.http.MetaData$Response, arg1: java.nio.ByteBuffer, arg2: java.nio.ByteBuffer, arg3: java.nio.ByteBuffer, arg4: boolean): org.eclipse.jetty.http.HttpGenerator$Result public generateResponse(arg0: org.eclipse.jetty.http.MetaData$Response, arg1: boolean, arg2: java.nio.ByteBuffer, arg3: java.nio.ByteBuffer, arg4: java.nio.ByteBuffer, arg5: boolean): org.eclipse.jetty.http.HttpGenerator$Result public static getReasonBuffer(arg0: int): byte[] public toString(): string public static putTo(arg0: org.eclipse.jetty.http.HttpField, arg1: java.nio.ByteBuffer): void public static putTo(arg0: org.eclipse.jetty.http.HttpFields, arg1: java.nio.ByteBuffer): void public static class: java.lang.Class } class HttpHeader extends java.lang.Enum { public static CONNECTION: org.eclipse.jetty.http.HttpHeader public static CACHE_CONTROL: org.eclipse.jetty.http.HttpHeader public static DATE: org.eclipse.jetty.http.HttpHeader public static PRAGMA: org.eclipse.jetty.http.HttpHeader public static PROXY_CONNECTION: org.eclipse.jetty.http.HttpHeader public static TRAILER: org.eclipse.jetty.http.HttpHeader public static TRANSFER_ENCODING: org.eclipse.jetty.http.HttpHeader public static UPGRADE: org.eclipse.jetty.http.HttpHeader public static VIA: org.eclipse.jetty.http.HttpHeader public static WARNING: org.eclipse.jetty.http.HttpHeader public static NEGOTIATE: org.eclipse.jetty.http.HttpHeader public static ALLOW: org.eclipse.jetty.http.HttpHeader public static CONTENT_ENCODING: org.eclipse.jetty.http.HttpHeader public static CONTENT_LANGUAGE: org.eclipse.jetty.http.HttpHeader public static CONTENT_LENGTH: org.eclipse.jetty.http.HttpHeader public static CONTENT_LOCATION: org.eclipse.jetty.http.HttpHeader public static CONTENT_MD5: org.eclipse.jetty.http.HttpHeader public static CONTENT_RANGE: org.eclipse.jetty.http.HttpHeader public static CONTENT_TYPE: org.eclipse.jetty.http.HttpHeader public static EXPIRES: org.eclipse.jetty.http.HttpHeader public static LAST_MODIFIED: org.eclipse.jetty.http.HttpHeader public static ACCEPT: org.eclipse.jetty.http.HttpHeader public static ACCEPT_CHARSET: org.eclipse.jetty.http.HttpHeader public static ACCEPT_ENCODING: org.eclipse.jetty.http.HttpHeader public static ACCEPT_LANGUAGE: org.eclipse.jetty.http.HttpHeader public static AUTHORIZATION: org.eclipse.jetty.http.HttpHeader public static EXPECT: org.eclipse.jetty.http.HttpHeader public static FORWARDED: org.eclipse.jetty.http.HttpHeader public static FROM: org.eclipse.jetty.http.HttpHeader public static HOST: org.eclipse.jetty.http.HttpHeader public static IF_MATCH: org.eclipse.jetty.http.HttpHeader public static IF_MODIFIED_SINCE: org.eclipse.jetty.http.HttpHeader public static IF_NONE_MATCH: org.eclipse.jetty.http.HttpHeader public static IF_RANGE: org.eclipse.jetty.http.HttpHeader public static IF_UNMODIFIED_SINCE: org.eclipse.jetty.http.HttpHeader public static KEEP_ALIVE: org.eclipse.jetty.http.HttpHeader public static MAX_FORWARDS: org.eclipse.jetty.http.HttpHeader public static PROXY_AUTHORIZATION: org.eclipse.jetty.http.HttpHeader public static RANGE: org.eclipse.jetty.http.HttpHeader public static REQUEST_RANGE: org.eclipse.jetty.http.HttpHeader public static REFERER: org.eclipse.jetty.http.HttpHeader public static TE: org.eclipse.jetty.http.HttpHeader public static USER_AGENT: org.eclipse.jetty.http.HttpHeader public static X_FORWARDED_FOR: org.eclipse.jetty.http.HttpHeader public static X_FORWARDED_PROTO: org.eclipse.jetty.http.HttpHeader public static X_FORWARDED_SERVER: org.eclipse.jetty.http.HttpHeader public static X_FORWARDED_HOST: org.eclipse.jetty.http.HttpHeader public static ACCEPT_RANGES: org.eclipse.jetty.http.HttpHeader public static AGE: org.eclipse.jetty.http.HttpHeader public static ETAG: org.eclipse.jetty.http.HttpHeader public static LOCATION: org.eclipse.jetty.http.HttpHeader public static PROXY_AUTHENTICATE: org.eclipse.jetty.http.HttpHeader public static RETRY_AFTER: org.eclipse.jetty.http.HttpHeader public static SERVER: org.eclipse.jetty.http.HttpHeader public static SERVLET_ENGINE: org.eclipse.jetty.http.HttpHeader public static VARY: org.eclipse.jetty.http.HttpHeader public static WWW_AUTHENTICATE: org.eclipse.jetty.http.HttpHeader public static COOKIE: org.eclipse.jetty.http.HttpHeader public static SET_COOKIE: org.eclipse.jetty.http.HttpHeader public static SET_COOKIE2: org.eclipse.jetty.http.HttpHeader public static MIME_VERSION: org.eclipse.jetty.http.HttpHeader public static IDENTITY: org.eclipse.jetty.http.HttpHeader public static X_POWERED_BY: org.eclipse.jetty.http.HttpHeader public static HTTP2_SETTINGS: org.eclipse.jetty.http.HttpHeader public static C_METHOD: org.eclipse.jetty.http.HttpHeader public static C_SCHEME: org.eclipse.jetty.http.HttpHeader public static C_AUTHORITY: org.eclipse.jetty.http.HttpHeader public static C_PATH: org.eclipse.jetty.http.HttpHeader public static C_STATUS: org.eclipse.jetty.http.HttpHeader public static UNKNOWN: org.eclipse.jetty.http.HttpHeader public static CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpHeader[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpHeader public toBuffer(): java.nio.ByteBuffer public getBytes(): byte[] public getBytesColonSpace(): byte[] public is(arg0: string): boolean public asString(): string public toString(): string public static class: java.lang.Class } class HttpHeaderValue extends java.lang.Enum { public static CLOSE: org.eclipse.jetty.http.HttpHeaderValue public static CHUNKED: org.eclipse.jetty.http.HttpHeaderValue public static GZIP: org.eclipse.jetty.http.HttpHeaderValue public static IDENTITY: org.eclipse.jetty.http.HttpHeaderValue public static KEEP_ALIVE: org.eclipse.jetty.http.HttpHeaderValue public static CONTINUE: org.eclipse.jetty.http.HttpHeaderValue public static PROCESSING: org.eclipse.jetty.http.HttpHeaderValue public static TE: org.eclipse.jetty.http.HttpHeaderValue public static BYTES: org.eclipse.jetty.http.HttpHeaderValue public static NO_CACHE: org.eclipse.jetty.http.HttpHeaderValue public static UPGRADE: org.eclipse.jetty.http.HttpHeaderValue public static UNKNOWN: org.eclipse.jetty.http.HttpHeaderValue public static CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpHeaderValue[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpHeaderValue public toBuffer(): java.nio.ByteBuffer public is(arg0: string): boolean public asString(): string public toString(): string public static hasKnownValues(arg0: org.eclipse.jetty.http.HttpHeader): boolean public static class: java.lang.Class } class HttpMethod extends java.lang.Enum { public static GET: org.eclipse.jetty.http.HttpMethod public static POST: org.eclipse.jetty.http.HttpMethod public static HEAD: org.eclipse.jetty.http.HttpMethod public static PUT: org.eclipse.jetty.http.HttpMethod public static OPTIONS: org.eclipse.jetty.http.HttpMethod public static DELETE: org.eclipse.jetty.http.HttpMethod public static TRACE: org.eclipse.jetty.http.HttpMethod public static CONNECT: org.eclipse.jetty.http.HttpMethod public static MOVE: org.eclipse.jetty.http.HttpMethod public static PROXY: org.eclipse.jetty.http.HttpMethod public static PRI: org.eclipse.jetty.http.HttpMethod public static CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpMethod[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpMethod public static lookAheadGet(arg0: byte[], arg1: int, arg2: int): org.eclipse.jetty.http.HttpMethod public static lookAheadGet(arg0: java.nio.ByteBuffer): org.eclipse.jetty.http.HttpMethod public getBytes(): byte[] public is(arg0: string): boolean public asBuffer(): java.nio.ByteBuffer public asString(): string public static fromString(arg0: string): org.eclipse.jetty.http.HttpMethod public static class: java.lang.Class } class HttpParser$1 { public static class: java.lang.Class } class HttpParser$CharState extends java.lang.Enum { public static ILLEGAL: org.eclipse.jetty.http.HttpParser$CharState public static CR: org.eclipse.jetty.http.HttpParser$CharState public static LF: org.eclipse.jetty.http.HttpParser$CharState public static LEGAL: org.eclipse.jetty.http.HttpParser$CharState public static values(): org.eclipse.jetty.http.HttpParser$CharState[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpParser$CharState public static class: java.lang.Class } interface HttpParser$HttpHandler { content(arg0: java.nio.ByteBuffer): boolean headerComplete(): boolean messageComplete(): boolean parsedHeader(arg0: org.eclipse.jetty.http.HttpField): void earlyEOF(): void badMessage(arg0: int, arg1: string): void getHeaderCacheSize(): int } class HttpParser$IllegalCharacterException extends org.eclipse.jetty.http.BadMessageException { public static class: java.lang.Class } interface HttpParser$RequestHandler extends org.eclipse.jetty.http.HttpParser$HttpHandler { startRequest(arg0: string, arg1: string, arg2: org.eclipse.jetty.http.HttpVersion): boolean } interface HttpParser$ResponseHandler extends org.eclipse.jetty.http.HttpParser$HttpHandler { startResponse(arg0: org.eclipse.jetty.http.HttpVersion, arg1: int, arg2: string): boolean } class HttpParser$State extends java.lang.Enum { public static START: org.eclipse.jetty.http.HttpParser$State public static METHOD: org.eclipse.jetty.http.HttpParser$State public static RESPONSE_VERSION: org.eclipse.jetty.http.HttpParser$State public static SPACE1: org.eclipse.jetty.http.HttpParser$State public static STATUS: org.eclipse.jetty.http.HttpParser$State public static URI: org.eclipse.jetty.http.HttpParser$State public static SPACE2: org.eclipse.jetty.http.HttpParser$State public static REQUEST_VERSION: org.eclipse.jetty.http.HttpParser$State public static REASON: org.eclipse.jetty.http.HttpParser$State public static PROXY: org.eclipse.jetty.http.HttpParser$State public static HEADER: org.eclipse.jetty.http.HttpParser$State public static HEADER_IN_NAME: org.eclipse.jetty.http.HttpParser$State public static HEADER_VALUE: org.eclipse.jetty.http.HttpParser$State public static HEADER_IN_VALUE: org.eclipse.jetty.http.HttpParser$State public static CONTENT: org.eclipse.jetty.http.HttpParser$State public static EOF_CONTENT: org.eclipse.jetty.http.HttpParser$State public static CHUNKED_CONTENT: org.eclipse.jetty.http.HttpParser$State public static CHUNK_SIZE: org.eclipse.jetty.http.HttpParser$State public static CHUNK_PARAMS: org.eclipse.jetty.http.HttpParser$State public static CHUNK: org.eclipse.jetty.http.HttpParser$State public static CHUNK_END: org.eclipse.jetty.http.HttpParser$State public static END: org.eclipse.jetty.http.HttpParser$State public static CLOSE: org.eclipse.jetty.http.HttpParser$State public static CLOSED: org.eclipse.jetty.http.HttpParser$State public static values(): org.eclipse.jetty.http.HttpParser$State[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpParser$State public static class: java.lang.Class } class HttpParser { public static LOG: org.eclipse.jetty.util.log.Logger public static __STRICT: boolean public static INITIAL_URI_LENGTH: int public static CACHE: org.eclipse.jetty.util.Trie public constructor(arg0: org.eclipse.jetty.http.HttpParser$RequestHandler) public constructor(arg0: org.eclipse.jetty.http.HttpParser$ResponseHandler) public constructor(arg0: org.eclipse.jetty.http.HttpParser$RequestHandler, arg1: int) public constructor(arg0: org.eclipse.jetty.http.HttpParser$ResponseHandler, arg1: int) public constructor(arg0: org.eclipse.jetty.http.HttpParser$RequestHandler, arg1: int, arg2: boolean) public constructor(arg0: org.eclipse.jetty.http.HttpParser$ResponseHandler, arg1: int, arg2: boolean) public getContentLength(): long public getContentRead(): long public setHeadResponse(arg0: boolean): void protected setResponseStatus(arg0: int): void public getState(): org.eclipse.jetty.http.HttpParser$State public inContentState(): boolean public inHeaderState(): boolean public isChunking(): boolean public isStart(): boolean public isClose(): boolean public isClosed(): boolean public isIdle(): boolean public isComplete(): boolean public isState(arg0: org.eclipse.jetty.http.HttpParser$State): boolean protected parseHeaders(arg0: java.nio.ByteBuffer): boolean public parseNext(arg0: java.nio.ByteBuffer): boolean protected parseContent(arg0: java.nio.ByteBuffer): boolean public isAtEOF(): boolean public atEOF(): void public close(): void public reset(): void protected setState(arg0: org.eclipse.jetty.http.HttpParser$State): void public getFieldCache(): org.eclipse.jetty.util.Trie public toString(): string public static class: java.lang.Class } class HttpScheme extends java.lang.Enum { public static HTTP: org.eclipse.jetty.http.HttpScheme public static HTTPS: org.eclipse.jetty.http.HttpScheme public static WS: org.eclipse.jetty.http.HttpScheme public static WSS: org.eclipse.jetty.http.HttpScheme public static CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpScheme[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpScheme public asByteBuffer(): java.nio.ByteBuffer public is(arg0: string): boolean public asString(): string public toString(): string public static class: java.lang.Class } class HttpStatus$Code extends java.lang.Enum { public static CONTINUE: org.eclipse.jetty.http.HttpStatus$Code public static SWITCHING_PROTOCOLS: org.eclipse.jetty.http.HttpStatus$Code public static PROCESSING: org.eclipse.jetty.http.HttpStatus$Code public static OK: org.eclipse.jetty.http.HttpStatus$Code public static CREATED: org.eclipse.jetty.http.HttpStatus$Code public static ACCEPTED: org.eclipse.jetty.http.HttpStatus$Code public static NON_AUTHORITATIVE_INFORMATION: org.eclipse.jetty.http.HttpStatus$Code public static NO_CONTENT: org.eclipse.jetty.http.HttpStatus$Code public static RESET_CONTENT: org.eclipse.jetty.http.HttpStatus$Code public static PARTIAL_CONTENT: org.eclipse.jetty.http.HttpStatus$Code public static MULTI_STATUS: org.eclipse.jetty.http.HttpStatus$Code public static MULTIPLE_CHOICES: org.eclipse.jetty.http.HttpStatus$Code public static MOVED_PERMANENTLY: org.eclipse.jetty.http.HttpStatus$Code public static MOVED_TEMPORARILY: org.eclipse.jetty.http.HttpStatus$Code public static FOUND: org.eclipse.jetty.http.HttpStatus$Code public static SEE_OTHER: org.eclipse.jetty.http.HttpStatus$Code public static NOT_MODIFIED: org.eclipse.jetty.http.HttpStatus$Code public static USE_PROXY: org.eclipse.jetty.http.HttpStatus$Code public static TEMPORARY_REDIRECT: org.eclipse.jetty.http.HttpStatus$Code public static PERMANET_REDIRECT: org.eclipse.jetty.http.HttpStatus$Code public static BAD_REQUEST: org.eclipse.jetty.http.HttpStatus$Code public static UNAUTHORIZED: org.eclipse.jetty.http.HttpStatus$Code public static PAYMENT_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static FORBIDDEN: org.eclipse.jetty.http.HttpStatus$Code public static NOT_FOUND: org.eclipse.jetty.http.HttpStatus$Code public static METHOD_NOT_ALLOWED: org.eclipse.jetty.http.HttpStatus$Code public static NOT_ACCEPTABLE: org.eclipse.jetty.http.HttpStatus$Code public static PROXY_AUTHENTICATION_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static REQUEST_TIMEOUT: org.eclipse.jetty.http.HttpStatus$Code public static CONFLICT: org.eclipse.jetty.http.HttpStatus$Code public static GONE: org.eclipse.jetty.http.HttpStatus$Code public static LENGTH_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static PRECONDITION_FAILED: org.eclipse.jetty.http.HttpStatus$Code public static REQUEST_ENTITY_TOO_LARGE: org.eclipse.jetty.http.HttpStatus$Code public static REQUEST_URI_TOO_LONG: org.eclipse.jetty.http.HttpStatus$Code public static UNSUPPORTED_MEDIA_TYPE: org.eclipse.jetty.http.HttpStatus$Code public static REQUESTED_RANGE_NOT_SATISFIABLE: org.eclipse.jetty.http.HttpStatus$Code public static EXPECTATION_FAILED: org.eclipse.jetty.http.HttpStatus$Code public static MISDIRECTED_REQUEST: org.eclipse.jetty.http.HttpStatus$Code public static UNPROCESSABLE_ENTITY: org.eclipse.jetty.http.HttpStatus$Code public static LOCKED: org.eclipse.jetty.http.HttpStatus$Code public static FAILED_DEPENDENCY: org.eclipse.jetty.http.HttpStatus$Code public static UPGRADE_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static PRECONDITION_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static TOO_MANY_REQUESTS: org.eclipse.jetty.http.HttpStatus$Code public static REQUEST_HEADER_FIELDS_TOO_LARGE: org.eclipse.jetty.http.HttpStatus$Code public static INTERNAL_SERVER_ERROR: org.eclipse.jetty.http.HttpStatus$Code public static NOT_IMPLEMENTED: org.eclipse.jetty.http.HttpStatus$Code public static BAD_GATEWAY: org.eclipse.jetty.http.HttpStatus$Code public static SERVICE_UNAVAILABLE: org.eclipse.jetty.http.HttpStatus$Code public static GATEWAY_TIMEOUT: org.eclipse.jetty.http.HttpStatus$Code public static HTTP_VERSION_NOT_SUPPORTED: org.eclipse.jetty.http.HttpStatus$Code public static INSUFFICIENT_STORAGE: org.eclipse.jetty.http.HttpStatus$Code public static NETWORK_AUTHENTICATION_REQUIRED: org.eclipse.jetty.http.HttpStatus$Code public static values(): org.eclipse.jetty.http.HttpStatus$Code[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpStatus$Code public getCode(): int public getMessage(): string public equals(arg0: int): boolean public toString(): string public isInformational(): boolean public isSuccess(): boolean public isRedirection(): boolean public isClientError(): boolean public isServerError(): boolean public static class: java.lang.Class } class HttpStatus { public static CONTINUE_100: int public static SWITCHING_PROTOCOLS_101: int public static PROCESSING_102: int public static OK_200: int public static CREATED_201: int public static ACCEPTED_202: int public static NON_AUTHORITATIVE_INFORMATION_203: int public static NO_CONTENT_204: int public static RESET_CONTENT_205: int public static PARTIAL_CONTENT_206: int public static MULTI_STATUS_207: int public static MULTIPLE_CHOICES_300: int public static MOVED_PERMANENTLY_301: int public static MOVED_TEMPORARILY_302: int public static FOUND_302: int public static SEE_OTHER_303: int public static NOT_MODIFIED_304: int public static USE_PROXY_305: int public static TEMPORARY_REDIRECT_307: int public static PERMANENT_REDIRECT_308: int public static BAD_REQUEST_400: int public static UNAUTHORIZED_401: int public static PAYMENT_REQUIRED_402: int public static FORBIDDEN_403: int public static NOT_FOUND_404: int public static METHOD_NOT_ALLOWED_405: int public static NOT_ACCEPTABLE_406: int public static PROXY_AUTHENTICATION_REQUIRED_407: int public static REQUEST_TIMEOUT_408: int public static CONFLICT_409: int public static GONE_410: int public static LENGTH_REQUIRED_411: int public static PRECONDITION_FAILED_412: int public static REQUEST_ENTITY_TOO_LARGE_413: int public static REQUEST_URI_TOO_LONG_414: int public static UNSUPPORTED_MEDIA_TYPE_415: int public static REQUESTED_RANGE_NOT_SATISFIABLE_416: int public static EXPECTATION_FAILED_417: int public static MISDIRECTED_REQUEST_421: int public static UNPROCESSABLE_ENTITY_422: int public static LOCKED_423: int public static FAILED_DEPENDENCY_424: int public static UPGRADE_REQUIRED_426: int public static INTERNAL_SERVER_ERROR_500: int public static NOT_IMPLEMENTED_501: int public static BAD_GATEWAY_502: int public static SERVICE_UNAVAILABLE_503: int public static GATEWAY_TIMEOUT_504: int public static HTTP_VERSION_NOT_SUPPORTED_505: int public static INSUFFICIENT_STORAGE_507: int public static PRECONDITION_REQUIRED_428: int public static TOO_MANY_REQUESTS_429: int public static REQUEST_HEADER_FIELDS_TOO_LARGE_431: int public static NETWORK_AUTHENTICATION_REQUIRED_511: int public static MAX_CODE: int public constructor() public static getCode(arg0: int): org.eclipse.jetty.http.HttpStatus$Code public static getMessage(arg0: int): string public static isInformational(arg0: int): boolean public static isSuccess(arg0: int): boolean public static isRedirection(arg0: int): boolean public static isClientError(arg0: int): boolean public static isServerError(arg0: int): boolean public static class: java.lang.Class } class HttpTokens$EndOfContent extends java.lang.Enum { public static UNKNOWN_CONTENT: org.eclipse.jetty.http.HttpTokens$EndOfContent public static NO_CONTENT: org.eclipse.jetty.http.HttpTokens$EndOfContent public static EOF_CONTENT: org.eclipse.jetty.http.HttpTokens$EndOfContent public static CONTENT_LENGTH: org.eclipse.jetty.http.HttpTokens$EndOfContent public static CHUNKED_CONTENT: org.eclipse.jetty.http.HttpTokens$EndOfContent public static SELF_DEFINING_CONTENT: org.eclipse.jetty.http.HttpTokens$EndOfContent public static values(): org.eclipse.jetty.http.HttpTokens$EndOfContent[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpTokens$EndOfContent public static class: java.lang.Class } interface HttpTokens { COLON: byte TAB: byte LINE_FEED: byte CARRIAGE_RETURN: byte SPACE: byte CRLF: byte[] SEMI_COLON: byte } class HttpURI$1 { public static class: java.lang.Class } class HttpURI$State extends java.lang.Enum { public static START: org.eclipse.jetty.http.HttpURI$State public static HOST_OR_PATH: org.eclipse.jetty.http.HttpURI$State public static SCHEME_OR_PATH: org.eclipse.jetty.http.HttpURI$State public static HOST: org.eclipse.jetty.http.HttpURI$State public static IPV6: org.eclipse.jetty.http.HttpURI$State public static PORT: org.eclipse.jetty.http.HttpURI$State public static PATH: org.eclipse.jetty.http.HttpURI$State public static PARAM: org.eclipse.jetty.http.HttpURI$State public static QUERY: org.eclipse.jetty.http.HttpURI$State public static FRAGMENT: org.eclipse.jetty.http.HttpURI$State public static ASTERISK: org.eclipse.jetty.http.HttpURI$State public static values(): org.eclipse.jetty.http.HttpURI$State[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpURI$State public static class: java.lang.Class } class HttpURI { public static createHttpURI(arg0: string, arg1: string, arg2: int, arg3: string, arg4: string, arg5: string, arg6: string): org.eclipse.jetty.http.HttpURI public constructor() public constructor(arg0: string, arg1: string, arg2: int, arg3: string, arg4: string, arg5: string, arg6: string) public constructor(arg0: org.eclipse.jetty.http.HttpURI) public constructor(arg0: string) public constructor(arg0: java.net.URI) public constructor(arg0: string, arg1: string, arg2: int, arg3: string) public parse(arg0: string): void public parseConnect(arg0: string): void public parse(arg0: string, arg1: int, arg2: int): void public getScheme(): string public getHost(): string public getPort(): int public getPath(): string public getDecodedPath(): string public getParam(): string public getQuery(): string public hasQuery(): boolean public getFragment(): string public decodeQueryTo(arg0: org.eclipse.jetty.util.MultiMap): void public decodeQueryTo(arg0: org.eclipse.jetty.util.MultiMap, arg1: string): void public decodeQueryTo(arg0: org.eclipse.jetty.util.MultiMap, arg1: java.nio.charset.Charset): void public clear(): void public isAbsolute(): boolean public toString(): string public equals(arg0: java.lang.Object): boolean public setScheme(arg0: string): void public setAuthority(arg0: string, arg1: int): void public setPath(arg0: string): void public setPathQuery(arg0: string): void public setQuery(arg0: string): void public toURI(): java.net.URI public getPathQuery(): string public getAuthority(): string public static class: java.lang.Class } class HttpVersion extends java.lang.Enum { public static HTTP_0_9: org.eclipse.jetty.http.HttpVersion public static HTTP_1_0: org.eclipse.jetty.http.HttpVersion public static HTTP_1_1: org.eclipse.jetty.http.HttpVersion public static HTTP_2: org.eclipse.jetty.http.HttpVersion public static CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpVersion[] public static valueOf(arg0: string): org.eclipse.jetty.http.HttpVersion public static lookAheadGet(arg0: byte[], arg1: int, arg2: int): org.eclipse.jetty.http.HttpVersion public static lookAheadGet(arg0: java.nio.ByteBuffer): org.eclipse.jetty.http.HttpVersion public toBytes(): byte[] public toBuffer(): java.nio.ByteBuffer public getVersion(): int public is(arg0: string): boolean public asString(): string public toString(): string public static fromString(arg0: string): org.eclipse.jetty.http.HttpVersion public static fromVersion(arg0: int): org.eclipse.jetty.http.HttpVersion public static class: java.lang.Class } class MetaData$Request extends org.eclipse.jetty.http.MetaData { public constructor(arg0: org.eclipse.jetty.http.HttpFields) public constructor(arg0: string, arg1: org.eclipse.jetty.http.HttpURI, arg2: org.eclipse.jetty.http.HttpVersion, arg3: org.eclipse.jetty.http.HttpFields) public constructor(arg0: string, arg1: org.eclipse.jetty.http.HttpURI, arg2: org.eclipse.jetty.http.HttpVersion, arg3: org.eclipse.jetty.http.HttpFields, arg4: long) public constructor(arg0: string, arg1: org.eclipse.jetty.http.HttpScheme, arg2: org.eclipse.jetty.http.HostPortHttpField, arg3: string, arg4: org.eclipse.jetty.http.HttpVersion, arg5: org.eclipse.jetty.http.HttpFields) public constructor(arg0: string, arg1: org.eclipse.jetty.http.HttpScheme, arg2: org.eclipse.jetty.http.HostPortHttpField, arg3: string, arg4: org.eclipse.jetty.http.HttpVersion, arg5: org.eclipse.jetty.http.HttpFields, arg6: long) public constructor(arg0: string, arg1: string, arg2: org.eclipse.jetty.http.HostPortHttpField, arg3: string, arg4: org.eclipse.jetty.http.HttpVersion, arg5: org.eclipse.jetty.http.HttpFields, arg6: long) public constructor(arg0: org.eclipse.jetty.http.MetaData$Request) public recycle(): void public isRequest(): boolean public getMethod(): string public setMethod(arg0: string): void public getURI(): org.eclipse.jetty.http.HttpURI public getURIString(): string public setURI(arg0: org.eclipse.jetty.http.HttpURI): void public toString(): string public static class: java.lang.Class } class MetaData$Response extends org.eclipse.jetty.http.MetaData { public constructor() public constructor(arg0: org.eclipse.jetty.http.HttpVersion, arg1: int, arg2: org.eclipse.jetty.http.HttpFields) public constructor(arg0: org.eclipse.jetty.http.HttpVersion, arg1: int, arg2: org.eclipse.jetty.http.HttpFields, arg3: long) public constructor(arg0: org.eclipse.jetty.http.HttpVersion, arg1: int, arg2: string, arg3: org.eclipse.jetty.http.HttpFields, arg4: long) public isResponse(): boolean public getStatus(): int public getReason(): string public setStatus(arg0: int): void public setReason(arg0: string): void public toString(): string public static class: java.lang.Class } class MetaData implements java.lang.Iterable { public constructor(arg0: org.eclipse.jetty.http.HttpVersion, arg1: org.eclipse.jetty.http.HttpFields) public constructor(arg0: org.eclipse.jetty.http.HttpVersion, arg1: org.eclipse.jetty.http.HttpFields, arg2: long) protected recycle(): void public isRequest(): boolean public isResponse(): boolean public getVersion(): org.eclipse.jetty.http.HttpVersion public setHttpVersion(arg0: org.eclipse.jetty.http.HttpVersion): void public getFields(): org.eclipse.jetty.http.HttpFields public getContentLength(): long public iterator(): java.util.Iterator public toString(): string public static class: java.lang.Class } class MimeTypes$Type extends java.lang.Enum { public static FORM_ENCODED: org.eclipse.jetty.http.MimeTypes$Type public static MESSAGE_HTTP: org.eclipse.jetty.http.MimeTypes$Type public static MULTIPART_BYTERANGES: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_HTML: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_PLAIN: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_XML: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_JSON: org.eclipse.jetty.http.MimeTypes$Type public static APPLICATION_JSON: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_HTML_8859_1: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_HTML_UTF_8: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_PLAIN_8859_1: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_PLAIN_UTF_8: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_XML_8859_1: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_XML_UTF_8: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_JSON_8859_1: org.eclipse.jetty.http.MimeTypes$Type public static TEXT_JSON_UTF_8: org.eclipse.jetty.http.MimeTypes$Type public static APPLICATION_JSON_8859_1: org.eclipse.jetty.http.MimeTypes$Type public static APPLICATION_JSON_UTF_8: org.eclipse.jetty.http.MimeTypes$Type public static values(): org.eclipse.jetty.http.MimeTypes$Type[] public static valueOf(arg0: string): org.eclipse.jetty.http.MimeTypes$Type public asBuffer(): java.nio.ByteBuffer public getCharset(): java.nio.charset.Charset public getCharsetString(): string public is(arg0: string): boolean public asString(): string public toString(): string public isCharsetAssumed(): boolean public getContentTypeField(): org.eclipse.jetty.http.HttpField public getBaseType(): org.eclipse.jetty.http.MimeTypes$Type public static class: java.lang.Class } class MimeTypes { public static CACHE: org.eclipse.jetty.util.Trie public constructor() public getMimeMap(): java.util.Map public setMimeMap(arg0: java.util.Map): void public getMimeByExtension(arg0: string): string public addMimeMapping(arg0: string, arg1: string): void public static getKnownMimeTypes(): java.util.Set public static getCharsetFromContentType(arg0: string): string public static inferCharsetFromContentType(arg0: string): string public static getContentTypeWithoutCharset(arg0: string): string public static class: java.lang.Class } class PathMap$MappedEntry implements java.util.Map$Entry { public getKey(): string public getValue(): O public setValue(arg0: O): O public toString(): string public getMapped(): string public getKey(): java.lang.Object public static class: java.lang.Class } class PathMap$PathSet extends java.util.AbstractSet { public static MATCHER: java.util.function$.BiFunction public constructor() public iterator(): java.util.Iterator public size(): int public add(arg0: string): boolean public remove(arg0: java.lang.Object): boolean public contains(arg0: java.lang.Object): boolean public containsMatch(arg0: string): boolean public add(arg0: java.lang.Object): boolean public static class: java.lang.Class } class PathMap extends java.util.HashMap { public static setPathSpecSeparators(arg0: string): void public constructor() public constructor(arg0: boolean) public constructor(arg0: int) public constructor(arg0: java.util.Map) public put(arg0: string, arg1: O): O public match(arg0: string): O public getMatch(arg0: string): org.eclipse.jetty.http.PathMap$MappedEntry public getMatches(arg0: string): java.util.List> public containsMatch(arg0: string): boolean public remove(arg0: java.lang.Object): O public clear(): void public static match(arg0: string, arg1: string): boolean public static match(arg0: string, arg1: string, arg2: boolean): boolean public static pathMatch(arg0: string, arg1: string): string public static pathInfo(arg0: string, arg1: string): string public static relativePath(arg0: string, arg1: string, arg2: string): string public put(arg0: java.lang.Object, arg1: java.lang.Object): java.lang.Object public static class: java.lang.Class } class PreEncodedHttpField extends org.eclipse.jetty.http.HttpField { public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string, arg2: string) public constructor(arg0: org.eclipse.jetty.http.HttpHeader, arg1: string) public constructor(arg0: string, arg1: string) public putTo(arg0: java.nio.ByteBuffer, arg1: org.eclipse.jetty.http.HttpVersion): void public static class: java.lang.Class } class ResourceHttpContent implements org.eclipse.jetty.http.HttpContent { public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: string) public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: string, arg2: int) public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: string, arg2: int, arg3: org.eclipse.jetty.http.HttpContent) public getContentTypeValue(): string public getContentType(): org.eclipse.jetty.http.HttpField public getContentEncoding(): org.eclipse.jetty.http.HttpField public getContentEncodingValue(): string public getCharacterEncoding(): string public getMimeType(): org.eclipse.jetty.http.MimeTypes$Type public getLastModified(): org.eclipse.jetty.http.HttpField public getLastModifiedValue(): string public getDirectBuffer(): java.nio.ByteBuffer public getETag(): org.eclipse.jetty.http.HttpField public getETagValue(): string public getIndirectBuffer(): java.nio.ByteBuffer public getContentLength(): org.eclipse.jetty.http.HttpField public getContentLengthValue(): long public getInputStream(): java.io.InputStream public getReadableByteChannel(): java.nio.channels.ReadableByteChannel public getResource(): org.eclipse.jetty.util.resource.Resource public release(): void public toString(): string public getGzipContent(): org.eclipse.jetty.http.HttpContent public static class: java.lang.Class } } } } }