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 |
supportSession
protected boolean supportSession
ah
protected AtmosphereHandler ah
AtmosphereServlet.AtmosphereConfig
public AtmosphereServlet.AtmosphereConfig()
handlers
protected Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> handlers()
getServletContext
public javax.servlet.ServletContext getServletContext()
getInitParameter
public String getInitParameter(String name)
getInitParameterNames
public Enumeration getInitParameterNames()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getWebServerName
public String getWebServerName()
getAtmosphereHandler
public AtmosphereHandler getAtmosphereHandler()
- Return the
AtmosphereHandler associated with this config.
- Returns:
- the
AtmosphereHandler associated with this config.
getBroadcasterLookup
public BroadcasterLookup getBroadcasterLookup()
- Return an instance of a
BroadcasterLookup
- Returns:
- an instance of a
BroadcasterLookup
Copyright © 2010 SUN Microsystems. All Rights Reserved.