declare namespace org { namespace eclipse { namespace jetty { namespace http { 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 } } } } }