Uses of Interface
org.eclipse.jetty.util.Index
Package
Description
Jetty Http : Tools for Http processing
Jetty Util : Common Utility Classes
-
Uses of Index in org.eclipse.jetty.http
Modifier and TypeFieldDescriptionstatic final Index<HttpHeader>
HttpHeader.CACHE
static final Index<HttpHeaderValue>
HttpHeaderValue.CACHE
static final Index<HttpMethod>
HttpMethod.CACHE
HttpParser.CACHE
Cache of commonHttpField
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 cachedstatic final Index<HttpScheme>
HttpScheme.CACHE
static final Index<HttpVersion>
HttpVersion.CACHE
static final Index<MimeTypes.Type>
MimeTypes.CACHE
static final Index<HttpMethod>
HttpMethod.INSENSITIVE_CACHE
static final Index<HttpMethod>
HttpMethod.LOOK_AHEAD
-
Uses of Index in org.eclipse.jetty.util
Modifier and TypeInterfaceDescriptionstatic interface
A mutable String lookup data structure.