Uses of Class
io.vertx.ext.web.Http2PushMapping
-
Packages that use Http2PushMapping Package Description io.vertx.ext.web io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of Http2PushMapping in io.vertx.ext.web
Constructors in io.vertx.ext.web with parameters of type Http2PushMapping Constructor Description Http2PushMapping(Http2PushMapping other)
Copy constructor -
Uses of Http2PushMapping in io.vertx.ext.web.handler
Method parameters in io.vertx.ext.web.handler with type arguments of type Http2PushMapping Modifier and Type Method Description StaticHandler
StaticHandler. setHttp2PushMapping(List<Http2PushMapping> http2PushMappings)
Set the file mapping for http2push and link preload -
Uses of Http2PushMapping in io.vertx.reactivex.ext.web.handler
Method parameters in io.vertx.reactivex.ext.web.handler with type arguments of type Http2PushMapping Modifier and Type Method Description StaticHandler
StaticHandler. setHttp2PushMapping(List<Http2PushMapping> http2PushMappings)
Set the file mapping for http2push and link preload -
Uses of Http2PushMapping in io.vertx.rxjava3.ext.web.handler
Method parameters in io.vertx.rxjava3.ext.web.handler with type arguments of type Http2PushMapping Modifier and Type Method Description StaticHandler
StaticHandler. setHttp2PushMapping(List<Http2PushMapping> http2PushMappings)
Set the file mapping for http2push and link preload
-