Package io.vertx.up.verticle
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 -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
ZeroHttpAgent
public ZeroHttpAgent()
-
-
Method Details
-
start
public void start()- Overrides:
startin classio.vertx.core.AbstractVerticle
-
stop
public void stop()- Overrides:
stopin classio.vertx.core.AbstractVerticle
-