Uses of Class
org.hcjf.encoding.MimeType
-
Packages that use MimeType Package Description org.hcjf.encoding org.hcjf.io.net.http -
-
Uses of MimeType in org.hcjf.encoding
Methods in org.hcjf.encoding that return MimeType Modifier and Type Method Description static MimeTypeMimeType. fromString(java.lang.String text)Return the type indexed by the text.static MimeTypeMimeType. fromStringIgnoreCase(java.lang.String text)Return the type indexed by the text.static MimeTypeMimeType. fromSuffix(java.lang.String suffix)Return the type indexed by the suffixstatic MimeTypeMimeType. fromSuffixIgnoreCase(java.lang.String suffix)Return the type indexed by the suffix -
Uses of MimeType in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return MimeType Modifier and Type Method Description MimeTypeHttpRequest.AttachFile. getMimeType()Constructors in org.hcjf.io.net.http with parameters of type MimeType Constructor Description AttachFile(java.lang.String name, java.lang.String fileName, MimeType mimeType, byte[] file)
-