public class AtmosphereCoordinator extends Object
AtmosphereFramework life cycle.| Modifier and Type | Method and Description |
|---|---|
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() |
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 AtmosphereFrameworkwebSocket - the ServerWebSocketpublic AtmosphereCoordinator route(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response) throws IOException
IOExceptionpublic AtmosphereCoordinator route(org.vertx.java.core.http.HttpServerRequest request)
AtmosphereFrameworkrequest - Copyright © 2015. All Rights Reserved.