Package io.vertx.mutiny.ext.web
Interface ParsedHeaderValue
- All Superinterfaces:
MutinyDelegate
- All Known Implementing Classes:
LanguageHeader
,MIMEHeader
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.ParsedHeaderValue
boolean
isMatchedBy
(ParsedHeaderValue matchTry) boolean
static ParsedHeaderValue
newInstance
(io.vertx.ext.web.ParsedHeaderValue arg) rawValue()
value()
float
weight()
int
-
Method Details
-
getDelegate
io.vertx.ext.web.ParsedHeaderValue getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
rawValue
String rawValue()- Returns:
-
value
String value()- Returns:
-
weight
float weight()- Returns:
-
parameter
- Parameters:
key
-- Returns:
-
parameters
- Returns:
- Unmodifiable Map of parameters of this header value
-
isPermitted
boolean isPermitted()- Returns:
-
isMatchedBy
- Parameters:
matchTry
- The header to be matched from- Returns:
- true if this header represents a subset of matchTry, otherwise, false
-
weightedOrder
int weightedOrder()- Returns:
-
newInstance
-