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, CacheImplementation, 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. CacheImplementation
  8. ErrorSupport
  9. AnyRef
  10. 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. lazy val cacheDirectory: Var[File]

    Permalink
  10. def cached(url: URL): String

    Permalink
    Definition Classes
    ServerApplication → CacheImplementation
  11. def clone(): AnyRef

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

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

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

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

    Permalink
  16. 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
  17. val connectivityEntries: State[Set[ApplicationConnectivity]]

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

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

    Permalink
  20. def dispose(): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Server
  30. object handlers

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

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

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

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

    Permalink
    Definition Classes
    Any
  35. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  36. 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
  37. def logJavaScriptException(exception: JavaScriptException): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
  42. def priority: Priority

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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 CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped