Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
isMatchedBy | shared Boolean isMatchedBy(ParsedHeaderValue matchTry) Test if this header is matched by matchTry header Parameters:
|
isPermitted | shared Boolean isPermitted() Is this an allowed operation as specified by the corresponding header? |
parameter | shared String? parameter(String key) The value of the parameter specified by this key. Each is one of 3 things:
Note: The |
parameters | shared Map<String,String> parameters() The parameters specified in this header value.
Note: The |
rawValue | shared String rawValue() Contains the raw value that was received from the user agent |
value | shared String value() Holds the unparsed value of the header. |
weight | shared Float weight() Holds the weight specified in the “q” parameter of the header. |
weightedOrder | shared Integer weightedOrder() An integer that represents the absolute order position of this header |
Inherited Methods |
Methods inherited from: Object equals |