org.scalatra.atmosphere

ScalatraAtmosphereFramework

class ScalatraAtmosphereFramework extends AtmosphereFramework

Linear Supertypes
AtmosphereFramework, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalatraAtmosphereFramework
  2. AtmosphereFramework
  3. AnyRef
  4. 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 addAnnotationPackage(arg0: Class[_]): AtmosphereFramework

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

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

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

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

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

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

    Definition Classes
    AtmosphereFramework
  13. def addBroadcasterCacheInjector(arg0: BroadcasterCacheInspector): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  14. def addBroadcasterCacheListener(arg0: BroadcasterCacheListener): AtmosphereFramework

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

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

    Definition Classes
    AtmosphereFramework
  17. def addCustomAnnotationPackage(arg0: Class): AtmosphereFramework

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

    Definition Classes
    AtmosphereFramework
  19. def addWebSocketHandler(arg0: String, arg1: WebSocketHandler, arg2: AtmosphereHandler, arg3: List[AtmosphereInterceptor]): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  20. def addWebSocketHandler(arg0: String, arg1: WebSocketHandler, arg2: AtmosphereHandler): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  21. def addWebSocketHandler(arg0: String, arg1: WebSocketHandler): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  22. def addWebSocketHandler(arg0: WebSocketHandler): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  23. def allowAllClassesScan(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  24. def allowAllClassesScan(): Boolean

    Definition Classes
    AtmosphereFramework
  25. def analytics(): Unit

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

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

    Definition Classes
    AtmosphereFramework
  28. def annotationScanned(arg0: Boolean): AtmosphereFramework

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

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

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

    Definition Classes
    AtmosphereFramework
  32. def atmosphereFactory(): AtmosphereResourceFactory

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

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

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

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... ) @throws( ... )
  37. def broadcasterCacheListeners(): List[BroadcasterCacheListener]

    Definition Classes
    AtmosphereFramework
  38. def broadcasterFilters(arg0: BroadcastFilter): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  39. def broadcasterFilters(): List[String]

    Definition Classes
    AtmosphereFramework
  40. def broadcasterLifeCyclePolicy(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  41. def broadcasterLifeCyclePolicy(): String

    Definition Classes
    AtmosphereFramework
  42. def broadcasterListeners(): List[BroadcasterListener]

    Definition Classes
    AtmosphereFramework
  43. def broadcasterTypes(): ConcurrentLinkedQueue[String]

    Definition Classes
    AtmosphereFramework
  44. def clone(): AnyRef

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

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

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

    Definition Classes
    AtmosphereFramework
  48. def configureDetectedFramework(arg0: ReflectorServletProcessor, arg1: Boolean): Unit

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

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  51. def configureRequestResponse(arg0: AtmosphereRequest, arg1: AtmosphereResponse): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... )
  52. def configureScanningPackage(arg0: ServletConfig, arg1: String): Unit

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

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  55. def customAnnotationPackages(): List[String]

    Definition Classes
    AtmosphereFramework
  56. def defaultInterceptors(): Array[Class[_ <: AtmosphereInterceptor]]

    Definition Classes
    AtmosphereFramework
  57. def defaultPackagesToScan(): Unit

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

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def disableSessionSupport(): Unit

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

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  62. def doInitParams(arg0: ServletConfig, arg1: Boolean): Unit

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

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

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

  66. def endPointMapper(arg0: EndpointMapper): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  67. def endPointMapper(): EndpointMapper[AtmosphereHandlerWrapper]

    Definition Classes
    AtmosphereFramework
  68. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  70. def excludeInterceptor(arg0: String): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  71. def excludedInterceptors(): List[String]

    Definition Classes
    AtmosphereFramework
  72. def externalizeDestroy(): Boolean

    Definition Classes
    AtmosphereFramework
  73. def externalizeDestroy(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  74. def filterManipulator(arg0: FilterManipulator): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  75. def filterManipulators(): List[FilterManipulator]

    Definition Classes
    AtmosphereFramework
  76. def finalize(): Unit

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

    Definition Classes
    AtmosphereFramework
  78. def getAtmosphereConfig(): AtmosphereConfig

    Definition Classes
    AtmosphereFramework
  79. def getAtmosphereDotXmlPath(): String

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

    Definition Classes
    AtmosphereFramework
  81. def getBroadcasterCacheClassName(): String

    Definition Classes
    AtmosphereFramework
  82. def getBroadcasterFactory(): BroadcasterFactory

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

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

    Definition Classes
    AtmosphereFramework
  85. def getDefaultSerializerClass(): Class[Serializer]

    Definition Classes
    AtmosphereFramework
  86. def getDefaultSerializerClassName(): String

    Definition Classes
    AtmosphereFramework
  87. def getHandlersPath(): String

    Definition Classes
    AtmosphereFramework
  88. def getLibPath(): String

    Definition Classes
    AtmosphereFramework
  89. def getServletConfig(): ServletConfig

    Definition Classes
    AtmosphereFramework
  90. def getServletContext(): ServletContext

    Definition Classes
    AtmosphereFramework
  91. def getWebSocketProcessorClassName(): String

    Definition Classes
    AtmosphereFramework
  92. def getWebSocketProtocol(): WebSocketProtocol

    Definition Classes
    AtmosphereFramework
  93. def getWebSocketProtocolClassName(): String

    Definition Classes
    AtmosphereFramework
  94. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  95. def init(arg0: ServletConfig, arg1: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... )
  96. def init(arg0: ServletConfig): AtmosphereFramework

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

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

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... )
  99. def initEndpointMapper(): Unit

    Definition Classes
    AtmosphereFramework
  100. def initGlobalInterceptors(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  101. def initHandlerInterceptors(arg0: LinkedList[AtmosphereInterceptor]): Unit

    Definition Classes
    AtmosphereFramework
  102. def initInterceptors(): Unit

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

    Definition Classes
    AtmosphereFramework
  104. def initialized(): Boolean

    Definition Classes
    AtmosphereFramework
  105. def inspectors(): ConcurrentLinkedQueue[BroadcasterCacheInspector]

    Definition Classes
    AtmosphereFramework
  106. def installAnnotationProcessor(arg0: ServletConfig): Unit

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

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

    Definition Classes
    AtmosphereFramework
  109. def isAServletFilter(): Boolean

    Definition Classes
    AtmosphereFramework
  110. def isBroadcasterSpecified(): Boolean

    Definition Classes
    AtmosphereFramework
  111. def isDestroyed(): Boolean

    Definition Classes
    AtmosphereFramework
  112. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  113. def isShareExecutorServices(): Boolean

    Definition Classes
    AtmosphereFramework
  114. def isUseBlockingImplementation(): Boolean

    Definition Classes
    AtmosphereFramework
  115. def isUseNativeImplementation(): Boolean

    Definition Classes
    AtmosphereFramework
  116. def isUseServlet30(): Boolean

    Definition Classes
    AtmosphereFramework
  117. def isUseStreamForFlushingComments(): Boolean

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

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

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

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... )
  121. def loadMetaService(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  122. def loadWebSocketFromPath(arg0: URLClassLoader, arg1: String): Unit

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  124. def lookupDefaultObjectFactoryType(): AtmosphereObjectFactory

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

    Definition Classes
    AtmosphereFramework
  126. def mappingRegex(): String

    Definition Classes
    AtmosphereFramework
  127. def metaBroadcaster(): MetaBroadcaster

    Definition Classes
    AtmosphereFramework
  128. final def ne(arg0: AnyRef): Boolean

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  130. def newClassInstance[T, U <: T](arg0: Class[T], arg1: Class[U]): T

    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... ) @throws( ... )
  131. def notify(arg0: TYPE, arg1: AtmosphereRequest, arg2: AtmosphereResponse): Unit

    Definition Classes
    AtmosphereFramework
  132. final def notify(): Unit

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

    Definition Classes
    AnyRef
  134. def objectFactory(): AtmosphereObjectFactory

    Definition Classes
    AtmosphereFramework
  135. def objectFactory(arg0: AtmosphereObjectFactory): Unit

    Definition Classes
    AtmosphereFramework
  136. def objectFactoryType(): ConcurrentLinkedQueue[String]

    Definition Classes
    AtmosphereFramework
  137. def packages(): List[String]

    Definition Classes
    AtmosphereFramework
  138. def patchContainer(): Unit

    Definition Classes
    AtmosphereFramework
  139. def positionInterceptor(arg0: PRIORITY, arg1: AtmosphereInterceptor, arg2: LinkedList[AtmosphereInterceptor]): Unit

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

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

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  142. def reconfigureInitParams(arg0: Boolean): Unit

    Definition Classes
    AtmosphereFramework
  143. def removeAllAtmosphereHandler(): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  144. def removeAllInitParams(): AtmosphereFramework

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

    Definition Classes
    AtmosphereFramework
  146. def resetStates(): AtmosphereFramework

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

    Definition Classes
    AtmosphereFramework
  148. def setAsyncSupport(arg0: AsyncSupport): AtmosphereFramework

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

    Definition Classes
    AtmosphereFramework
  150. def setBroadcasterCacheClassName(arg0: String): AtmosphereFramework

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

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

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

    Definition Classes
    AtmosphereFramework
  154. def setDefaultSerializerClassName(arg0: String): AtmosphereFramework

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

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

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

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

    Definition Classes
    AtmosphereFramework
  159. def setUseServlet30(arg0: Boolean): Unit

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

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

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

    Definition Classes
    AtmosphereFramework
  163. def setupJBoss(): Unit

  164. def setupTomcat(): Unit

  165. def setupTomcat7(): Unit

  166. def shareExecutorServices(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  167. def sharedThreadPools(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  168. def sharedThreadPools(): Boolean

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

    Definition Classes
    AnyRef
  170. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. def webSocketEnabled(arg0: Boolean): AtmosphereFramework

    Definition Classes
    AtmosphereFramework
  175. def webSocketEnabled(): Boolean

    Definition Classes
    AtmosphereFramework

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 AnyRef

Inherited from Any

Ungrouped