Interface ContentTransferEncodingField
-
- All Superinterfaces:
Field
,ParsedField
- All Known Implementing Classes:
ContentTransferEncodingFieldImpl
public interface ContentTransferEncodingField extends ParsedField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
bodyDescriptionField()
java.lang.String
getEncoding()
Gets the encoding defined in this field.-
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getNameLowerCase, getRaw
-
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
-
-
-
-
Method Detail
-
bodyDescriptionField
default boolean bodyDescriptionField()
- Specified by:
bodyDescriptionField
in interfaceParsedField
-
getEncoding
java.lang.String getEncoding()
Gets the encoding defined in this field.- Returns:
- the content ID or
null
if not set.
-
-