Uses of Class
com.nimbusds.common.contenttype.ContentType
-
-
Uses of ContentType in com.nimbusds.common.contenttype
Fields in com.nimbusds.common.contenttype declared as ContentType Modifier and Type Field Description static ContentTypeContentType. APPLICATION_JOSEContent typeapplication/jose; charset=UTF-8.static ContentTypeContentType. APPLICATION_JSONContent typeapplication/json; charset=UTF-8.static ContentTypeContentType. APPLICATION_JWTContent typeapplication/jwt; charset=UTF-8.static ContentTypeContentType. APPLICATION_PDFContent typeapplication/pdf.static ContentTypeContentType. APPLICATION_URLENCODEDContent typeapplication/x-www-form-urlencoded; charset=UTF-8.static ContentTypeContentType. IMAGE_APNGContent typeimage/apng.static ContentTypeContentType. IMAGE_AVIFContent typeimage/avif.static ContentTypeContentType. IMAGE_GIFContent typeimage/gif.static ContentTypeContentType. IMAGE_JPEGContent typeimage/jpeg.static ContentTypeContentType. IMAGE_PNGContent typeimage/png.static ContentTypeContentType. IMAGE_SVG_XMLContent typeimage/svg+xml.static ContentTypeContentType. IMAGE_WEBPContent typeimage/webp.static ContentTypeContentType. TEXT_PLAINContent typetext/plain; charset=UTF-8.Methods in com.nimbusds.common.contenttype that return ContentType Modifier and Type Method Description static ContentTypeContentType. parse(String s)Parses a content type from the specified string.Methods in com.nimbusds.common.contenttype with parameters of type ContentType Modifier and Type Method Description booleanContentType. matches(ContentType other)Returnstrueif the types and subtypes match.
-