Class VertxRequestHandler
java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxRequestHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class VertxRequestHandler
extends Object
implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionVertxRequestHandler
(io.vertx.core.Vertx vertx, RequestDispatcher dispatcher, String servletMappingPrefix) Deprecated, for removal: This API element is subject to removal in a future version.VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix) Deprecated, for removal: This API element is subject to removal in a future version.VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(io.vertx.core.http.HttpServerRequest request) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
dispatcher
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
VertxRequestHandler
public VertxRequestHandler(io.vertx.core.Vertx vertx, RequestDispatcher dispatcher, String servletMappingPrefix) Deprecated, for removal: This API element is subject to removal in a future version. -
VertxRequestHandler
public VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. -
VertxRequestHandler
public VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix) Deprecated, for removal: This API element is subject to removal in a future version. -
VertxRequestHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
handle
in interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-