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()
mapBroadcasterToAtmosphereHandler
public boolean mapBroadcasterToAtmosphereHandler(Broadcaster bc,
AtmosphereServlet.AtmosphereHandlerWrapper ahw)
getAtmosphereHandler
public AtmosphereHandler getAtmosphereHandler(Broadcaster bc)
- Return the
AtmosphereHandler associated with this Broadcaster.
- Parameters:
bc - The Broadcaster
- Returns:
- the
AtmosphereHandler associated with this Broadcaster.
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()
Copyright © 2011. All Rights Reserved.