Uses of Interface
io.vertx.ext.web.MIMEHeader
-
Packages that use MIMEHeader Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of MIMEHeader in io.vertx.ext.web
Methods in io.vertx.ext.web that return MIMEHeader Modifier and Type Method Description MIMEHeader
ParsedHeaderValues. contentType()
MIMEHeader
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 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 MIMEHeader
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.MIMEHeader
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 MIMEHeader Modifier and Type Method Description MIMEHeader
MIMEHeader. getDelegate()
Methods in io.vertx.reactivex.ext.web with parameters of type MIMEHeader Modifier and Type Method Description static MIMEHeader
MIMEHeader. newInstance(MIMEHeader arg)
Constructors in io.vertx.reactivex.ext.web with parameters of type MIMEHeader Constructor Description MIMEHeader(MIMEHeader delegate)
-
Uses of MIMEHeader in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return MIMEHeader Modifier and Type Method Description MIMEHeader
MIMEHeader. getDelegate()
Methods in io.vertx.rxjava3.ext.web with parameters of type MIMEHeader Modifier and Type Method Description static MIMEHeader
MIMEHeader. newInstance(MIMEHeader arg)
Constructors in io.vertx.rxjava3.ext.web with parameters of type MIMEHeader Constructor Description MIMEHeader(MIMEHeader delegate)
-