| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| 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.
|
HttpChannel<?> |
Request.getHttpChannel() |
HttpChannel<?> |
HttpChannelState.getHttpChannel() |
HttpChannel<?> |
HttpOutput.getHttpChannel() |
protected HttpChannel<?> |
Response.getHttpChannel() |
HttpChannel<?> |
HttpConnection.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) |
Copyright © 1995-2014 Webtide. All Rights Reserved.