declare namespace org { namespace eclipse { namespace jetty { namespace http { class ResourceHttpContent implements org.eclipse.jetty.http.HttpContent { public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: java.lang.String | string) public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: java.lang.String | string, arg2: int) public constructor(arg0: org.eclipse.jetty.util.resource.Resource, arg1: java.lang.String | 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 } } } } }