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.ParsedHeaderValuebooleanisMatchedBy(ParsedHeaderValue matchTry) booleanstatic ParsedHeaderValuenewInstance(io.vertx.ext.web.ParsedHeaderValue arg) rawValue()value()floatweight()int
-
Method Details
-
getDelegate
io.vertx.ext.web.ParsedHeaderValue getDelegate()- Specified by:
getDelegatein 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
-