Uses of Interface
io.vertx.ext.web.ParsedHeaderValue
Packages that use ParsedHeaderValue
-
Uses of ParsedHeaderValue in io.vertx.ext.web
Subinterfaces of ParsedHeaderValue in io.vertx.ext.webModifier and TypeInterfaceDescriptioninterfaceA parsed language header.interfaceMethods in io.vertx.ext.web with type parameters of type ParsedHeaderValueModifier and TypeMethodDescription<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 ParsedHeaderValueModifier and TypeMethodDescriptionParsedHeaderValues.acceptCharset()ParsedHeaderValues.acceptEncoding()Methods in io.vertx.ext.web with parameters of type ParsedHeaderValueModifier and TypeMethodDescriptionbooleanParsedHeaderValue.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 ParsedHeaderValueMethods in io.vertx.reactivex.ext.web with parameters of type ParsedHeaderValueModifier and TypeMethodDescriptionstatic ParsedHeaderValueParsedHeaderValue.newInstance(ParsedHeaderValue arg) -
Uses of ParsedHeaderValue in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return ParsedHeaderValueMethods in io.vertx.rxjava3.ext.web with parameters of type ParsedHeaderValueModifier and TypeMethodDescriptionstatic ParsedHeaderValueParsedHeaderValue.newInstance(ParsedHeaderValue arg)