Uses of Class
org.glassfish.grizzly.http.util.ContentType
-
Packages that use ContentType Package Description org.glassfish.grizzly.http org.glassfish.grizzly.http.util -
-
Uses of ContentType in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return ContentType Modifier and Type Method Description protected ContentTypeHttpHeader. getContentTypeHolder()Methods in org.glassfish.grizzly.http with parameters of type ContentType Modifier and Type Method Description voidHttpHeader. setContentType(ContentType contentType)Sets the content type. -
Uses of ContentType in org.glassfish.grizzly.http.util
Subclasses of ContentType in org.glassfish.grizzly.http.util Modifier and Type Class Description static classContentType.SettableContentTypeMutableContentTypeobject.Methods in org.glassfish.grizzly.http.util that return ContentType Modifier and Type Method Description static 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.ContentTypeContentType. prepare()Prepare the ContentType for the serialization.Methods in org.glassfish.grizzly.http.util with parameters of type ContentType Modifier and Type Method Description protected voidContentType. set(ContentType contentType)Sets the content type.voidContentType.SettableContentType. set(ContentType contentType)
-