public interface ServerHeader extends Header
For Example:
Server: HomeServer v2
ViaHeader,
UserAgentHeader| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Name of ServerHeader
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator |
getProduct()
Returns a ListIterator over the List of product values.
|
void |
setProduct(List product)
Sets the List of product values of the ServerHeader.
|
static final String NAME
ListIterator getProduct()
void setProduct(List product) throws ParseException
product - - a List of Strings specifying the product valuesParseException - which signals that an error has been reached
unexpectedly while parsing the List of product value strings.Copyright © 2018. All Rights Reserved.