trait ClientHookup extends Hookup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientHookup
- Hookup
- HookupIO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete 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
- macro def auto[I]: I with HookupSupport
- Attributes
- protected
- Definition Classes
- Hookup
- def callables: Map[String, HookupSupport]
- Definition Classes
- Hookup
- macro def channel[I]: Channel[I]
- Attributes
- protected
- Definition Classes
- Hookup
- val channels: Map[String, (Json) => Unit]
- Attributes
- protected
- Definition Classes
- Hookup
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- macro def create[I](implementation: I): I with HookupSupport
- Attributes
- protected
- Definition Classes
- Hookup
- macro def create[I, T]: I with HookupSupport
- Attributes
- protected
- Definition Classes
- Hookup
- macro def create[I]: I with HookupSupport
- Attributes
- protected
- Definition Classes
- Hookup
- def dispose(): Unit
- Definition Classes
- Hookup
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasInterface(interfaceName: String): Boolean
- Definition Classes
- Hookup
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isServer: Boolean
- Definition Classes
- Hookup
- def keyAs[Key]: Key
- Definition Classes
- Hookup
- val message: MessageCommunication with HookupSupport
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- macro def prop[I](initialValue: => I): Var[I]
- Attributes
- protected
- Definition Classes
- Hookup
- def register[I](i: I with HookupSupport): I with HookupSupport
- Attributes
- protected
- Definition Classes
- Hookup
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val user: UserCommunication with HookupSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()