class ScalatraAtmosphereHandler extends AbstractReflectorAtmosphereHandler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalatraAtmosphereHandler
- AbstractReflectorAtmosphereHandler
- AtmosphereServletProcessor
- AtmosphereHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalatraAtmosphereHandler(scalatraApp: ScalatraBase)(implicit wireFormat: WireFormat)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
destroy(): Unit
- Definition Classes
- AbstractReflectorAtmosphereHandler → AtmosphereHandler
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(arg0: AtmosphereConfig): Unit
- Definition Classes
- AbstractReflectorAtmosphereHandler → AtmosphereServletProcessor
- Annotations
- @throws( ... )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
onRequest(resource: AtmosphereResource): Unit
- Definition Classes
- ScalatraAtmosphereHandler → AtmosphereHandler
-
def
onStateChange(arg0: AtmosphereResourceEvent): Unit
- Definition Classes
- AbstractReflectorAtmosphereHandler → AtmosphereHandler
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
postStateChange(arg0: AtmosphereResourceEvent): Unit
- Attributes
- protected[org.atmosphere.handler]
- Definition Classes
- AbstractReflectorAtmosphereHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
useTwoStepWrite(arg0: AtmosphereResourceEvent): Boolean
- Attributes
- protected[org.atmosphere.handler]
- Definition Classes
- AbstractReflectorAtmosphereHandler
-
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
write(arg0: AtmosphereResourceEvent, arg1: ServletOutputStream, arg2: Array[Byte]): Unit
- Attributes
- protected[org.atmosphere.handler]
- Definition Classes
- AbstractReflectorAtmosphereHandler
- Annotations
- @throws( classOf[java.io.IOException] )