org.atmosphere.nettosphere
Class Nettosphere

java.lang.Object
  extended by org.atmosphere.nettosphere.Nettosphere

public final class Nettosphere
extends Object

Start Atmosphere on top of Netty. To configure Atmosphere, use the Config.


Nested Class Summary
static class Nettosphere.Builder
          Construct a Nettosphere.
 
Method Summary
static void main(String[] args)
           
 void start()
          Start the server
 void stop()
          Stop the Server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
Start the server


stop

public void stop()
Stop the Server


main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.