Uses of Enum Class
org.eclipse.jetty.http.MimeTypes.Type
Packages that use MimeTypes.Type
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
-
Uses of MimeTypes.Type in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return MimeTypes.Type -
Uses of MimeTypes.Type in org.eclipse.jetty.ee11.servlet
Methods in org.eclipse.jetty.ee11.servlet that return MimeTypes.Type -
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 with type parameters of type MimeTypes.TypeMethods in org.eclipse.jetty.http that return MimeTypes.TypeModifier and TypeMethodDescriptionstatic MimeTypes.Type
MimeTypes.getBaseType
(String contentType) Get the base type of this type, which is the type without a charset specifiedMimeTypes.Type.getBaseType()
Get the base type of this type, which is the type without a charset specifiedstatic MimeTypes.Type
MimeTypes.getMimeTypeFromContentType
(HttpField field) static MimeTypes.Type
Returns the enum constant of this class with the specified name.static MimeTypes.Type[]
MimeTypes.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MimeTypes.Type in org.eclipse.jetty.http.content
Methods in org.eclipse.jetty.http.content that return MimeTypes.TypeModifier and TypeMethodDescriptionCachingHttpContentFactory.CachedHttpContent.getMimeType()
CachingHttpContentFactory.NotFoundHttpContent.getMimeType()
HttpContent.getMimeType()
Get the Mime type of this HTTP content.HttpContent.Wrapper.getMimeType()
PreCompressedHttpContent.getMimeType()
ResourceHttpContent.getMimeType()