Package httpRest

Interface IRouteResponse

All Known Implementing Classes:
RouteResponse

public interface IRouteResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
     
    io.vertx.core.http.HttpMethod
     
     
  • Method Details

    • getMethod

      io.vertx.core.http.HttpMethod getMethod()
    • getRoute

      String getRoute()
    • getHandler

      io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()