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


Constructor Summary
AtmosphereServlet.AtmosphereConfig()
           
 
Method Summary
 BroadcasterFactory getBroadcasterFactory()
          Return an instance of a DefaultBroadcasterFactory
 String getDispatcherName()
           
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 AtmosphereServlet getServlet()
           
 javax.servlet.ServletConfig getServletConfig()
           
 javax.servlet.ServletContext getServletContext()
           
 String getWebServerName()
           
protected  Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> handlers()
           
 boolean isSupportSession()
           
 Map<String,Object> properties()
           
 void setDispatcherName(String dispatcherName)
           
 void setSupportSession(boolean supportSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereServlet.AtmosphereConfig

public AtmosphereServlet.AtmosphereConfig()
Method Detail

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.