|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.atmosphere.vertx.AtmosphereCoordinator
public class AtmosphereCoordinator
This class control the AtmosphereFramework life cycle.
| Method Summary | |
|---|---|
AtmosphereCoordinator |
configure(VertxAtmosphere.Builder b)
|
AtmosphereCoordinator |
discover(Class<?> clazz)
|
org.atmosphere.cpr.AtmosphereFramework |
framework()
|
boolean |
matchPath(String path)
|
AtmosphereCoordinator |
path(String mappingPath)
|
AtmosphereCoordinator |
ready()
|
AtmosphereCoordinator |
route(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response)
|
AtmosphereCoordinator |
route(org.vertx.java.core.http.HttpServerRequest request)
Route an http request inside the AtmosphereFramework |
AtmosphereCoordinator |
route(org.vertx.java.core.http.ServerWebSocket webSocket)
Route the ServerWebSocket into the AtmosphereFramework |
AtmosphereCoordinator |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AtmosphereCoordinator configure(VertxAtmosphere.Builder b)
public AtmosphereCoordinator discover(Class<?> clazz)
public AtmosphereCoordinator ready()
public boolean matchPath(String path)
public AtmosphereCoordinator path(String mappingPath)
public AtmosphereCoordinator shutdown()
public org.atmosphere.cpr.AtmosphereFramework framework()
public AtmosphereCoordinator route(org.vertx.java.core.http.ServerWebSocket webSocket)
ServerWebSocket into the AtmosphereFramework
webSocket - the ServerWebSocket
public AtmosphereCoordinator route(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response)
throws IOException
IOExceptionpublic AtmosphereCoordinator route(org.vertx.java.core.http.HttpServerRequest request)
AtmosphereFramework
request -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||