org.atmosphere.cpr
Class AtmosphereServlet.AtmosphereConfig

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
Enclosing class:
AtmosphereServlet

public class AtmosphereServlet.AtmosphereConfig
extends Object


Field Summary
protected  AtmosphereHandler ah
           
protected  boolean supportSession
           
 
Constructor Summary
AtmosphereServlet.AtmosphereConfig()
           
 
Method Summary
 AtmosphereHandler getAtmosphereHandler()
          Return the AtmosphereHandler associated with this config.
 BroadcasterLookup getBroadcasterLookup()
          Return an instance of a BroadcasterLookup
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 ServletConfig getServletConfig()
           
 ServletContext getServletContext()
           
 String getWebServerName()
           
protected  Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> handlers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportSession

protected boolean supportSession

ah

protected AtmosphereHandler ah
Constructor Detail

AtmosphereServlet.AtmosphereConfig

public AtmosphereServlet.AtmosphereConfig()
Method Detail

handlers

protected Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> handlers()

getServletContext

public ServletContext getServletContext()

getInitParameter

public String getInitParameter(String name)

getInitParameterNames

public Enumeration getInitParameterNames()

getServletConfig

public 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.