| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class and 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 and Description |
|---|---|
HttpOutput.Interceptor |
HttpOutput.getInterceptor() |
HttpOutput.Interceptor |
HttpOutput.Interceptor.getNextInterceptor() |
HttpOutput.Interceptor |
HttpChannel.getNextInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpOutput.setInterceptor(HttpOutput.Interceptor filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
GzipHttpOutputInterceptor |
| Modifier and Type | Method and Description |
|---|---|
HttpOutput.Interceptor |
GzipHttpOutputInterceptor.getNextInterceptor() |
| Constructor and Description |
|---|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
GzipHttpOutputInterceptor(GzipFactory factory,
HttpField vary,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
GzipHttpOutputInterceptor(GzipFactory factory,
HttpField vary,
int bufferSize,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
Copyright © 1995–2017 Webtide. All rights reserved.