public class Header extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name
The name of the header.
|
protected String |
value
The header value (can be null).
|
Constructor and Description |
---|
Header(String name,
String value)
Constructor initializing all immutable fields.
|
Copyright © 2013. All rights reserved.