Uses of Class
com.nimbusds.common.contenttype.ContentType.Parameter
-
-
Uses of ContentType.Parameter in com.nimbusds.common.contenttype
Fields in com.nimbusds.common.contenttype declared as ContentType.Parameter Modifier and Type Field Description static ContentType.ParameterContentType.Parameter. CHARSET_UTF_8Acharset=UTF-8parameter.Methods in com.nimbusds.common.contenttype that return types with arguments of type ContentType.Parameter Modifier and Type Method Description List<ContentType.Parameter>ContentType. getParameters()Returns the optional parameters.Constructors in com.nimbusds.common.contenttype with parameters of type ContentType.Parameter Constructor Description ContentType(String baseType, String subType, ContentType.Parameter... param)Creates a new content type.
-