Uses of Interface
org.eclipse.jetty.util.Index
Packages that use Index
Package
Description
Jetty Http : Tools for Http processing
Jetty Util : Common Utility Classes
-
Uses of Index in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as IndexModifier 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
Methods in org.eclipse.jetty.http that return Index -
Uses of Index in org.eclipse.jetty.util
Subinterfaces of Index in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptionstatic interface
A mutable String lookup data structure.Methods in org.eclipse.jetty.util that return Index