Uses of Interface
io.vertx.ext.web.MIMEHeader
Packages that use MIMEHeader
-
Uses of MIMEHeader in io.vertx.ext.web
Methods in io.vertx.ext.web that return MIMEHeaderModifier and TypeMethodDescriptionParsedHeaderValues.contentType()ParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted, Collection<MIMEHeader> in) Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values: It finds the first accepted header that matches any inside the Iterable.Methods in io.vertx.ext.web that return types with arguments of type MIMEHeaderMethod parameters in io.vertx.ext.web with type arguments of type MIMEHeaderModifier and TypeMethodDescriptionParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted, Collection<MIMEHeader> in) Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values: It finds the first accepted header that matches any inside the Iterable.ParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted, Collection<MIMEHeader> in) Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values: It finds the first accepted header that matches any inside the Iterable. -
Uses of MIMEHeader in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return MIMEHeaderMethods in io.vertx.reactivex.ext.web with parameters of type MIMEHeaderConstructors in io.vertx.reactivex.ext.web with parameters of type MIMEHeader -
Uses of MIMEHeader in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return MIMEHeaderMethods in io.vertx.rxjava3.ext.web with parameters of type MIMEHeaderConstructors in io.vertx.rxjava3.ext.web with parameters of type MIMEHeader