Uses of Class
io.quarkus.resteasy.runtime.standalone.LazyHostSupplier
-
Packages that use LazyHostSupplier Package Description io.quarkus.resteasy.runtime.standalone -
-
Uses of LazyHostSupplier in io.quarkus.resteasy.runtime.standalone
Constructors in io.quarkus.resteasy.runtime.standalone with parameters of type LazyHostSupplier Constructor Description VertxHttpRequest(io.vertx.core.Context context, io.vertx.ext.web.RoutingContext routingContext, org.jboss.resteasy.specimpl.ResteasyHttpHeaders httpHeaders, org.jboss.resteasy.specimpl.ResteasyUriInfo uri, String httpMethod, LazyHostSupplier remoteHost, org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpResponse response, io.quarkus.arc.ManagedContext requestContext, Executor executor)
-