Trait/Object

io.youi.app

ServerApplication

Related Docs: object ServerApplication | package app

Permalink

trait ServerApplication extends YouIApplication with Server

Linear Supertypes
Server, HttpHandler, Ordered[HttpHandler], Comparable[HttpHandler], YouIApplication, CacheImplementation, ErrorSupport, AnyRef, Any
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

Type Members

  1. implicit class AppHandlerBuilder extends AnyRef

    Permalink
  2. implicit class ServerHttpHandler extends AnyRef

    Permalink
    Definition Classes
    Server

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 addTemplate(lookup: (String) ⇒ Option[Content], mappings: Set[(HttpConnection) ⇒ Option[Content]] = Set.empty, excludeDotHTML: Boolean = true, deltas: List[Delta] = Nil, includeApplication: (URL) ⇒ Boolean = _ => true): HttpHandler

    Permalink
  9. def applicationBasePath: String

    Permalink
    Attributes
    protected
  10. def applicationJSBasePath: String

    Permalink
    Attributes
    protected
  11. lazy val applicationJSContent: Content

    Permalink
  12. lazy val applicationJSDepsContent: Option[Content]

    Permalink
  13. def applicationJSDepsPath: String

    Permalink
  14. lazy val applicationJSMapContent: Content

    Permalink
  15. def applicationJSMapPath: String

    Permalink
  16. def applicationJSPath: String

    Permalink
  17. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ServerApplication → CacheImplementation
  20. val cancellable: Option[Cancellable]

    Permalink
    Attributes
    protected
  21. def clone(): AnyRef

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

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

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

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

    Permalink
  26. 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
  27. val connectivityEntries: Var[Set[ApplicationConnectivity]]

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

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

    Permalink
  30. def dispose(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def handle(connection: HttpConnection): Future[HttpConnection]

    Permalink
    Definition Classes
    Server → HttpHandler
  40. def handleInternal(connection: HttpConnection): Future[HttpConnection]

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → Server
  41. val handler: HttpHandlerBuilder

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Server
  45. def init(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → Server
  46. def isClient: Boolean

    Permalink
    Definition Classes
    ServerApplicationYouIApplication
  47. def isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  49. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  50. def isServer: Boolean

    Permalink
    Definition Classes
    ServerApplicationYouIApplication
  51. 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
  52. def logJavaScriptException(exception: JavaScriptException): Boolean

    Permalink
    Attributes
    protected
  53. val logPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  54. def main(args: Array[String]): Unit

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
  59. def priority: Priority

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

    Permalink
    Attributes
    protected
  61. def restart(): Unit

    Permalink
    Definition Classes
    Server
  62. def scriptPaths: List[String]

    Permalink
    Attributes
    protected
  63. def serveHTML(httpConnection: HttpConnection, content: Content, deltas: List[Delta], includeApplication: Boolean): Future[HttpConnection]

    Permalink
  64. def start(): Future[Unit]

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

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

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

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

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

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