org.atmosphere.cpr
Class AtmosphereServlet.AtmosphereConfig
java.lang.Object
org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
- Enclosing class:
- AtmosphereServlet
public class AtmosphereServlet.AtmosphereConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereServlet.AtmosphereConfig
public AtmosphereServlet.AtmosphereConfig()
handlers
protected Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> handlers()
getServletContext
public javax.servlet.ServletContext getServletContext()
getDispatcherName
public String getDispatcherName()
setDispatcherName
public void setDispatcherName(String dispatcherName)
getInitParameter
public String getInitParameter(String name)
getInitParameterNames
public Enumeration getInitParameterNames()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getWebServerName
public String getWebServerName()
getBroadcasterFactory
public BroadcasterFactory getBroadcasterFactory()
- Return an instance of a
DefaultBroadcasterFactory
- Returns:
- an instance of a
DefaultBroadcasterFactory
isSupportSession
public boolean isSupportSession()
setSupportSession
public void setSupportSession(boolean supportSession)
getServlet
public AtmosphereServlet getServlet()
properties
public Map<String,Object> properties()
Copyright © 2011. All Rights Reserved.