Class

io.udash.rpc.utils

DefaultAtmosphereFramework

Related Doc: package utils

Permalink

class DefaultAtmosphereFramework extends AtmosphereFramework

AtmosphereFramework with default configuration for Udash.

Linear Supertypes
AtmosphereFramework, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultAtmosphereFramework
  2. AtmosphereFramework
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultAtmosphereFramework(config: AtmosphereServiceConfig[_], exceptionsRegistry: ExceptionCodecRegistry = new DefaultExceptionCodecRegistry, onRequestHandlingFailure: (Throwable, Logger) ⇒ Unit = ...)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAnnotationPackage(arg0: Class[_]): AtmosphereFramework

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

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

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

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

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  11. def addBroadcasterCacheInjector(arg0: BroadcasterCacheInspector): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  12. def addBroadcasterCacheListener(arg0: BroadcasterCacheListener): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  13. def addBroadcasterListener(arg0: BroadcasterListener): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  14. def addBroadcasterType(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  15. def addCustomAnnotationPackage(arg0: Class): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  16. def addDefaultOrAppInterceptors(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  17. def addInitParameter(arg0: String, arg1: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  18. def addInterceptorToAllWrappers(arg0: AtmosphereInterceptor): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  19. def addInterceptorToWrapper(arg0: AtmosphereHandlerWrapper, arg1: List[AtmosphereInterceptor]): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  20. def addInterceptorToWrapper(arg0: AtmosphereHandlerWrapper, arg1: AtmosphereInterceptor): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  21. def addWebSocketHandler(arg0: String, arg1: WebSocketHandler, arg2: AtmosphereHandler, arg3: List[AtmosphereInterceptor]): AtmosphereFramework

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  24. def addWebSocketHandler(arg0: WebSocketHandler): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  25. def allowAllClassesScan(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  26. def allowAllClassesScan(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  27. def analytics(): Unit

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

    Permalink
    Definition Classes
    AtmosphereFramework
  29. def annotationProcessorClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  30. def annotationScanned(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  31. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  34. def atmosphereFactory(): AtmosphereResourceFactory

    Permalink
    Definition Classes
    AtmosphereFramework
  35. def atmosphereResourceListener(arg0: AtmosphereResourceListener): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  36. def atmosphereResourceListeners(): List[AtmosphereResourceListener]

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

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

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

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  42. def broadcasterFilters(arg0: BroadcastFilter): AtmosphereFramework

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

    Permalink
    Definition Classes
    AtmosphereFramework
  44. def broadcasterLifeCyclePolicy(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  45. def broadcasterLifeCyclePolicy(): String

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  48. def checkWebSocketSupportState(): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
  49. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  50. def closeAtmosphereResource(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  51. def configureAtmosphereInterceptor(arg0: ServletConfig): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  61. def createWrapperAndConfigureHandler(arg0: AtmosphereHandler, arg1: String, arg2: List[AtmosphereInterceptor]): AtmosphereHandlerWrapper

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  64. def defaultPackagesToScan(): Unit

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

    Permalink
    Definition Classes
    AtmosphereFramework
  66. def destroyInterceptors(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  67. def detectSupportedFramework(arg0: ServletConfig): Boolean

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( classOf[java.lang.Exception] )
  68. def doCometSupport(arg0: AtmosphereRequest, arg1: AtmosphereResponse): Action

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

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

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

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  72. def endPointMapper(arg0: EndpointMapper): AtmosphereFramework

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

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

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

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  78. def externalizeDestroy(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  79. def externalizeDestroy(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  80. def filterManipulator(arg0: FilterManipulator): AtmosphereFramework

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

    Permalink
    Definition Classes
    AtmosphereFramework
  82. def frameworkListener(arg0: AtmosphereFrameworkListener): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  83. def frameworkListeners(): List[AtmosphereFrameworkListener]

    Permalink
    Definition Classes
    AtmosphereFramework
  84. def getAsyncSupport(): AsyncSupport

    Permalink
    Definition Classes
    AtmosphereFramework
  85. def getAtmosphereConfig(): AtmosphereConfig

    Permalink
    Definition Classes
    AtmosphereFramework
  86. def getAtmosphereDotXmlPath(): String

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

    Permalink
    Definition Classes
    AtmosphereFramework
  88. def getBroadcasterCacheClassName(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  89. def getBroadcasterFactory(): BroadcasterFactory

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  91. def getDefaultBroadcasterClassName(): String

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

    Permalink
    Definition Classes
    AtmosphereFramework
  93. def getDefaultSerializerClassName(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  94. def getHandlersPath(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  95. def getLibPath(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  96. def getServletConfig(): ServletConfig

    Permalink
    Definition Classes
    AtmosphereFramework
  97. def getServletContext(): ServletContext

    Permalink
    Definition Classes
    AtmosphereFramework
  98. def getWebSocketProcessorClassName(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  99. def getWebSocketProtocol(): WebSocketProtocol

    Permalink
    Definition Classes
    AtmosphereFramework
  100. def getWebSocketProtocolClassName(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  101. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  102. def init(sc: ServletConfig): AtmosphereFramework

    Permalink
    Definition Classes
    DefaultAtmosphereFramework → AtmosphereFramework
  103. def init(arg0: ServletConfig, arg1: Boolean): AtmosphereFramework

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

    Permalink
    Definition Classes
    AtmosphereFramework
  105. def initAtmosphereHandler(): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... )
  106. def initAtmosphereHandler(arg0: ServletConfig): Unit

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

    Permalink
    Definition Classes
    AtmosphereFramework
  108. def initWebSocket(): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
  109. def initializationError(arg0: IllegalStateException): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
  110. def initialized(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  115. def isAServletFilter(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  116. def isBroadcasterSpecified(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  117. def isDestroyed(): Boolean

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

    Permalink
    Definition Classes
    Any
  119. def isShareExecutorServices(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  120. def isUseBlockingImplementation(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  121. def isUseNativeImplementation(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  122. def isUseServlet30(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  123. def isUseStreamForFlushingComments(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  124. def loadAtmosphereDotXml(arg0: InputStream, arg1: ClassLoader): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  132. def mappingRegex(): String

    Permalink
    Definition Classes
    AtmosphereFramework
  133. def metaBroadcaster(): MetaBroadcaster

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

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

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  136. def newAtmosphereConfig(): AtmosphereConfig

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

    Permalink
    Definition Classes
    AtmosphereFramework
    Annotations
    @throws( ... ) @throws( ... )
  138. def normalizePath(arg0: String): String

    Permalink
    Definition Classes
    AtmosphereFramework
  139. def notify(arg0: TYPE, arg1: AtmosphereRequest, arg2: AtmosphereResponse): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  140. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  141. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  142. def notifyDestroyed(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  143. def notifySuspended(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  144. def objectFactory(): AtmosphereObjectFactory

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  147. def onPostDestroy(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  148. def onPostInit(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  149. def onPreDestroy(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  150. def onPreInit(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  151. def packages(): List[String]

    Permalink
    Definition Classes
    AtmosphereFramework
  152. def patchContainer(): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
  153. def preventOOM(): Unit

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

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

    Permalink
    Definition Classes
    AtmosphereFramework
  156. def removeAllAtmosphereHandler(): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  157. def removeAllInitParams(): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  158. def removeAtmosphereHandler(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  159. def resetStates(): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  160. def servletConfig(arg0: ServletConfig, arg1: Boolean): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  161. def sessionFactory(): AtmosphereResourceSessionFactory

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

    Permalink
    Definition Classes
    AtmosphereFramework
  163. def setAndConfigureAtmosphereResourceFactory(arg0: AtmosphereResourceFactory): Unit

    Permalink
    Definition Classes
    AtmosphereFramework
  164. def setAsyncSupport(arg0: AsyncSupport): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  165. def setAtmosphereDotXmlPath(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  166. def setBroadcasterCacheClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  167. def setBroadcasterFactory(arg0: BroadcasterFactory): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  168. def setCometSupport(arg0: AsyncSupport): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  169. def setDefaultBroadcasterClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  170. def setDefaultSerializerClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  171. def setHandlersPath(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  172. def setLibPath(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  173. def setUseBlockingImplementation(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  174. def setUseNativeImplementation(arg0: Boolean): AtmosphereFramework

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

    Permalink
    Definition Classes
    AtmosphereFramework
  176. def setUseStreamForFlushingComments(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  177. def setWebSocketProtocolClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  178. def setWebsocketProcessorClassName(arg0: String): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  179. def shareExecutorServices(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  180. def sharedThreadPools(arg0: Boolean): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  181. def sharedThreadPools(): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  183. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  184. def universe(): Unit

    Permalink
    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereFramework
  185. def uuidProvider(): UUIDProvider

    Permalink
    Definition Classes
    AtmosphereFramework
  186. def uuidProvider(arg0: UUIDProvider): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  187. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  189. final def wait(): Unit

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

    Permalink
    Definition Classes
    AtmosphereFramework
  191. def webSocketEnabled(): Boolean

    Permalink
    Definition Classes
    AtmosphereFramework
  192. def webSocketFactory(arg0: WebSocketFactory): AtmosphereFramework

    Permalink
    Definition Classes
    AtmosphereFramework
  193. def webSocketFactory(): WebSocketFactory

    Permalink
    Definition Classes
    AtmosphereFramework

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getCometSupport(): AsyncSupport

    Permalink
    Definition Classes
    AtmosphereFramework
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AtmosphereFramework

Inherited from AnyRef

Inherited from Any

Ungrouped