Trait/Object

io.youi.app

ServerApplication

Related Docs: object ServerApplication | package app

Permalink

trait ServerApplication extends YouIApplication with Server with ConfigApplication

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

Type Members

  1. implicit class AppHandlerBuilder extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    ConfigApplication

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. def addDeltas(connection: HttpConnection, deltas: List[Delta]): Unit

    Permalink
  9. def addTemplate(directory: File, mappings: Set[(HttpConnection) ⇒ Option[File]] = Set.empty, excludeDotHTML: Boolean = true, deltas: List[Delta] = Nil): HttpHandler

    Permalink
  10. def applicationBasePath: String

    Permalink
    Attributes
    protected
  11. lazy val applicationJSContent: Content

    Permalink
  12. lazy val applicationJSDepsContent: Option[Content]

    Permalink
  13. lazy val applicationJSMapContent: Content

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. lazy val cacheDirectory: Var[File]

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

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

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

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

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

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

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

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

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

    Permalink
  26. def dispose(): Unit

    Permalink
    Definition Classes
    ServerApplication → Server
  27. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    ErrorSupport
  30. val errorHandler: Var[ErrorHandler]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Server
  37. object handlers extends ItemContainer[HttpHandler]

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. lazy val implementation: ServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    Server
  40. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → Server
  41. def isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  43. def isRunning: Boolean

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

    Permalink
    Attributes
    protected
  46. val logPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  47. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
  51. def priority: Priority

    Permalink
    Definition Classes
    HttpHandler
  52. def responseMap(httpConnection: HttpConnection): Map[String, String]

    Permalink
    Attributes
    protected
  53. def restart(): Unit

    Permalink
    Definition Classes
    Server
  54. def run(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → ConfigApplication
  55. def scriptPaths: List[String]

    Permalink
    Attributes
    protected
  56. def serveHTML(httpConnection: HttpConnection, content: Content, deltas: List[Delta]): Unit

    Permalink
  57. macro def start(args: Seq[String]): Unit

    Permalink
    Definition Classes
    ConfigApplication
  58. def start(): Unit

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

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

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

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

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

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

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

Inherited from ConfigApplication

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