| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi.server | |
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.spdy.server.http |
| Constructor and Description |
|---|
HttpChannelOverFCGI(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferQueuedHttpInput
An implementation of HttpInput using
ByteBuffer as items. |
class |
HttpInputOverHTTP |
class |
QueuedHttpInput<T>
QueuedHttpInput holds a queue of items passed to it by calls to QueuedHttpInput.content(Object). |
| Modifier and Type | Method and Description |
|---|---|
HttpInput<?> |
Request.getHttpInput() |
protected HttpInput<ByteBuffer> |
HttpConnection.newHttpInput() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpConnection.HttpChannelOverHttp |
HttpConnection.newHttpChannel(HttpInput<ByteBuffer> httpInput) |
void |
HttpInput.State.waitForContent(HttpInput<?> in) |
| Constructor and Description |
|---|
HttpChannel(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<T> input) |
HttpConnection.HttpChannelOverHttp(Connector connector,
HttpConfiguration config,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
Request(HttpChannel<?> channel,
HttpInput<?> input) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpInputOverSPDY |
Copyright © 1995-2015 Webtide. All Rights Reserved.