Uses of Class
org.atmosphere.vertx.AtmosphereCoordinator

Uses of AtmosphereCoordinator in org.atmosphere.vertx
 

Methods in org.atmosphere.vertx that return AtmosphereCoordinator
 AtmosphereCoordinator AtmosphereCoordinator.configure(VertxAtmosphere.Builder b)
           
 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 © 2013. All Rights Reserved.