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
ParseException
public ParameterizedHeader(HttpHeaderReader reader) throws ParseException
ParseException
Copyright © 2013 Oracle Corporation. All rights reserved.