Object

io.youi.example

ServerExampleApplication

Related Doc: package example

Permalink

object ServerExampleApplication extends ExampleApplication with ServerApplication

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

Type Members

  1. implicit class AppHandlerBuilder extends AnyRef

    Permalink
    Definition Classes
    ServerApplication
  2. case class Greeting(message: String, name: String) extends Product with Serializable

    Permalink
  3. 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]], excludeDotHTML: Boolean, deltas: List[Delta], includeApplication: (URL) ⇒ Boolean): HttpHandler

    Permalink
    Definition Classes
    ServerApplication
  9. def applicationBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  10. def applicationJSBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  11. lazy val applicationJSContent: Content

    Permalink
    Definition Classes
    ServerApplication
  12. lazy val applicationJSDepsContent: Option[Content]

    Permalink
    Definition Classes
    ServerApplication
  13. def applicationJSDepsPath: String

    Permalink
    Definition Classes
    ServerApplication
  14. lazy val applicationJSMapContent: Content

    Permalink
    Definition Classes
    ServerApplication
  15. def applicationJSMapPath: String

    Permalink
    Definition Classes
    ServerApplication
  16. def applicationJSPath: String

    Permalink
    Definition Classes
    ServerApplication
  17. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    ServerApplication
  19. def cached(url: URL): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  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
    Definition Classes
    ServerApplication
  26. val connectivity: ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  27. val connectivityEntries: Var[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  28. def createConnectivity(path: String, autoConnect: Boolean): ApplicationConnectivity

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

    Permalink
    Definition Classes
    ServerApplication
  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
    Definition Classes
    ServerApplication
  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. val generalPages: Page

    Permalink
  39. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. val hookup: HookupServer[ExampleHookup]

    Permalink
  46. lazy val implementation: ServerImplementation

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

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

    Permalink
    Definition Classes
    ServerApplication → YouIApplication
  49. def isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  51. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  52. def isServer: Boolean

    Permalink
    Definition Classes
    ServerApplication → YouIApplication
  53. def logJavaScriptErrors: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  55. val logPath: String

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

    Permalink
    Definition Classes
    ServerApplication
  57. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  61. def priority: Priority

    Permalink
    Definition Classes
    HttpHandler
  62. object proxies extends ItemContainer[ProxyHandler]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  64. def restart(): Unit

    Permalink
    Definition Classes
    Server
  65. val restfulHookup: RestfulHookup[ExampleHookup]

    Permalink
  66. def scriptPaths: List[String]

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

    Permalink
    Definition Classes
    ServerApplication
  68. def start(): Future[Unit]

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

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

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

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

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

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

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

Inherited from ServerApplication

Inherited from Server

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from ExampleApplication

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped