Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
Modifier and Type | Class and Description |
---|---|
class |
HttpChannelOverHttp
An HttpChannel customized to be transported over the HTTP/1 protocol
|
Modifier and Type | Field and Description |
---|---|
private HttpChannel |
AsyncContextState._channel |
private HttpChannel |
HttpChannelState._channel |
private HttpChannel |
HttpOutput._channel |
private HttpChannel |
HttpOutput.WriteBlocker._channel |
private HttpChannel |
Request._channel |
private HttpChannel |
Response._channel |
Modifier and Type | Method and Description |
---|---|
HttpChannel |
AsyncContextState.getHttpChannel() |
HttpChannel |
HttpChannelState.getHttpChannel() |
HttpChannel |
HttpConnection.getHttpChannel() |
HttpChannel |
HttpOutput.getHttpChannel() |
HttpChannel |
Request.getHttpChannel() |
HttpChannel |
Response.getHttpChannel() |
Modifier and Type | Method and Description |
---|---|
void |
Server.handle(HttpChannel channel) |
void |
Server.handleAsync(HttpChannel channel) |
Constructor and Description |
---|
HttpChannelState(HttpChannel channel) |
HttpOutput(HttpChannel channel) |
Request(HttpChannel channel,
HttpInput input) |
Response(HttpChannel channel,
HttpOutput out) |
WriteBlocker(HttpChannel channel) |
Modifier and Type | Field and Description |
---|---|
(package private) HttpChannel |
BufferedResponseHandler.BufferedInterceptor._channel |
Constructor and Description |
---|
BufferedInterceptor(HttpChannel httpChannel,
HttpOutput.Interceptor interceptor) |
Modifier and Type | Field and Description |
---|---|
private HttpChannel |
GzipHttpOutputInterceptor._channel |
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) |