| Modifier and Type | Method and Description |
|---|---|
AtmosphereCoordinator |
AtmosphereCoordinator.configure(VertxAtmosphere.Builder b) |
AtmosphereCoordinator |
VertxAtmosphere.coordinator()
Return the bound @{link AtmosphereCoordinator}.
|
AtmosphereCoordinator |
AtmosphereCoordinator.discover(Class<?> clazz) |
AtmosphereCoordinator |
AtmosphereCoordinator.path(String mappingPath) |
AtmosphereCoordinator |
AtmosphereCoordinator.ready() |
AtmosphereCoordinator |
AtmosphereCoordinator.route(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response) |
AtmosphereCoordinator |
AtmosphereCoordinator.route(org.vertx.java.core.http.HttpServerRequest request)
Route an http request inside the
AtmosphereFramework |
AtmosphereCoordinator |
AtmosphereCoordinator.route(org.vertx.java.core.http.ServerWebSocket webSocket)
Route the
ServerWebSocket into the AtmosphereFramework |
AtmosphereCoordinator |
AtmosphereCoordinator.shutdown() |
Copyright © 2015. All Rights Reserved.