Uses of Class
org.glassfish.grizzly.http.util.ContentType
-
Packages that use ContentType Package Description org.glassfish.grizzly.http org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.filecache 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.server
Methods in org.glassfish.grizzly.http.server with parameters of type ContentType Modifier and Type Method Description voidResponse. setContentType(ContentType type)Set the content type for this Response. -
Uses of ContentType in org.glassfish.grizzly.http.server.filecache
Fields in org.glassfish.grizzly.http.server.filecache declared as ContentType Modifier and Type Field Description ContentTypeFileCacheEntry. contentType -
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(java.lang.String contentType)Creates aContentTypewrapper over aStringcontent-type representation.static ContentTypeContentType. newContentType(java.lang.String mimeType, java.lang.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)
-