Class

org.hyperscala.manager

ClientConnection

Related Doc: package manager

Permalink

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)

    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. val app: WebApplication

    Permalink
    Definition Classes
    ClientConnectionConnection
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def init(): Unit

    Permalink
    Definition Classes
    ClientConnectionConnection
  13. val initialURL: URL

    Permalink
    Definition Classes
    ClientConnectionConnection
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. var logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def pushURL(url: URL, force: Boolean = false): Unit

    Permalink
  21. def receive(id: Int, json: String): Unit

    Permalink

    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. var replace: Boolean

    Permalink
    Attributes
    protected[org.hyperscala]
    Definition Classes
    Connection
  23. def replaceURL(url: URL, force: Boolean = false): Unit

    Permalink
  24. def replaceWith(screen: BaseScreen): Unit

    Permalink
    Definition Classes
    Connection
  25. def replaceWith(path: String): Unit

    Permalink
    Definition Classes
    Connection
  26. lazy val screen: Sub[BaseScreen]

    Permalink
    Definition Classes
    Connection
  27. def send(id: Int, json: String): Unit

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def updateLogger(f: (Logger) ⇒ Logger): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def updateScreen(urlChanged: Boolean): ClientScreen

    Permalink
  32. def updateState(): Unit

    Permalink
  33. lazy val url: Sub[URL]

    Permalink
    Definition Classes
    Connection
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Connection

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped