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 VertxHttpResponse
VertxHttpRequest. response
Methods in org.jboss.resteasy.plugins.server.vertx that return VertxHttpResponse Modifier and Type Method Description VertxHttpResponse
VertxHttpRequest. getResponse()
Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxHttpResponse Modifier and Type Method Description static void
VertxHttpResponse. 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)
-