Uses of Interface
io.vertx.ext.web.ParsedHeaderValue
-
Packages that use ParsedHeaderValue Package Description io.vertx.ext.web -
-
Uses of ParsedHeaderValue in io.vertx.ext.web
Subinterfaces of ParsedHeaderValue in io.vertx.ext.web Modifier and Type Interface Description interfaceLanguageHeaderA parsed language header.interfaceMIMEHeaderMethods 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 booleanParsedHeaderValue. isMatchedBy(ParsedHeaderValue matchTry)Test if this header is matched by matchTry header
-