Uses of Enum Class
org.eclipse.jetty.http.MimeTypes.Type
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
Jetty Server : Core Handler API
-
Uses of MimeTypes.Type in org.eclipse.jetty.ee10.servlet
-
Uses of MimeTypes.Type in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic MimeTypes.Type
MimeTypes.getBaseType
(String contentType) MimeTypes.Type.getBaseType()
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
Modifier and TypeMethodDescriptionCachingHttpContentFactory.CachedHttpContent.getMimeType()
CachingHttpContentFactory.NotFoundHttpContent.getMimeType()
HttpContent.getMimeType()
HttpContent.Wrapper.getMimeType()
PreCompressedHttpContent.getMimeType()
ResourceHttpContent.getMimeType()
-
Uses of MimeTypes.Type in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionprotected DelayedHandler.DelayedProcess
DelayedHandler.newDelayedProcess
(boolean contentExpected, String contentType, MimeTypes.Type mimeType, Handler handler, Request request, Response response, Callback callback)