| Package | Description |
|---|---|
| org.eclipse.jetty.fcgi.server | |
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| 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 |
HttpChannelOverFCGI |
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpTester.Request |
| Constructor and Description |
|---|
HttpParser(HttpParser.RequestHandler<ByteBuffer> handler) |
HttpParser(HttpParser.RequestHandler<ByteBuffer> handler,
int maxHeaderBytes) |
HttpParser(HttpParser.RequestHandler<ByteBuffer> handler,
int maxHeaderBytes,
boolean strict) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpChannel<T>
HttpChannel.
|
protected class |
HttpConnection.HttpChannelOverHttp |
| Modifier and Type | Method and Description |
|---|---|
protected HttpParser.RequestHandler<ByteBuffer> |
HttpConnection.newRequestHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpChannelOverSPDY |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyHTTPSPDYConnection |
| Modifier and Type | Method and Description |
|---|---|
protected HttpParser.RequestHandler<ByteBuffer> |
ProxyHTTPSPDYConnection.newRequestHandler() |
Copyright © 1995-2015 Webtide. All Rights Reserved.