Uses of Class
org.eclipse.jetty.http.MimeTypes.Type
-
Packages that use MimeTypes.Type Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of MimeTypes.Type in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type MimeTypes.Type Modifier and Type Field Description static Trie<MimeTypes.Type>MimeTypes. CACHEMethods in org.eclipse.jetty.http that return MimeTypes.Type Modifier and Type Method Description MimeTypes.TypeMimeTypes.Type. getBaseType()MimeTypes.TypeHttpContent. getMimeType()MimeTypes.TypePrecompressedHttpContent. getMimeType()MimeTypes.TypeResourceHttpContent. getMimeType()static MimeTypes.TypeMimeTypes.Type. valueOf(java.lang.String name)Returns 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.
-