declare namespace org { namespace eclipse { namespace jetty { namespace http { class GzipHttpContent implements org.eclipse.jetty.http.HttpContent { public static readonly ETAG_GZIP: string public static readonly ETAG_GZIP_QUOTE: string public static readonly CONTENT_ENCODING_GZIP: org.eclipse.jetty.http.PreEncodedHttpField public static removeGzipFromETag(arg0: java.lang.String | 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 } } } } }