Uses of Class
org.somda.sdc.dpws.http.ContentType
Packages that use ContentType
-
Uses of ContentType in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that return types with arguments of type ContentTypeModifier and TypeMethodDescriptionstatic 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.