Uses of Class
org.jboss.resteasy.plugins.server.vertx.VertxHttpResponse
Packages that use VertxHttpResponse
-
Uses of VertxHttpResponse in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as VertxHttpResponseModifier and TypeFieldDescriptionprotected VertxHttpResponse
VertxHttpRequest.response
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.vertx that return VertxHttpResponseModifier and TypeMethodDescriptionVertxHttpRequest.getResponse()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxHttpResponseModifier and TypeMethodDescriptionstatic void
VertxHttpResponse.transformHeaders
(VertxHttpResponse vertxResponse, io.vertx.core.http.HttpServerResponse response, ResteasyProviderFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type VertxHttpResponseModifierConstructorDescriptionVertxHttpRequest
(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version.