Class EndpointInfoHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class EndpointInfoHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Handler to return the endpoint info
    • Constructor Detail

      • EndpointInfoHandler

        public EndpointInfoHandler()
      • EndpointInfoHandler

        public EndpointInfoHandler​(String basePath)
    • Method Detail

      • getBasePath

        public String getBasePath()
      • setBasePath

        public void setBasePath​(String basePath)
      • handle

        public void handle​(io.vertx.ext.web.RoutingContext event)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>