Uses of Interface
io.vertx.mutiny.ext.web.ParsedHeaderValue
-
Packages that use ParsedHeaderValue Package Description io.vertx.mutiny.ext.web -
-
Uses of ParsedHeaderValue in io.vertx.mutiny.ext.web
Classes in io.vertx.mutiny.ext.web that implement ParsedHeaderValue Modifier and Type Class Description class
LanguageHeader
A parsed language header.class
MIMEHeader
Methods in io.vertx.mutiny.ext.web that return ParsedHeaderValue Modifier and Type Method Description static ParsedHeaderValue
ParsedHeaderValue. newInstance(io.vertx.ext.web.ParsedHeaderValue arg)
Methods in io.vertx.mutiny.ext.web that return types with arguments of type ParsedHeaderValue Modifier and Type Method Description List<ParsedHeaderValue>
ParsedHeaderValues. acceptCharset()
List<ParsedHeaderValue>
ParsedHeaderValues. acceptEncoding()
Methods in io.vertx.mutiny.ext.web with parameters of type ParsedHeaderValue Modifier and Type Method Description boolean
LanguageHeader. isMatchedBy(ParsedHeaderValue matchTry)
boolean
MIMEHeader. isMatchedBy(ParsedHeaderValue matchTry)
boolean
ParsedHeaderValue. isMatchedBy(ParsedHeaderValue matchTry)
-