| 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 |
HttpChannelOverHttp |
A HttpChannel customized to be transported over the HTTP/1 protocol
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpChannel |
AsyncContextState.getHttpChannel() |
|
HttpChannel |
HttpChannelState.getHttpChannel() |
|
HttpChannel |
HttpConnection.getHttpChannel() |
|
HttpChannel |
HttpOutput.getHttpChannel() |
|
HttpChannel |
Request.getHttpChannel() |
|
HttpChannel |
Response.getHttpChannel() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Server.handle(HttpChannel channel) |
|
void |
Server.handleAsync(HttpChannel channel) |
| Constructor | Description |
|---|---|
HttpChannelState(HttpChannel channel) |
|
HttpOutput(HttpChannel channel) |
|
Request(HttpChannel channel,
HttpInput input) |
|
Response(HttpChannel channel,
HttpOutput out) |
| Constructor | Description |
|---|---|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpField vary,
int bufferSize,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
|
GzipHttpOutputInterceptor(GzipFactory factory,
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.