Initializer |
MIMEHeader(MIMEHeader unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
component | shared default String component() Gets the parsed component part of the MIME. This is the string between the beginning and the first @{code '/'} of the MIME |
isMatchedBy | shared actual default Boolean isMatchedBy(ParsedHeaderValue matchTry) Test if this header is matched by matchTry header Parameters:
Refines ParsedHeaderValue.isMatchedBy |
isPermitted | shared actual default Boolean isPermitted() Is this an allowed operation as specified by the corresponding header? Refines ParsedHeaderValue.isPermitted |
parameter | shared actual default String? parameter(String key) The value of the parameter specified by this key. Each is one of 3 things:
Note: The Refines ParsedHeaderValue.parameter |
parameters | shared actual default Map<String,String> parameters() The parameters specified in this header value.
Note: The Refines ParsedHeaderValue.parameters |
rawValue | shared actual default String rawValue() Contains the raw value that was received from the user agent Refines ParsedHeaderValue.rawValue |
subComponent | shared default String subComponent() Gets the parsed subcomponent part of the MIME. This is the string between the first @{code '/'} and the |
value | shared actual default String value() Holds the unparsed value of the header. Refines ParsedHeaderValue.value |
weight | shared actual default Float weight() Holds the weight specified in the “q” parameter of the header. Refines ParsedHeaderValue.weight |
weightedOrder | shared actual default Integer weightedOrder() An integer that represents the absolute order position of this header Refines ParsedHeaderValue.weightedOrder |
Inherited Methods |
Methods inherited from: Object equals |
Methods inherited from: ParsedHeaderValue |