JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.jvnet.mimepull
org.jvnet.mimepull
Header
Contents
Description
Method Summary
Method Details
getName()
getValue()
Hide sidebar
Show sidebar
Interface Header
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
String
getName
()
Returns the name of this header.
String
getValue
()
Returns the value of this header.
Method Details
getName
String
getName
()
Returns the name of this header.
Returns:
name of the header
getValue
String
getValue
()
Returns the value of this header.
Returns:
value of the header