| Package | Description |
|---|---|
| org.eclipse.jetty.server | |
| org.eclipse.jetty.websocket.server.mux |
Jetty WebSocket Server : MUX Extension [Unstable Early Draft]
|
| Modifier and Type | Method and Description |
|---|---|
static HttpChannel<?> |
HttpChannel.getCurrentHttpChannel() |
HttpChannel<?> |
HttpChannelState.getHttpChannel() |
HttpChannel<?> |
Request.getHttpChannel() |
HttpChannel<?> |
HttpConnection.getHttpChannel() |
protected HttpChannel<?> |
Response.getHttpChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.handle(HttpChannel<?> connection) |
void |
Server.handleAsync(HttpChannel<?> connection) |
protected static void |
HttpChannel.setCurrentHttpChannel(HttpChannel<?> channel) |
| Constructor and Description |
|---|
HttpChannelState(HttpChannel<?> channel) |
HttpOutput(HttpChannel<?> channel) |
Request(HttpChannel<?> channel,
HttpInput<?> input) |
Response(HttpChannel<?> channel,
HttpOutput out) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpChannelOverMux
Process incoming AddChannelRequest headers within the existing Jetty framework.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.