Uses of Class
com.networknt.http.client.ContentType
-
Packages that use ContentType Package Description com.networknt.http.client com.networknt.http.client.oauth -
-
Uses of ContentType in com.networknt.http.client
Methods in com.networknt.http.client that return ContentType Modifier and Type Method Description static ContentTypeContentType. toContentType(String value)static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContentType in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth that return ContentType Modifier and Type Method Description static ContentTypeOauthHelper. getContentTypeHeaders(HttpHeaders headers)
-