Trait

io.youi.app

ServerApplication

Related Doc: package app

Permalink

trait ServerApplication extends YouIApplication with Server

Linear Supertypes
Server, HttpHandler, Ordered[HttpHandler], Comparable[HttpHandler], YouIApplication, ErrorSupport, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerApplication
  2. Server
  3. HttpHandler
  4. Ordered
  5. Comparable
  6. YouIApplication
  7. ErrorSupport
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val implementation: ServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    Server

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: HttpHandler): Int

    Permalink
    Definition Classes
    HttpHandler → Ordered
  11. def compareTo(that: HttpHandler): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. val config: ServerConfig

    Permalink
    Definition Classes
    Server
  13. val connected: Channel[Connection]

    Permalink
  14. val connectivity: ApplicationConnectivity

    Permalink

    Default connectivity using "/communication" as the path.

    Default connectivity using "/communication" as the path. Can be overridden if this path is not desirable.

    Definition Classes
    YouIApplication
  15. val connectivityEntries: State[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  16. def createConnectivity(path: String = "/communication", autoConnect: Boolean = true): ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  17. val disconnected: Channel[Connection]

    Permalink
  18. def dispose(): Unit

    Permalink
    Definition Classes
    Server
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def error(t: Throwable): Unit

    Permalink
    Definition Classes
    ErrorSupport
  22. def errorInfo(error: JavaScriptError, httpConnection: HttpConnection): Map[String, String]

    Permalink
    Attributes
    protected
  23. def errorSupport[R](f: ⇒ R): R

    Permalink
    Definition Classes
    ErrorSupport
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def handle(connection: HttpConnection): Unit

    Permalink
    Definition Classes
    Server → HttpHandler
  27. val handler: HttpHandlerBuilder

    Permalink
    Definition Classes
    Server
  28. object handlers

    Permalink
    Definition Classes
    Server
  29. def hashCode(): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    Server
  31. def isInitialized: Boolean

    Permalink
    Definition Classes
    Server
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  34. def logJavaScriptErrors: Boolean

    Permalink

    Returns true if errors that happen in the browser should be logged on the server.

    Returns true if errors that happen in the browser should be logged on the server.

    Defaults to true.

    Attributes
    protected
    Definition Classes
    YouIApplication
  35. def logJavaScriptException(exception: JavaScriptException): Boolean

    Permalink
    Attributes
    protected
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def page(page: Page): Page

    Permalink
    Attributes
    protected
  40. def priority: Priority

    Permalink
    Definition Classes
    HttpHandler
  41. def restart(): Unit

    Permalink
    Definition Classes
    Server
  42. def start(): Unit

    Permalink
    Definition Classes
    Server
  43. def stop(): Unit

    Permalink
    Definition Classes
    Server
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

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

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

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

Inherited from Server

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from YouIApplication

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped