| Package | Description |
|---|---|
| org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpReceiver |
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpTester.Response |
| Constructor and Description |
|---|
HttpParser(HttpParser.ResponseHandler<ByteBuffer> handler) |
HttpParser(HttpParser.ResponseHandler<ByteBuffer> handler,
int maxHeaderBytes) |
HttpParser(HttpParser.ResponseHandler<ByteBuffer> handler,
int maxHeaderBytes,
boolean strict) |
Copyright © 1995–2013 Mort Bay Consulting. All rights reserved.