public interface Header
The Header class stores a name/value pair to represent headers.
-
Method Summary
Returns the name of this header.
Returns the value of this header.
-
Method Details
-
getName
Returns the name of this header.
- Returns:
- name of the header
-
getValue
Returns the value of this header.
- Returns:
- value of the header