Uses of Interface
io.vertx.ext.web.ParsedHeaderValue
-
Packages that use ParsedHeaderValue Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of ParsedHeaderValue in io.vertx.ext.web
Subinterfaces of ParsedHeaderValue in io.vertx.ext.web Modifier and Type Interface Description interface
LanguageHeader
A parsed language header.interface
MIMEHeader
Methods in io.vertx.ext.web with type parameters of type ParsedHeaderValue Modifier and Type Method Description <T extends ParsedHeaderValue>
TParsedHeaderValue. findMatchedBy(Collection<T> matchTries)
Finds the first ParsedHeaderValue in the list that matches with this header value.Methods in io.vertx.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.ext.web with parameters of type ParsedHeaderValue Modifier and Type Method Description boolean
ParsedHeaderValue. isMatchedBy(ParsedHeaderValue matchTry)
Test if this header is matched by matchTry header -
Uses of ParsedHeaderValue in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return ParsedHeaderValue Modifier and Type Method Description ParsedHeaderValue
ParsedHeaderValue. getDelegate()
Methods in io.vertx.reactivex.ext.web with parameters of type ParsedHeaderValue Modifier and Type Method Description static ParsedHeaderValue
ParsedHeaderValue. newInstance(ParsedHeaderValue arg)
-
Uses of ParsedHeaderValue in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return ParsedHeaderValue Modifier and Type Method Description ParsedHeaderValue
ParsedHeaderValue. getDelegate()
Methods in io.vertx.rxjava3.ext.web with parameters of type ParsedHeaderValue Modifier and Type Method Description static ParsedHeaderValue
ParsedHeaderValue. newInstance(ParsedHeaderValue arg)
-