Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxHttpResponse
-
Packages that use VertxHttpResponse Package Description org.jboss.resteasy.plugins.server.vertx -
-
Uses of VertxHttpResponse in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as VertxHttpResponse Modifier and Type Field Description protected VertxHttpResponseVertxHttpRequest. responseMethods in org.jboss.resteasy.plugins.server.vertx that return VertxHttpResponse Modifier and Type Method Description VertxHttpResponseVertxHttpRequest. getResponse()Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxHttpResponse Modifier and Type Method Description static voidVertxHttpResponse. transformHeaders(VertxHttpResponse vertxResponse, io.vertx.core.http.HttpServerResponse response, ResteasyProviderFactory factory)Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxHttpResponse Constructor Description VertxHttpRequest(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected)
-