org.scalatra.atmosphere

ScalatraAtmosphereFramework

class ScalatraAtmosphereFramework extends AtmosphereFramework

Linear Supertypes
AtmosphereFramework, ServletContextProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalatraAtmosphereFramework
  2. AtmosphereFramework
  3. ServletContextProvider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalatraAtmosphereFramework(isFilter: Boolean = false, autoDetectHandlers: Boolean = false)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: Broadcaster): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  7. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: Broadcaster, arg3: List[AtmosphereInterceptor]): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  8. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  9. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: String, arg3: List[AtmosphereInterceptor]): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  10. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  11. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: List[AtmosphereInterceptor]): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  12. def addBroadcasterListener(arg0: BroadcasterListener): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  13. def addBroadcasterType(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  14. def addInitParameter(arg0: String, arg1: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  15. def annotationProcessorClassName(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def asyncSupportListener(arg0: AsyncSupportListener): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  18. def asyncSupportListeners(): List[AsyncSupportListener]

    Definition Classes
    AtmosphereFramework
  19. def autoConfigureService(arg0: ServletContext): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws()
  20. def autoDetectAtmosphereHandlers(arg0: ServletContext, arg1: URLClassLoader): Unit

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws() @throws()
  21. def autoDetectContainer(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  22. def autoDetectWebSocketHandler(arg0: ServletContext, arg1: URLClassLoader): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws() @throws()
  23. def broadcasterFilters(): List[String]

    Definition Classes
    AtmosphereFramework
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def configureAtmosphereInterceptor(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  26. def configureBroadcaster(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  27. def configureQueryStringAsRequest(arg0: AtmosphereRequest): Map[String, String]

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  28. def configureWebDotXmlAtmosphereHandler(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  29. def createAsyncSupportResolver(): AsyncSupportResolver

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  30. def destroy(): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  31. def detectSupportedFramework(arg0: ServletConfig): Boolean

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws() @throws() @throws() @throws() @throws()
  32. def disableSessionSupport(): Unit

  33. def doCometSupport(arg0: AtmosphereRequest, arg1: AtmosphereResponse): atmosphere.cpr.Action

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws() @throws()
  34. def doInitParams(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  35. def doInitParamsForWebSocket(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  36. def enableSessionSupport(): Unit

  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def getAsyncSupport(): AsyncSupport[_ <: AtmosphereResource]

    Definition Classes
    AtmosphereFramework
  41. def getAtmosphereConfig(): AtmosphereConfig

    Definition Classes
    AtmosphereFramework
  42. def getAtmosphereDotXmlPath(): String

    Definition Classes
    AtmosphereFramework
  43. def getAtmosphereHandlers(): Map[String, AtmosphereHandlerWrapper]

    Definition Classes
    AtmosphereFramework
  44. def getBroadcasterCacheClassName(): String

    Definition Classes
    AtmosphereFramework
  45. def getBroadcasterFactory(): BroadcasterFactory

    Definition Classes
    AtmosphereFramework
  46. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  47. def getDefaultBroadcasterClassName(): String

    Definition Classes
    AtmosphereFramework
  48. def getHandlersPath(): String

    Definition Classes
    AtmosphereFramework
  49. def getLibPath(): String

    Definition Classes
    AtmosphereFramework
  50. def getServletConfig(): ServletConfig

    Definition Classes
    AtmosphereFramework
  51. def getServletContext(): ServletContext

    Definition Classes
    AtmosphereFramework → ServletContextProvider
  52. def getWebSocketProcessorClassName(): String

    Definition Classes
    AtmosphereFramework
  53. def getWebSocketProtocol(): WebSocketProtocol

    Definition Classes
    AtmosphereFramework
  54. def getWebSocketProtocolClassName(): String

    Definition Classes
    AtmosphereFramework
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. def init(arg0: ServletConfig): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws()
  57. def init(): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  58. def initAtmosphereHandler(arg0: ServletConfig): Unit

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws()
  59. def initWebSocket(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  60. def interceptor(arg0: AtmosphereInterceptor): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  61. def interceptors(): LinkedList[AtmosphereInterceptor]

    Definition Classes
    AtmosphereFramework
  62. def isIECandidate(arg0: AtmosphereRequest): Boolean

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  63. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  64. def isShareExecutorServices(): Boolean

    Definition Classes
    AtmosphereFramework
  65. def isUseBlockingImplementation(): Boolean

    Definition Classes
    AtmosphereFramework
  66. def isUseNativeImplementation(): Boolean

    Definition Classes
    AtmosphereFramework
  67. def isUseStreamForFlushingComments(): Boolean

    Definition Classes
    AtmosphereFramework
  68. def loadAtmosphereDotXml(arg0: InputStream, arg1: URLClassLoader): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws() @throws()
  69. def loadAtmosphereHandlersFromPath(arg0: URLClassLoader, arg1: String): Unit

    Definition Classes
    AtmosphereFramework
  70. def loadConfiguration(arg0: ServletConfig): Unit

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws()
  71. def loadWebSocketFromPath(arg0: URLClassLoader, arg1: String): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  72. def lookupDefaultBroadcasterType(arg0: String): String

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  73. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  74. def newAInterceptor(arg0: Class[_ <: AtmosphereInterceptor]): AtmosphereInterceptor

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  75. def notify(arg0: TYPE, arg1: AtmosphereRequest, arg2: AtmosphereResponse): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  76. final def notify(): Unit

    Definition Classes
    AnyRef
  77. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  78. def patchContainer(): Unit

    Definition Classes
    AtmosphereFramework
  79. def readSystemProperties(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  80. def removeAllAtmosphereHandler(): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  81. def removeAllInitParams(): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  82. def removeAtmosphereHandler(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  83. def sessionSupport(arg0: Boolean): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  84. def setAsyncSupport(arg0: AsyncSupport): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  85. def setAtmosphereDotXmlPath(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  86. def setBroadcasterCacheClassName(arg0: String): Unit

    Definition Classes
    AtmosphereFramework
  87. def setBroadcasterFactory(arg0: BroadcasterFactory): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  88. def setCometSupport(arg0: AsyncSupport): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  89. def setDefaultBroadcasterClassName(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  90. def setHandlersPath(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  91. def setLibPath(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  92. def setUseBlockingImplementation(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  93. def setUseNativeImplementation(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  94. def setUseStreamForFlushingComments(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  95. def setWebSocketProtocolClassName(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  96. def setWebsocketProcessorClassName(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  97. def setupJBoss(): Unit

  98. def setupTomcat(): Unit

  99. def setupTomcat7(): Unit

  100. def shareExecutorServices(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  101. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  102. def toString(): String

    Definition Classes
    AnyRef → Any
  103. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  104. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  105. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def getCometSupport(): AsyncSupport

    Definition Classes
    AtmosphereFramework
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AtmosphereFramework

Inherited from ServletContextProvider

Inherited from AnyRef

Inherited from Any

Ungrouped