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.HttpMethodgetRoute()
-
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:
getMethodin interfaceIRouteResponse
-
getRoute
- Specified by:
getRoutein interfaceIRouteResponse
-
getHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()- Specified by:
getHandlerin interfaceIRouteResponse
-