Package org.jvnet.mimepull
Interface Header
-
public interface HeaderThe Header class stores a name/value pair to represent headers.- Author:
- John Mani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of this header.StringgetValue()Returns the value of this header.
-