Uses of Enum
org.eclipse.jetty.http.MimeTypes.Type
Packages that use MimeTypes.Type
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of MimeTypes.Type in org.eclipse.jetty.http
Subclasses with type arguments of type MimeTypes.Type in org.eclipse.jetty.httpFields in org.eclipse.jetty.http declared as MimeTypes.TypeFields in org.eclipse.jetty.http with type parameters of type MimeTypes.TypeMethods in org.eclipse.jetty.http that return MimeTypes.TypeModifier and TypeMethodDescriptionMimeTypes.Type.getBaseType()HttpContent.getMimeType()PrecompressedHttpContent.getMimeType()ResourceHttpContent.getMimeType()static MimeTypes.TypeReturns the enum constant of this type with the specified name.static MimeTypes.Type[]MimeTypes.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jetty.http with parameters of type MimeTypes.Type -
Uses of MimeTypes.Type in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as MimeTypes.TypeModifier and TypeFieldDescriptionprivate final MimeTypes.TypeCachedContentFactory.CachedHttpContent._mimeTypeprivate MimeTypes.TypeResponse._mimeTypeMethods in org.eclipse.jetty.server that return MimeTypes.Type