Uses of Interface
io.vertx.ext.web.MIMEHeader
-
Packages that use MIMEHeader Package Description io.vertx.ext.web -
-
Uses of MIMEHeader in io.vertx.ext.web
Methods in io.vertx.ext.web that return MIMEHeader Modifier and Type Method Description MIMEHeaderParsedHeaderValues. contentType()MIMEHeaderParsedHeaderValues. 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 MIMEHeader Modifier and Type Method Description List<MIMEHeader>ParsedHeaderValues. accept()Method parameters in io.vertx.ext.web with type arguments of type MIMEHeader Modifier and Type Method Description MIMEHeaderParsedHeaderValues. 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.MIMEHeaderParsedHeaderValues. 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.
-