A C E G H I M P T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- APPLICATION_JOSE - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
application/jose; charset=UTF-8. - APPLICATION_JSON - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
application/json; charset=UTF-8. - APPLICATION_JWT - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
application/jwt; charset=UTF-8. - APPLICATION_PDF - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
application/pdf. - APPLICATION_URLENCODED - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
application/x-www-form-urlencoded; charset=UTF-8.
C
- CHARSET_UTF_8 - Static variable in class com.nimbusds.common.contenttype.ContentType.Parameter
-
A
charset=UTF-8parameter. - com.nimbusds.common.contenttype - package com.nimbusds.common.contenttype
-
Content type classes.
- ContentType - Class in com.nimbusds.common.contenttype
-
Content (media) type.
- ContentType(String, String, ContentType.Parameter...) - Constructor for class com.nimbusds.common.contenttype.ContentType
-
Creates a new content type.
- ContentType(String, String, Charset) - Constructor for class com.nimbusds.common.contenttype.ContentType
-
Creates a new content type with the specified character set.
- ContentType.Parameter - Class in com.nimbusds.common.contenttype
-
Optional content type parameter, for example
charset=UTF-8.
E
- equals(Object) - Method in class com.nimbusds.common.contenttype.ContentType
- equals(Object) - Method in class com.nimbusds.common.contenttype.ContentType.Parameter
G
- getBaseSubType() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the base sub type.
- getBaseType() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the base type.
- getName() - Method in class com.nimbusds.common.contenttype.ContentType.Parameter
-
Returns the parameter name.
- getParameters() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the optional parameters.
- getSubType() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the subtype.
- getSubTypeSuffix() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the sub type suffix.
- getType() - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns the type.
- getValue() - Method in class com.nimbusds.common.contenttype.ContentType.Parameter
-
Returns the parameter value.
H
- hashCode() - Method in class com.nimbusds.common.contenttype.ContentType
- hashCode() - Method in class com.nimbusds.common.contenttype.ContentType.Parameter
- hasSubTypeSuffix(String) - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns
trueif this content type has the specified sub type suffix.
I
- IMAGE_APNG - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/apng. - IMAGE_AVIF - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/avif. - IMAGE_GIF - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/gif. - IMAGE_JPEG - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/jpeg. - IMAGE_PNG - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/png. - IMAGE_SVG_XML - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/svg+xml. - IMAGE_WEBP - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
image/webp.
M
- matches(ContentType) - Method in class com.nimbusds.common.contenttype.ContentType
-
Returns
trueif the types and subtypes match.
P
- Parameter(String, String) - Constructor for class com.nimbusds.common.contenttype.ContentType.Parameter
-
Creates a new content type parameter.
- parse(String) - Static method in class com.nimbusds.common.contenttype.ContentType
-
Parses a content type from the specified string.
T
- TEXT_PLAIN - Static variable in class com.nimbusds.common.contenttype.ContentType
-
Content type
text/plain; charset=UTF-8. - toString() - Method in class com.nimbusds.common.contenttype.ContentType.Parameter
- toString() - Method in class com.nimbusds.common.contenttype.ContentType
All Classes All Packages