-
- All Known Implementing Classes:
Hdr
public interface Header
The Header class stores a name/value pair to represent headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name of this header.java.lang.String
getValue()
Returns the value of this header.
-