org.atmosphere.vertx.samples.chat
Class VertxChatServer

java.lang.Object
  extended by org.vertx.java.deploy.Verticle
      extended by org.atmosphere.vertx.samples.chat.VertxChatServer

public class VertxChatServer
extends org.vertx.java.deploy.Verticle

A bootstrap class that start Vertx and Chat!.


Field Summary
 
Fields inherited from class org.vertx.java.deploy.Verticle
container, vertx
 
Constructor Summary
VertxChatServer()
           
 
Method Summary
 void start()
           
 
Methods inherited from class org.vertx.java.deploy.Verticle
getContainer, getVertx, setContainer, setVertx, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertxChatServer

public VertxChatServer()
Method Detail

start

public void start()
           throws Exception
Specified by:
start in class org.vertx.java.deploy.Verticle
Throws:
Exception


Copyright © 2013. All Rights Reserved.