Uses of Class
org.somda.sdc.dpws.http.ContentType
-
Packages that use ContentType Package Description org.somda.sdc.dpws.http HTTP server binding for DPWS. -
-
Uses of ContentType in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that return types with arguments of type ContentType Modifier and Type Method Description static Optional<ContentType>ContentType. fromApache(org.apache.http.Header header)Parses the content-type Header element provided by apache http client.static Optional<ContentType>ContentType. fromListMultimap(com.google.common.collect.ListMultimap<String,String> headers)Parses the content-type entry from aListMultimapcontaining header entries.
-