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 processingorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of MimeTypes.Type in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as MimeTypes.Type Modifier and Type Field Description private MimeTypes.Type
MimeTypes.Type. _base
Fields in org.eclipse.jetty.http with type parameters of type MimeTypes.Type Modifier and Type Field Description static Trie<MimeTypes.Type>
MimeTypes. CACHE
Methods in org.eclipse.jetty.http that return MimeTypes.Type Modifier and Type Method Description MimeTypes.Type
MimeTypes.Type. getBaseType()
MimeTypes.Type
HttpContent. getMimeType()
MimeTypes.Type
PrecompressedHttpContent. getMimeType()
MimeTypes.Type
ResourceHttpContent. getMimeType()
static MimeTypes.Type
MimeTypes.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.Constructors in org.eclipse.jetty.http with parameters of type MimeTypes.Type Constructor Description Type(java.lang.String s, MimeTypes.Type base)
-
Uses of MimeTypes.Type in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as MimeTypes.Type Modifier and Type Field Description private MimeTypes.Type
CachedContentFactory.CachedHttpContent. _mimeType
private MimeTypes.Type
Response. _mimeType
Methods in org.eclipse.jetty.server that return MimeTypes.Type Modifier and Type Method Description MimeTypes.Type
CachedContentFactory.CachedHttpContent. getMimeType()
-