Uses of Class
com.helger.commons.mime.EMimeQuoting
-
Packages that use EMimeQuoting Package Description com.helger.commons.mime -
-
Uses of EMimeQuoting in com.helger.commons.mime
Fields in com.helger.commons.mime declared as EMimeQuoting Modifier and Type Field Description static EMimeQuotingCMimeType. DEFAULT_QUOTINGThe default quoting algorithm to be used:QUOTED_STRINGMethods in com.helger.commons.mime that return EMimeQuoting Modifier and Type Method Description static EMimeQuotingEMimeQuoting. valueOf(String name)Returns the enum constant of this type with the specified name.static EMimeQuoting[]EMimeQuoting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.mime with parameters of type EMimeQuoting Modifier and Type Method Description StringIMimeType. getAsString(EMimeQuoting eQuotingAlgorithm)Get the MIME type including all parameters as a single string.StringMimeType. getAsString(EMimeQuoting eQuotingAlgorithm)StringIMimeType. getParametersAsString(EMimeQuoting eQuotingAlgorithm)Get all MIME type parameters as a single string but without the leading content and sub type.StringMimeType. getParametersAsString(EMimeQuoting eQuotingAlgorithm)StringMimeTypeParameter. getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm)static MimeTypeMimeTypeParser. parseMimeType(String sMimeType, EMimeQuoting eQuotingAlgorithm)Try to convert the string representation of a MIME type to an object.static MimeTypeMimeTypeParser. safeParseMimeType(String sMimeType, EMimeQuoting eQuotingAlgorithm)Try to convert the string representation of a MIME type to an object.
-