org.atmosphere.cpr
Class AtmosphereConfig
java.lang.Object
org.atmosphere.cpr.AtmosphereConfig
public class AtmosphereConfig
- extends Object
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereConfig
public AtmosphereConfig(AtmosphereFramework framework)
getAtmosphereHandler
public List<AtmosphereHandlerConfig> getAtmosphereHandler()
framework
public AtmosphereFramework framework()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getServletContext
public javax.servlet.ServletContext getServletContext()
getWebServerName
public String getWebServerName()
handlers
public Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> handlers()
getInitParameter
public String getInitParameter(String name)
getInitParameterNames
public Enumeration<String> getInitParameterNames()
isSupportSession
public boolean isSupportSession()
setSupportSession
public void setSupportSession(boolean supportSession)
getBroadcasterFactory
public BroadcasterFactory getBroadcasterFactory()
- Return an instance of a
DefaultBroadcasterFactory
- Returns:
- an instance of a
DefaultBroadcasterFactory
getDispatcherName
public String getDispatcherName()
setDispatcherName
public void setDispatcherName(String dispatcherName)
properties
public Map<String,Object> properties()
Copyright © 2012. All Rights Reserved.