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<? extends 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.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.mappingPath(String mappingPath)
          Set the mapping path.
 Config.Builder Config.Builder.port(int port)
          The server's port
 Config.Builder Config.Builder.resource(Class<?> c)
          Add an annotated class.
 Config.Builder Config.Builder.resource(Handler handler)
          Add an Handler mapped to the default, which is '/*'
 Config.Builder Config.Builder.resource(String path)
          Add a path to scan when looking for static resources like javascript file, html, etc.
 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 AtmosphereHandler or Servlet class
 Config.Builder Config.Builder.resource(String path, Handler handler)
          Add an Handler 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.scanLibrary(String librariesPath)
          Set the path to the library when annotation scanning is enabled.
 Config.Builder Config.Builder.sslContext(SSLContext context)
          Set an SSLContext in order enable SSL
 Config.Builder Config.Builder.sslContextListener(SSLContextListener listener)
          Add a SSLContextListener
 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 © 2013. All Rights Reserved.