| 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 |
ByteBufferHttpInput
An implementation of HttpInput using
ByteBuffer as items. |
| Modifier and Type | Method and Description |
|---|---|
HttpInput<?> |
Request.getHttpInput() |
| Constructor and Description |
|---|
HttpChannel(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<T> input) |
Request(HttpChannel<?> channel,
HttpInput<?> input) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyHttpInput
HttpInput for Empty Http body sections.
|
| Constructor and Description |
|---|
HttpChannelOverMux(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.