Searched defs:Header (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DHeader.java15 * When distributing the software, include this License Header Notice in each
24 * If applicable, add the following below the License Header, with the fields
45 * The Header class stores a name/value pair to represent headers.
50 public class Header { class
67 * Construct a Header object.
72 public Header(String name, String value) { method in class:Header

Completed in 15 milliseconds