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 and Description |
---|
InternetHeaders.InternetHeader(String l)
Constructor that takes a line and splits out
the header name.
|
InternetHeaders.InternetHeader(String n,
String v)
Constructor that takes a header name and value.
|
public InternetHeaders.InternetHeader(String l)
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.