| Package | Description |
|---|---|
| org.eclipse.jetty.server | |
| org.eclipse.jetty.websocket.server.mux |
Jetty WebSocket Server : MUX Extension [Unstable Early Draft]
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpConnection
A
Connection that handles the HTTP protocol. |
| Constructor and Description |
|---|
HttpChannel(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<T> input) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpTransportOverMux
Take
HttpGenerator.ResponseInfo objects and convert to bytes for response. |
| Constructor and Description |
|---|
HttpChannelOverMux(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.