Uses of Class
org.atmosphere.grizzly.AtmosphereSpadeServer

Uses of AtmosphereSpadeServer in org.atmosphere.grizzly
 

Methods in org.atmosphere.grizzly that return AtmosphereSpadeServer
 AtmosphereSpadeServer AtmosphereSpadeServer.addAtmosphereHandler(String mapping, AtmosphereHandler h)
          Add an AtmosphereHandler
static AtmosphereSpadeServer AtmosphereSpadeServer.build(String u)
          Create a AtmosphereSpadeServer which listen based using the URI u.
static AtmosphereSpadeServer AtmosphereSpadeServer.build(String u, String resourcesPackage)
          Create a AtmosphereSpadeServer which listen based on the 'u' for requests for resources defined under the resources package.
 AtmosphereSpadeServer AtmosphereSpadeServer.start()
          Start the AtmosphereSpadeServer
 AtmosphereSpadeServer AtmosphereSpadeServer.stop()
          Stop the AtmosphereSpadeServer
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.