Package httpRest
Class RouteResponse
java.lang.Object
httpRest.RouteResponse
- All Implemented Interfaces:
IRouteResponse
-
Constructor Summary
ConstructorsConstructorDescriptionRouteResponse
(io.vertx.core.http.HttpMethod method, String route, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
io.vertx.core.http.HttpMethod
getRoute()
-
Constructor Details
-
RouteResponse
public RouteResponse(io.vertx.core.http.HttpMethod method, String route, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
-
-
Method Details
-
getMethod
public io.vertx.core.http.HttpMethod getMethod()- Specified by:
getMethod
in interfaceIRouteResponse
-
getRoute
- Specified by:
getRoute
in interfaceIRouteResponse
-
getHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()- Specified by:
getHandler
in interfaceIRouteResponse
-