Package httpRest
Interface IRouteResponse
- All Known Implementing Classes:
RouteResponse
public interface IRouteResponse
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
io.vertx.core.http.HttpMethod
getRoute()
-
Method Details
-
getMethod
io.vertx.core.http.HttpMethod getMethod() -
getRoute
String getRoute() -
getHandler
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()
-