org.atmosphere.spade
Class AtmosphereSpadeLauncher

java.lang.Object
  extended by com.sun.grizzly.standalone.StandaloneMainUtil
      extended by com.sun.grizzly.standalone.servlet.ServletLauncher
          extended by com.sun.grizzly.standalone.comet.Comet
              extended by org.atmosphere.spade.AtmosphereSpadeLauncher

public final class AtmosphereSpadeLauncher
extends com.sun.grizzly.standalone.comet.Comet

Simple REST based WebServer class that configure Atmosphere, Jersey on top og Grizzly.

Author:
Jean-Francois Arcand

Field Summary
 
Fields inherited from class com.sun.grizzly.standalone.servlet.ServletLauncher
applicationLoc
 
Fields inherited from class com.sun.grizzly.standalone.StandaloneMainUtil
ADAPTER, SELECTOR_THREAD
 
Method Summary
 com.sun.grizzly.tcp.Adapter configureAdapter(com.sun.grizzly.http.SelectorThread st)
           
static void main(String[] args)
           
 boolean parseOptions(String[] args)
           
 void printHelpAndExit()
           
 
Methods inherited from class com.sun.grizzly.standalone.comet.Comet
createSelectorThread
 
Methods inherited from class com.sun.grizzly.standalone.servlet.ServletLauncher
parseApplicationLocation
 
Methods inherited from class com.sun.grizzly.standalone.StandaloneMainUtil
appendWarContentToClassPath, setPort, start, startSelectorThread, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

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

printHelpAndExit

public void printHelpAndExit()
Overrides:
printHelpAndExit in class com.sun.grizzly.standalone.servlet.ServletLauncher

parseOptions

public boolean parseOptions(String[] args)
Overrides:
parseOptions in class com.sun.grizzly.standalone.servlet.ServletLauncher

configureAdapter

public com.sun.grizzly.tcp.Adapter configureAdapter(com.sun.grizzly.http.SelectorThread st)
Overrides:
configureAdapter in class com.sun.grizzly.standalone.servlet.ServletLauncher


Copyright © 2011. All Rights Reserved.