Class ZeroHttpAgent

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    @Agent
    public class ZeroHttpAgent
    extends io.vertx.core.AbstractVerticle
    Default Http Server agent for router handlers. Once you have defined another Agent, the default agent will be replaced. Recommend: Do not modify any agent that vertx zero provided.
    • Constructor Detail

      • ZeroHttpAgent

        public ZeroHttpAgent()
    • Method Detail

      • start

        public void start()
        Overrides:
        start in class io.vertx.core.AbstractVerticle
      • stop

        public void stop()
        Overrides:
        stop in class io.vertx.core.AbstractVerticle