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.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this header.
|
String |
getValue()
Returns the value of this header.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.