Uses of Class
org.atmosphere.nettosphere.Config.Builder

Packages that use Config.Builder
org.atmosphere.nettosphere   
 

Uses of Config.Builder in org.atmosphere.nettosphere
 

Methods in org.atmosphere.nettosphere that return Config.Builder
 Config.Builder Config.Builder.broadcaster(Class<org.atmosphere.cpr.Broadcaster> broadcasterClass)
          Configure the default Broadcaster
 Config.Builder Config.Builder.broadcasterCache(Class<? extends org.atmosphere.cpr.BroadcasterCache> broadcasterCache)
          Configure the default BroadcasterCache
 Config.Builder Config.Builder.broadcasterFactory(org.atmosphere.cpr.BroadcasterFactory broadcasterFactory)
          Configure the default BroadcasterFactory
 Config.Builder Config.Builder.configFile(String atmosphereDotXmlPath)
          The path location of the atmosphere.xml file.
 Config.Builder Config.Builder.handler(Handler handler)
          Add an Handler mapped to the default, which is '/*'
 Config.Builder Config.Builder.handler(String path, Handler handler)
          Add an Handler that will be mapped to the specified path
 Config.Builder Config.Builder.host(String host)
          The server's host
 Config.Builder Config.Builder.initParam(String name, String value)
          Add some init param
 Config.Builder Config.Builder.interceptor(org.atmosphere.cpr.AtmosphereInterceptor interceptor)
          Add an AtmosphereInterceptor
 Config.Builder Config.Builder.port(int port)
          The server's port
 Config.Builder Config.Builder.resource(Class<?> c)
          Add a Jersey/JAX RS resource.
 Config.Builder Config.Builder.resource(String staticResourcePath)
          The path location of static resource (e.g html)
 Config.Builder Config.Builder.resource(String path, org.atmosphere.cpr.AtmosphereHandler c)
          Add an AtmosphereHandler that will be mapped to the specified path
 Config.Builder Config.Builder.resource(String path, Class<?> c)
          Add an Jersey/JAX RS that will be mapped to the specified path
 Config.Builder Config.Builder.resource(String path, javax.servlet.Servlet c)
          Add an Servlet that will be mapped to the specified path
 Config.Builder Config.Builder.webSocketProtocol(Class<? extends org.atmosphere.websocket.WebSocketProtocol> webSocketProtocol)
          Configure the default WebSocketProtocol
 

Constructors in org.atmosphere.nettosphere with parameters of type Config.Builder
Config(Config.Builder b)
           
 



Copyright © 2012. All Rights Reserved.