Package | Description |
---|---|
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
org.eclipse.jetty.spdy.server.http |
Modifier and Type | Class and Description |
---|---|
class |
HttpChannelOverFCGI |
Modifier and Type | Class and Description |
---|---|
protected class |
HttpConnection.HttpChannelOverHttp |
Modifier and Type | Method and Description |
---|---|
static HttpChannel<?> |
HttpChannel.getCurrentHttpChannel()
Get the current channel that this thread is dispatched to.
|
protected HttpChannel<?> |
Response.getHttpChannel() |
HttpChannel<?> |
Request.getHttpChannel() |
HttpChannel<?> |
HttpOutput.getHttpChannel() |
HttpChannel<?> |
HttpConnection.getHttpChannel() |
HttpChannel<?> |
HttpChannelState.getHttpChannel() |
protected static HttpChannel<?> |
HttpChannel.setCurrentHttpChannel(HttpChannel<?> channel) |
Modifier and Type | Method and Description |
---|---|
void |
Server.handle(HttpChannel<?> connection) |
void |
Server.handleAsync(HttpChannel<?> connection) |
protected static HttpChannel<?> |
HttpChannel.setCurrentHttpChannel(HttpChannel<?> channel) |
Constructor and Description |
---|
HttpChannelState(HttpChannel<?> channel) |
HttpOutput(HttpChannel<?> channel) |
Request(HttpChannel<?> channel,
HttpInput<?> input) |
Response(HttpChannel<?> channel,
HttpOutput out) |
Constructor and Description |
---|
GzipHttpOutput(HttpChannel<?> channel) |
Modifier and Type | Class and Description |
---|---|
class |
HttpChannelOverSPDY |
Copyright © 1995-2015 Webtide. All Rights Reserved.