Uses of Class
io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
-
Packages that use ResponseContentTypeHandler Package Description io.vertx.rxjava3.ext.web.handler -
-
Uses of ResponseContentTypeHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type ResponseContentTypeHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ResponseContentTypeHandler>
ResponseContentTypeHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.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.static ResponseContentTypeHandler
ResponseContentTypeHandler. newInstance(ResponseContentTypeHandler arg)
-