Uses of Class
org.somda.sdc.dpws.http.ContentType.ContentTypes
-
Packages that use ContentType.ContentTypes Package Description org.somda.sdc.dpws.http HTTP server binding for DPWS. -
-
Uses of ContentType.ContentTypes in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that return ContentType.ContentTypes Modifier and Type Method Description ContentType.ContentTypesContentType. getContentType()static ContentType.ContentTypesContentType.ContentTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType.ContentTypes[]ContentType.ContentTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.dpws.http that return types with arguments of type ContentType.ContentTypes Modifier and Type Method Description static Optional<ContentType.ContentTypes>ContentType.ContentTypes. fromMime(String mime)Maps a mime-type to the respective ContentType.ContentTypes enum value.
-