public class Header extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name
The name of the header.
|
protected String |
value
The value of the header.
|
Constructor and Description |
---|
Header(String name,
String value)
Construct a Header object.
|
Copyright © 2013 Oracle. All Rights Reserved.