Packages

c

org.hyperscala.manager

ClientConnection

class ClientConnection extends Connection with Logging

Linear Supertypes
Connection, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConnection
  2. Connection
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClientConnection(app: WebApplication, initialURL: URL)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val app: WebApplication
    Definition Classes
    ClientConnectionConnection
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. def init(): Unit
    Definition Classes
    ClientConnectionConnection
  13. val initialURL: URL
    Definition Classes
    ClientConnectionConnection
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  16. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def pushURL(url: URL, force: Boolean = false): Unit
  21. def receive(id: Int, json: String): Unit

    Called to receive JSON and call the appropriate pickler.

    Called to receive JSON and call the appropriate pickler.

    id

    the id of the pickler

    json

    the JSON to unpickle

    Definition Classes
    Connection
  22. val replace: Boolean
    Attributes
    protected[org.hyperscala]
    Definition Classes
    Connection
  23. def replaceURL(url: URL, force: Boolean = false): Unit
  24. def replaceWith(screen: BaseScreen): Unit
    Definition Classes
    Connection
  25. def replaceWith(path: String): Unit
    Definition Classes
    Connection
  26. lazy val screen: Var[BaseScreen]
    Definition Classes
    Connection
  27. def send(id: Int, json: String): Unit

    Implement to support sending of JSON

    Implement to support sending of JSON

    id

    the id of the pickler used

    json

    the JSON data to send

    Definition Classes
    ClientConnectionConnection
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def updateScreen(urlChanged: Boolean): ClientScreen
  31. def updateState(): Unit
  32. lazy val url: Var[URL]
    Definition Classes
    Connection
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Connection

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped