Package | Description |
---|---|
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.spdy.server.http | |
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Class and Description |
---|---|
class |
HttpTransportOverFCGI |
Constructor and Description |
---|
HttpChannelOverFCGI(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnection
A
Connection that handles the HTTP protocol. |
Modifier and Type | Method and Description |
---|---|
HttpTransport |
HttpChannel.getHttpTransport() |
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) |
Modifier and Type | Class and Description |
---|---|
class |
HttpTransportOverSPDY |
Constructor and Description |
---|
HttpChannelOverSPDY(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInputOverSPDY input,
Stream stream) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyHTTPSPDYConnection |
Copyright © 1995-2015 Webtide. All Rights Reserved.