class ScalatraAtmosphereFramework extends AtmosphereFramework
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalatraAtmosphereFramework
- AtmosphereFramework
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalatraAtmosphereFramework(isFilter: Boolean = false, autoDetectHandlers: Boolean = false)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addAnnotationPackage(arg0: Class[_]): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: Broadcaster): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: String, arg3: List[AtmosphereInterceptor]): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: Broadcaster, arg3: List[AtmosphereInterceptor]): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler, arg2: List[AtmosphereInterceptor]): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addBroadcasterCacheInjector(arg0: BroadcasterCacheInspector): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addBroadcasterCacheListener(arg0: BroadcasterCacheListener): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addBroadcasterListener(arg0: BroadcasterListener): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addBroadcasterType(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addCustomAnnotationPackage(arg0: Class): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addDefaultOrAppInterceptors(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
addInitParameter(arg0: String, arg1: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addInterceptorToAllWrappers(arg0: AtmosphereInterceptor): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
addInterceptorToWrapper(arg0: AtmosphereHandlerWrapper, arg1: List[AtmosphereInterceptor]): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
addInterceptorToWrapper(arg0: AtmosphereHandlerWrapper, arg1: AtmosphereInterceptor): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
addWebSocketHandler(arg0: String, arg1: WebSocketHandler, arg2: AtmosphereHandler, arg3: List[AtmosphereInterceptor]): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addWebSocketHandler(arg0: String, arg1: WebSocketHandler, arg2: AtmosphereHandler): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addWebSocketHandler(arg0: String, arg1: WebSocketHandler): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
addWebSocketHandler(arg0: WebSocketHandler): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
allowAllClassesScan(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
allowAllClassesScan(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
analytics(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
annotationProcessor(): AnnotationProcessor
- Definition Classes
- AtmosphereFramework
-
def
annotationProcessorClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
annotationScanned(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asyncSupportListener(arg0: AsyncSupportListener): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
asyncSupportListeners(): List[AsyncSupportListener]
- Definition Classes
- AtmosphereFramework
-
def
atmosphereFactory(): AtmosphereResourceFactory
- Definition Classes
- AtmosphereFramework
-
def
atmosphereResourceListener(arg0: AtmosphereResourceListener): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
atmosphereResourceListeners(): List[AtmosphereResourceListener]
- Definition Classes
- AtmosphereFramework
-
def
autoConfigureService(arg0: ServletContext): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
autoDetectAtmosphereHandlers(arg0: ServletContext, arg1: URLClassLoader): Unit
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... ) @throws( ... )
-
def
autoDetectContainer(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
autoDetectWebSocketHandler(arg0: ServletContext, arg1: URLClassLoader): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... ) @throws( ... )
-
def
broadcasterCacheListeners(): List[BroadcasterCacheListener]
- Definition Classes
- AtmosphereFramework
-
def
broadcasterFilters(arg0: BroadcastFilter): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
broadcasterFilters(): List[String]
- Definition Classes
- AtmosphereFramework
-
def
broadcasterLifeCyclePolicy(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
broadcasterLifeCyclePolicy(): String
- Definition Classes
- AtmosphereFramework
-
def
broadcasterListeners(): List[BroadcasterListener]
- Definition Classes
- AtmosphereFramework
-
def
broadcasterTypes(): ConcurrentLinkedQueue[String]
- Definition Classes
- AtmosphereFramework
-
def
checkWebSocketSupportState(): Unit
- Definition Classes
- AtmosphereFramework
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
closeAtmosphereResource(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureAtmosphereInterceptor(arg0: ServletConfig): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureBroadcaster(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureBroadcasterFactory(): Unit
- Definition Classes
- AtmosphereFramework
-
def
configureDetectedFramework(arg0: ReflectorServletProcessor, arg1: Boolean): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureObjectFactory(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureQueryStringAsRequest(arg0: AtmosphereRequest): Map[String, String]
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureRequestResponse(arg0: AtmosphereRequest, arg1: AtmosphereResponse): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
configureScanningPackage(arg0: ServletConfig, arg1: String): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
configureWebDotXmlAtmosphereHandler(arg0: ServletConfig): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
createAsyncSupportResolver(): AsyncSupportResolver
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
createWrapperAndConfigureHandler(arg0: AtmosphereHandler, arg1: String, arg2: List[AtmosphereInterceptor]): AtmosphereHandlerWrapper
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
customAnnotationPackages(): List[String]
- Definition Classes
- AtmosphereFramework
-
def
defaultInterceptors(): Array[Class[_ <: AtmosphereInterceptor]]
- Definition Classes
- AtmosphereFramework
-
def
defaultPackagesToScan(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
destroy(): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
destroyInterceptors(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
detectSupportedFramework(arg0: ServletConfig): Boolean
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( classOf[java.lang.Exception] )
- def disableSessionSupport(): Unit
-
def
doCometSupport(arg0: AtmosphereRequest, arg1: AtmosphereResponse): atmosphere.cpr.Action
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... ) @throws( classOf[java.io.IOException] )
-
def
doInitParams(arg0: ServletConfig, arg1: Boolean): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
doInitParams(arg0: ServletConfig): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
doInitParamsForWebSocket(arg0: ServletConfig): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
- def enableSessionSupport(): Unit
-
def
endPointMapper(arg0: EndpointMapper): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
endPointMapper(): EndpointMapper[AtmosphereHandlerWrapper]
- Definition Classes
- AtmosphereFramework
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
excludeInterceptor(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
excludedInterceptors(): List[String]
- Definition Classes
- AtmosphereFramework
-
def
externalizeDestroy(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
externalizeDestroy(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
filterManipulator(arg0: FilterManipulator): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
filterManipulators(): List[FilterManipulator]
- Definition Classes
- AtmosphereFramework
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
frameworkListener(arg0: AtmosphereFrameworkListener): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
frameworkListeners(): List[AtmosphereFrameworkListener]
- Definition Classes
- AtmosphereFramework
-
def
getAsyncSupport(): AsyncSupport[_ <: AtmosphereResource]
- Definition Classes
- AtmosphereFramework
-
def
getAtmosphereConfig(): AtmosphereConfig
- Definition Classes
- AtmosphereFramework
-
def
getAtmosphereDotXmlPath(): String
- Definition Classes
- AtmosphereFramework
-
def
getAtmosphereHandlers(): Map[String, AtmosphereHandlerWrapper]
- Definition Classes
- AtmosphereFramework
-
def
getBroadcasterCacheClassName(): String
- Definition Classes
- AtmosphereFramework
-
def
getBroadcasterFactory(): BroadcasterFactory
- Definition Classes
- AtmosphereFramework
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getDefaultBroadcasterClassName(): String
- Definition Classes
- AtmosphereFramework
-
def
getDefaultSerializerClass(): Class[Serializer]
- Definition Classes
- AtmosphereFramework
-
def
getDefaultSerializerClassName(): String
- Definition Classes
- AtmosphereFramework
-
def
getHandlersPath(): String
- Definition Classes
- AtmosphereFramework
-
def
getLibPath(): String
- Definition Classes
- AtmosphereFramework
-
def
getServletConfig(): ServletConfig
- Definition Classes
- AtmosphereFramework
-
def
getServletContext(): ServletContext
- Definition Classes
- AtmosphereFramework
-
def
getWebSocketProcessorClassName(): String
- Definition Classes
- AtmosphereFramework
-
def
getWebSocketProtocol(): WebSocketProtocol
- Definition Classes
- AtmosphereFramework
-
def
getWebSocketProtocolClassName(): String
- Definition Classes
- AtmosphereFramework
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(arg0: ServletConfig, arg1: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
init(arg0: ServletConfig): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
init(): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
initAtmosphereHandler(): Unit
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
initAtmosphereHandler(arg0: ServletConfig): Unit
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
initEndpointMapper(): Unit
- Definition Classes
- AtmosphereFramework
-
def
initWebSocket(): Unit
- Definition Classes
- AtmosphereFramework
-
def
initializationError(arg0: IllegalStateException): Unit
- Definition Classes
- AtmosphereFramework
-
def
initialized(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
inspectors(): ConcurrentLinkedQueue[BroadcasterCacheInspector]
- Definition Classes
- AtmosphereFramework
-
def
installAnnotationProcessor(arg0: ServletConfig): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
interceptor(arg0: AtmosphereInterceptor): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
interceptors(): LinkedList[AtmosphereInterceptor]
- Definition Classes
- AtmosphereFramework
-
def
isAServletFilter(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isBroadcasterSpecified(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isDestroyed(): Boolean
- Definition Classes
- AtmosphereFramework
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isShareExecutorServices(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isUseBlockingImplementation(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isUseNativeImplementation(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isUseServlet30(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
isUseStreamForFlushingComments(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
loadAtmosphereDotXml(arg0: InputStream, arg1: URLClassLoader): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... ) @throws( classOf[java.io.IOException] )
-
def
loadAtmosphereHandlersFromPath(arg0: URLClassLoader, arg1: String): Unit
- Definition Classes
- AtmosphereFramework
-
def
loadConfiguration(arg0: ServletConfig): Unit
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... )
-
def
loadMetaService(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
loadWebSocketFromPath(arg0: URLClassLoader, arg1: String): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
lookupDefaultBroadcasterType(arg0: String): String
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
lookupDefaultObjectFactoryType(): AtmosphereObjectFactory
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
mappingRegex(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
mappingRegex(): String
- Definition Classes
- AtmosphereFramework
-
def
metaBroadcaster(): MetaBroadcaster
- Definition Classes
- AtmosphereFramework
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newAInterceptor(arg0: Class[_ <: AtmosphereInterceptor]): AtmosphereInterceptor
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
newAtmosphereConfig(): AtmosphereConfig
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
newClassInstance[T, U <: T](arg0: Class[T], arg1: Class[U]): T
- Definition Classes
- AtmosphereFramework
- Annotations
- @throws( ... ) @throws( ... )
-
def
normalizePath(arg0: String): String
- Definition Classes
- AtmosphereFramework
-
def
notify(arg0: TYPE, arg1: AtmosphereRequest, arg2: AtmosphereResponse): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
notifyDestroyed(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
notifySuspended(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
objectFactory(): AtmosphereObjectFactory
- Definition Classes
- AtmosphereFramework
-
def
objectFactory(arg0: AtmosphereObjectFactory): Unit
- Definition Classes
- AtmosphereFramework
-
def
objectFactoryType(): ConcurrentLinkedQueue[String]
- Definition Classes
- AtmosphereFramework
-
def
onPostDestroy(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
onPostInit(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
onPreDestroy(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
onPreInit(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
packages(): List[String]
- Definition Classes
- AtmosphereFramework
-
def
patchContainer(): Unit
- Definition Classes
- AtmosphereFramework
-
def
preventOOM(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
readSystemProperties(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
reconfigureInitParams(arg0: Boolean): Unit
- Definition Classes
- AtmosphereFramework
-
def
removeAllAtmosphereHandler(): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
removeAllInitParams(): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
removeAtmosphereHandler(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
resetStates(): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
servletConfig(arg0: ServletConfig, arg1: Boolean): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
sessionFactory(): AtmosphereResourceSessionFactory
- Definition Classes
- AtmosphereFramework
-
def
sessionSupport(arg0: Boolean): Unit
- Definition Classes
- AtmosphereFramework
-
def
setAndConfigureAtmosphereResourceFactory(arg0: AtmosphereResourceFactory): Unit
- Definition Classes
- AtmosphereFramework
-
def
setAsyncSupport(arg0: AsyncSupport): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setAtmosphereDotXmlPath(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setBroadcasterCacheClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setBroadcasterFactory(arg0: BroadcasterFactory): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setCometSupport(arg0: AsyncSupport): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setDefaultBroadcasterClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setDefaultSerializerClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setHandlersPath(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setLibPath(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setUseBlockingImplementation(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setUseNativeImplementation(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setUseServlet30(arg0: Boolean): Unit
- Definition Classes
- AtmosphereFramework
-
def
setUseStreamForFlushingComments(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setWebSocketProtocolClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
setWebsocketProcessorClassName(arg0: String): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
- def setupJBoss(): Unit
- def setupTomcat(): Unit
- def setupTomcat7(): Unit
-
def
shareExecutorServices(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
sharedThreadPools(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
sharedThreadPools(): Boolean
- Definition Classes
- AtmosphereFramework
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
universe(): Unit
- Attributes
- protected[org.atmosphere.cpr]
- Definition Classes
- AtmosphereFramework
-
def
uuidProvider(): UUIDProvider
- Definition Classes
- AtmosphereFramework
-
def
uuidProvider(arg0: UUIDProvider): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
webSocketEnabled(arg0: Boolean): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
webSocketEnabled(): Boolean
- Definition Classes
- AtmosphereFramework
-
def
webSocketFactory(arg0: WebSocketFactory): AtmosphereFramework
- Definition Classes
- AtmosphereFramework
-
def
webSocketFactory(): WebSocketFactory
- Definition Classes
- AtmosphereFramework
Deprecated Value Members
-
def
getCometSupport(): AsyncSupport
- Definition Classes
- AtmosphereFramework
- Annotations
- @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.