Name

Header

Synopsis

A holder class for a name/value pair representing a message header.

public class Header {
// Public Constructors
   public Header( String name, String value);  
// Public Instance Methods
   public String getName();  
   public String getValue();  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.