Uses of Class
org.atmosphere.vertx.VertxAtmosphere.Builder

Uses of VertxAtmosphere.Builder in org.atmosphere.vertx
 

Methods in org.atmosphere.vertx that return VertxAtmosphere.Builder
 VertxAtmosphere.Builder VertxAtmosphere.Builder.broadcaster(Class<org.atmosphere.cpr.Broadcaster> broadcasterClass)
          Configure the default Broadcaster
 VertxAtmosphere.Builder VertxAtmosphere.Builder.broadcasterCache(Class<? extends org.atmosphere.cpr.BroadcasterCache> broadcasterCache)
          Configure the default BroadcasterCache
 VertxAtmosphere.Builder VertxAtmosphere.Builder.broadcasterFactory(org.atmosphere.cpr.BroadcasterFactory broadcasterFactory)
          Configure the default BroadcasterFactory
 VertxAtmosphere.Builder VertxAtmosphere.Builder.httpServer(org.vertx.java.core.http.HttpServer httpServer)
          Set the Vert.x HttpServer
 VertxAtmosphere.Builder VertxAtmosphere.Builder.initParam(String name, String value)
          Add some init param
 VertxAtmosphere.Builder VertxAtmosphere.Builder.interceptor(org.atmosphere.cpr.AtmosphereInterceptor interceptor)
          Add an AtmosphereInterceptor
 VertxAtmosphere.Builder VertxAtmosphere.Builder.resource(Class<?> resource)
          An annotated Atmosphere class.
 VertxAtmosphere.Builder VertxAtmosphere.Builder.url(String url)
           
 VertxAtmosphere.Builder VertxAtmosphere.Builder.webSocketProtocol(Class<? extends org.atmosphere.websocket.WebSocketProtocol> webSocketProtocol)
          Configure the default WebSocketProtocol
 

Methods in org.atmosphere.vertx with parameters of type VertxAtmosphere.Builder
 AtmosphereCoordinator AtmosphereCoordinator.configure(VertxAtmosphere.Builder b)
           
 



Copyright © 2013. All Rights Reserved.