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.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.fcgi.parser | |
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.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Method and Description |
---|---|
protected HttpField |
HttpClient.getAcceptEncodingField() |
HttpField |
HttpDestination.getHostField() |
HttpField |
HttpClient.getUserAgentField() |
Modifier and Type | Method and Description |
---|---|
boolean |
ResponseNotifier.notifyHeader(List<Response.ResponseListener> listeners,
Response response,
HttpField field) |
protected boolean |
HttpReceiver.responseHeader(HttpExchange exchange,
HttpField field)
Method to be invoked when a response HTTP header is available.
|
void |
HttpClient.setUserAgentField(HttpField agent) |
protected void |
HttpReceiver.storeCookie(URI uri,
HttpField field) |
Modifier and Type | Method and Description |
---|---|
boolean |
Response.HeaderListener.onHeader(Response response,
HttpField field)
Callback method invoked when a response header has been received,
returning whether the header should be processed or not.
|
boolean |
Response.Listener.Adapter.onHeader(Response response,
HttpField field) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpReceiverOverHTTP.parsedHeader(HttpField field) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpReceiverOverFCGI.responseHeader(HttpExchange exchange,
HttpField field) |
protected boolean |
HttpChannelOverFCGI.responseHeader(HttpField field) |
Modifier and Type | Method and Description |
---|---|
void |
Parser.Listener.onHeader(int request,
HttpField field) |
void |
Parser.Listener.Adapter.onHeader(int request,
HttpField field) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpChannelOverFCGI.header(HttpField field) |
Modifier and Type | Class and Description |
---|---|
static class |
HttpGenerator.CachedHttpField |
Modifier and Type | Field and Description |
---|---|
static Trie<HttpField> |
HttpParser.CACHE
Cache of common
HttpField s including:
Common static combinations such as:
Connection: close
Accept-Encoding: gzip
Content-Length: 0
Combinations of Content-Type header for common mime types by common charsets
Most common headers with null values so that a lookup will at least
determine the header name even if the name:value combination is not cached
|
Modifier and Type | Method and Description |
---|---|
HttpField |
MimeTypes.Type.getContentTypeField() |
HttpField |
HttpFields.getField(HttpHeader header) |
HttpField |
HttpFields.getField(int i)
Get a Field by index.
|
HttpField |
HttpFields.getField(String name) |
HttpField |
HttpFields.remove(HttpHeader name)
Remove a field.
|
HttpField |
HttpFields.remove(String name)
Remove a field.
|
Modifier and Type | Method and Description |
---|---|
Trie<HttpField> |
HttpParser.getFieldCache() |
Iterator<HttpField> |
HttpFields.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
HttpFields.add(HttpField field) |
boolean |
HttpField.isSame(HttpField field) |
boolean |
HttpTester.Message.parsedHeader(HttpField field) |
boolean |
HttpParser.HttpHandler.parsedHeader(HttpField field)
This is the method called by parser when a HTTP Header name and value is found
|
void |
HttpFields.put(HttpField field) |
static void |
HttpGenerator.putTo(HttpField field,
ByteBuffer bufferInFillMode) |
Modifier and Type | Method and Description |
---|---|
HttpField |
Server.getDateField() |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpChannel.parsedHeader(HttpField field) |
Modifier and Type | Field and Description |
---|---|
protected HttpField |
AsyncGzipFilter._vary |
Modifier and Type | Method and Description |
---|---|
HttpField |
AsyncGzipFilter.getVaryField() |
Modifier and Type | Method and Description |
---|---|
HttpField |
GzipFactory.getVaryField() |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyHTTPSPDYConnection.parsedHeader(HttpField field) |
Copyright © 1995-2015 Webtide. All Rights Reserved.