Uses of Class
org.glassfish.grizzly.http.util.ContentType
Packages that use ContentType
-
Uses of ContentType in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return ContentTypeMethods in org.glassfish.grizzly.http with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidHttpHeader.setContentType(ContentType contentType) Sets the content type. -
Uses of ContentType in org.glassfish.grizzly.http.util
Subclasses of ContentType in org.glassfish.grizzly.http.utilMethods in org.glassfish.grizzly.http.util that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeContentType.newContentType(String contentType) Creates aContentTypewrapper over aStringcontent-type representation.static ContentTypeContentType.newContentType(String mimeType, String characterEncoding) Creates aContentTypewrapper over the passed mime-type and character encoding.ContentType.prepare()Prepare the ContentType for the serialization.Methods in org.glassfish.grizzly.http.util with parameters of type ContentTypeModifier and TypeMethodDescriptionprotected voidContentType.set(ContentType contentType) Sets the content type.voidContentType.SettableContentType.set(ContentType contentType)