Package com.nimbusds.common.contenttype
Class ContentType.Parameter
- java.lang.Object
-
- com.nimbusds.common.contenttype.ContentType.Parameter
-
- Enclosing class:
- ContentType
public static final class ContentType.Parameter extends Object
Optional content type parameter, for examplecharset=UTF-8.
-
-
Field Summary
Fields Modifier and Type Field Description static ContentType.ParameterCHARSET_UTF_8Acharset=UTF-8parameter.
-
-
-
Field Detail
-
CHARSET_UTF_8
public static final ContentType.Parameter CHARSET_UTF_8
Acharset=UTF-8parameter.
-
-