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
Jetty Util : Resource Utilities
-
Uses of Index in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as IndexModifier and TypeFieldDescriptionstatic final Index<HttpHeader> HttpHeader.CACHEstatic final Index<HttpHeaderValue> HttpHeaderValue.CACHEstatic final Index<HttpMethod> HttpMethod.CACHEHttpParser.CACHECache of commonHttpFields 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.CACHEstatic final Index<HttpVersion> HttpVersion.CACHEstatic final Index<MimeTypes.Type> MimeTypes.CACHEstatic final Index<HttpMethod> HttpMethod.INSENSITIVE_CACHEstatic final Index<HttpMethod> HttpMethod.LOOK_AHEADMethods 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 interfaceA mutable String lookup data structure.Methods in org.eclipse.jetty.util that return Index -
Uses of Index in org.eclipse.jetty.util.resource
Fields in org.eclipse.jetty.util.resource declared as IndexModifier and TypeFieldDescriptionPathResource.SUPPORTED_SCHEMESDeprecated, for removal: This API element is subject to removal in a future version.Using ResourceFactoryInternals.isSupported() instead.