declare namespace org { namespace eclipse { namespace jetty { namespace http { class HttpHeader extends java.lang.Enum { public static readonly CONNECTION: org.eclipse.jetty.http.HttpHeader public static readonly CACHE_CONTROL: org.eclipse.jetty.http.HttpHeader public static readonly DATE: org.eclipse.jetty.http.HttpHeader public static readonly PRAGMA: org.eclipse.jetty.http.HttpHeader public static readonly PROXY_CONNECTION: org.eclipse.jetty.http.HttpHeader public static readonly TRAILER: org.eclipse.jetty.http.HttpHeader public static readonly TRANSFER_ENCODING: org.eclipse.jetty.http.HttpHeader public static readonly UPGRADE: org.eclipse.jetty.http.HttpHeader public static readonly VIA: org.eclipse.jetty.http.HttpHeader public static readonly WARNING: org.eclipse.jetty.http.HttpHeader public static readonly NEGOTIATE: org.eclipse.jetty.http.HttpHeader public static readonly ALLOW: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_ENCODING: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_LANGUAGE: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_LENGTH: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_LOCATION: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_MD5: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_RANGE: org.eclipse.jetty.http.HttpHeader public static readonly CONTENT_TYPE: org.eclipse.jetty.http.HttpHeader public static readonly EXPIRES: org.eclipse.jetty.http.HttpHeader public static readonly LAST_MODIFIED: org.eclipse.jetty.http.HttpHeader public static readonly ACCEPT: org.eclipse.jetty.http.HttpHeader public static readonly ACCEPT_CHARSET: org.eclipse.jetty.http.HttpHeader public static readonly ACCEPT_ENCODING: org.eclipse.jetty.http.HttpHeader public static readonly ACCEPT_LANGUAGE: org.eclipse.jetty.http.HttpHeader public static readonly AUTHORIZATION: org.eclipse.jetty.http.HttpHeader public static readonly EXPECT: org.eclipse.jetty.http.HttpHeader public static readonly FORWARDED: org.eclipse.jetty.http.HttpHeader public static readonly FROM: org.eclipse.jetty.http.HttpHeader public static readonly HOST: org.eclipse.jetty.http.HttpHeader public static readonly IF_MATCH: org.eclipse.jetty.http.HttpHeader public static readonly IF_MODIFIED_SINCE: org.eclipse.jetty.http.HttpHeader public static readonly IF_NONE_MATCH: org.eclipse.jetty.http.HttpHeader public static readonly IF_RANGE: org.eclipse.jetty.http.HttpHeader public static readonly IF_UNMODIFIED_SINCE: org.eclipse.jetty.http.HttpHeader public static readonly KEEP_ALIVE: org.eclipse.jetty.http.HttpHeader public static readonly MAX_FORWARDS: org.eclipse.jetty.http.HttpHeader public static readonly PROXY_AUTHORIZATION: org.eclipse.jetty.http.HttpHeader public static readonly RANGE: org.eclipse.jetty.http.HttpHeader public static readonly REQUEST_RANGE: org.eclipse.jetty.http.HttpHeader public static readonly REFERER: org.eclipse.jetty.http.HttpHeader public static readonly TE: org.eclipse.jetty.http.HttpHeader public static readonly USER_AGENT: org.eclipse.jetty.http.HttpHeader public static readonly X_FORWARDED_FOR: org.eclipse.jetty.http.HttpHeader public static readonly X_FORWARDED_PROTO: org.eclipse.jetty.http.HttpHeader public static readonly X_FORWARDED_SERVER: org.eclipse.jetty.http.HttpHeader public static readonly X_FORWARDED_HOST: org.eclipse.jetty.http.HttpHeader public static readonly ACCEPT_RANGES: org.eclipse.jetty.http.HttpHeader public static readonly AGE: org.eclipse.jetty.http.HttpHeader public static readonly ETAG: org.eclipse.jetty.http.HttpHeader public static readonly LOCATION: org.eclipse.jetty.http.HttpHeader public static readonly PROXY_AUTHENTICATE: org.eclipse.jetty.http.HttpHeader public static readonly RETRY_AFTER: org.eclipse.jetty.http.HttpHeader public static readonly SERVER: org.eclipse.jetty.http.HttpHeader public static readonly SERVLET_ENGINE: org.eclipse.jetty.http.HttpHeader public static readonly VARY: org.eclipse.jetty.http.HttpHeader public static readonly WWW_AUTHENTICATE: org.eclipse.jetty.http.HttpHeader public static readonly COOKIE: org.eclipse.jetty.http.HttpHeader public static readonly SET_COOKIE: org.eclipse.jetty.http.HttpHeader public static readonly SET_COOKIE2: org.eclipse.jetty.http.HttpHeader public static readonly MIME_VERSION: org.eclipse.jetty.http.HttpHeader public static readonly IDENTITY: org.eclipse.jetty.http.HttpHeader public static readonly X_POWERED_BY: org.eclipse.jetty.http.HttpHeader public static readonly HTTP2_SETTINGS: org.eclipse.jetty.http.HttpHeader public static readonly C_METHOD: org.eclipse.jetty.http.HttpHeader public static readonly C_SCHEME: org.eclipse.jetty.http.HttpHeader public static readonly C_AUTHORITY: org.eclipse.jetty.http.HttpHeader public static readonly C_PATH: org.eclipse.jetty.http.HttpHeader public static readonly C_STATUS: org.eclipse.jetty.http.HttpHeader public static readonly UNKNOWN: org.eclipse.jetty.http.HttpHeader public static readonly CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpHeader[] public static valueOf(arg0: java.lang.String | string): org.eclipse.jetty.http.HttpHeader public toBuffer(): java.nio.ByteBuffer public getBytes(): byte[] public getBytesColonSpace(): byte[] public is(arg0: java.lang.String | string): boolean public asString(): string public toString(): string public static class: java.lang.Class } } } } }