| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
class |
HttpChannelOverHttp |
A HttpChannel customized to be transported over the HTTP/1 protocol
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpOutput.Interceptor |
HttpOutput.getInterceptor() |
|
HttpOutput.Interceptor |
HttpChannel.getNextInterceptor() |
|
HttpOutput.Interceptor |
HttpOutput.Interceptor.getNextInterceptor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpOutput.setInterceptor(HttpOutput.Interceptor filter) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GzipHttpOutputInterceptor |
| Modifier and Type | Method | Description |
|---|---|---|
HttpOutput.Interceptor |
GzipHttpOutputInterceptor.getNextInterceptor() |
| Constructor | Description |
|---|---|
GzipHttpOutputInterceptor(GzipFactory factory,
org.eclipse.jetty.http.HttpField vary,
int bufferSize,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
|
GzipHttpOutputInterceptor(GzipFactory factory,
org.eclipse.jetty.http.HttpField vary,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
Copyright © 1995–2018 Webtide. All rights reserved.