Uses of Interface
io.vertx.ext.web.handler.ResponseContentTypeHandler
-
Packages that use ResponseContentTypeHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of ResponseContentTypeHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return ResponseContentTypeHandler Modifier and Type Method Description static ResponseContentTypeHandler
ResponseContentTypeHandler. create()
Create a response content type handler.static ResponseContentTypeHandler
ResponseContentTypeHandler. create(String disableFlag)
Create a response content type handler with a custom disable flag. -
Uses of ResponseContentTypeHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return ResponseContentTypeHandler Modifier and Type Method Description ResponseContentTypeHandler
ResponseContentTypeHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type ResponseContentTypeHandler Modifier and Type Method Description static ResponseContentTypeHandler
ResponseContentTypeHandler. newInstance(ResponseContentTypeHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type ResponseContentTypeHandler Constructor Description ResponseContentTypeHandler(ResponseContentTypeHandler delegate)
-
Uses of ResponseContentTypeHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return ResponseContentTypeHandler Modifier and Type Method Description ResponseContentTypeHandler
ResponseContentTypeHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type ResponseContentTypeHandler Modifier and Type Method Description static ResponseContentTypeHandler
ResponseContentTypeHandler. newInstance(ResponseContentTypeHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type ResponseContentTypeHandler Constructor Description ResponseContentTypeHandler(ResponseContentTypeHandler delegate)
-