public class ParameterizedHeader extends Object
The header consists of a value and zero or more parameters. A value consists of zero or more tokens and separators up to but not including a ';' separator if present. The tokens and separators of a value may be separated by zero or more white space, which is ignored and is not considered part of the value. The value is separated from the parameters with a ';'. Each parameter is separated with a ';'.
| Constructor and Description |
|---|
ParameterizedHeader(HttpHeaderReader reader) |
ParameterizedHeader(String header) |
public ParameterizedHeader(String header) throws ParseException
ParseExceptionpublic ParameterizedHeader(HttpHeaderReader reader) throws ParseException
ParseExceptionCopyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.