| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Class and Description |
|---|---|
class |
GzipHttpContent |
class |
ResourceHttpContent
HttpContent created from a
Resource. |
| Modifier and Type | Method and Description |
|---|---|
HttpContent |
HttpContent.Factory.getContent(String path,
int maxBuffer) |
HttpContent |
ResourceHttpContent.getGzipContent() |
HttpContent |
HttpContent.getGzipContent() |
HttpContent |
GzipHttpContent.getGzipContent() |
| Constructor and Description |
|---|
GzipHttpContent(HttpContent content,
HttpContent contentGz) |
ResourceHttpContent(Resource resource,
String contentType,
int maxBuffer,
HttpContent gzip) |
Copyright © 1995-2016 Webtide. All Rights Reserved.