org.atmosphere.vertx.samples.chat
Class VertxJerseyChat

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

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

A bootstrap class that start Nettosphere and the Atmosphere Chat samples.


Field Summary
 
Fields inherited from class org.vertx.java.deploy.Verticle
container, vertx
 
Constructor Summary
VertxJerseyChat()
           
 
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

VertxJerseyChat

public VertxJerseyChat()
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.