Class ZeroHttpAgent

java.lang.Object
io.vertx.core.AbstractVerticle
io.vertx.up.verticle.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.
  • Field Summary

    Fields inherited from class io.vertx.core.AbstractVerticle

    context, vertx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, init, processArgs, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ZeroHttpAgent

      public ZeroHttpAgent()
  • Method Details

    • start

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

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