org.atmosphere.nettosphere
Class Config
java.lang.Object
org.atmosphere.nettosphere.Config
public class Config
- extends Object
A Configuration class used to configure Atmosphere.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config(Config.Builder b)
host
public String host()
port
public int port()
initParams
public Map<String,String> initParams()
path
public String path()
configFile
public String configFile()
broadcaster
public Class<org.atmosphere.cpr.Broadcaster> broadcaster()
handlersMap
public Map<String,org.atmosphere.cpr.AtmosphereHandler> handlersMap()
broadcasterFactory
public org.atmosphere.cpr.BroadcasterFactory broadcasterFactory()
broadcasterCache
public Class<? extends org.atmosphere.cpr.BroadcasterCache> broadcasterCache()
webSocketProtocol
public Class<? extends org.atmosphere.websocket.WebSocketProtocol> webSocketProtocol()
Copyright © 2012. All Rights Reserved.