Package org.apache.james.jdkim.api
Interface Headers
-
- All Known Implementing Classes:
Message
public interface Headers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getFields()
Gets the fields of this header.List<String>
getFields(String name)
Gets allField
s having the specified field name in a case insensitive way.
-