protected static final class InternetHeaders.InternetHeader extends Header
An InternetHeader object with a null value is used as a placeholder for headers of that name, to preserve the order of headers. A placeholder InternetHeader object with a name of ":" marks the location in the list of headers where new headers are added by default.
Constructor | Description |
---|---|
InternetHeader(String l) |
Constructor that takes a line and splits out
the header name.
|
InternetHeader(String n,
String v) |
Constructor that takes a header name and value.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getValue() |
Return the "value" part of the header line.
|
public InternetHeader(String l)
l
- the header lineCopyright © 2018 Oracle. All rights reserved.