Uses of Class
com.helger.commons.mime.MimeTypeParameter
Packages that use MimeTypeParameter
-
Uses of MimeTypeParameter in com.helger.commons.mime
Methods in com.helger.commons.mime that return MimeTypeParameterModifier and TypeMethodDescriptionIMimeType.getParameterAtIndex(int nIndex) Get the parameter at the specified index.MimeType.getParameterAtIndex(int nIndex) IMimeType.getParameterWithName(String sParamName) Get the parameter with the specified name.MimeType.getParameterWithName(String sParamName) Methods in com.helger.commons.mime that return types with arguments of type MimeTypeParameterMethods in com.helger.commons.mime with parameters of type MimeTypeParameterModifier and TypeMethodDescriptionMimeType.addParameter(MimeTypeParameter aParameter) Add a parameter.MimeType.removeParameter(MimeTypeParameter aParameter) Remove the specified parameter from this MIME type.Constructor parameters in com.helger.commons.mime with type arguments of type MimeTypeParameterModifierConstructorDescriptionMimeType(EMimeContentType eContentType, String sContentSubType, Collection<? extends MimeTypeParameter> aParameters) Constructor without parameters.