Class Server

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

    public class Server
    extends io.vertx.core.AbstractVerticle
    Playground server to try Gateleen at home.
    Author:
    https://github.com/lbovet [Laurent Bovet]
    • Field Summary

      • Fields inherited from class io.vertx.core.AbstractVerticle

        context, vertx
    • Constructor Summary

      Constructors 
      Constructor Description
      Server()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void start()  
      • Methods inherited from class io.vertx.core.AbstractVerticle

        config, deploymentID, getVertx, init, processArgs, start, stop, stop
      • Methods inherited from class java.lang.Object

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

      • Server

        public Server()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • start

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