|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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,
com.sun.grizzly.SSLConfig sslConfig)
Create a AtmosphereSpadeServer which listen based on the 'u' for requests for
resources defined under the resources package. |
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. |
static AtmosphereSpadeServer |
AtmosphereSpadeServer.build(String u,
String resourcesPackage,
com.sun.grizzly.SSLConfig sslConfig)
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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||