Class ZeroSockAgent

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

    @Agent(type=SOCK)
    public class ZeroSockAgent
    extends io.vertx.core.AbstractVerticle
    Default websocket 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

      • ZeroSockAgent

        public ZeroSockAgent()
    • Method Detail

      • start

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