Uses of Enum Class
org.eclipse.jetty.http.MimeTypes.Type
Packages that use MimeTypes.Type
Package
Description
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.TypeModifier and TypeFieldDescriptionstatic final org.eclipse.jetty.util.Index<MimeTypes.Type> MimeTypes.CACHEMethods in org.eclipse.jetty.http that return MimeTypes.TypeModifier and TypeMethodDescriptionstatic MimeTypes.TypeMimeTypes.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.TypeMimeTypes.getMimeTypeFromContentType(HttpField field) static MimeTypes.TypeReturns 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()