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

    Permalink
    Definition Classes
    ServerApplication
  9. def addTemplate(directory: File, mappings: Set[(HttpConnection) ⇒ Option[File]], excludeDotHTML: Boolean, deltas: List[Delta], includeApplication: (URL) ⇒ Boolean): HttpHandler

    Permalink
    Definition Classes
    ServerApplication
  10. def applicationBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerExampleApplication → ServerApplication
  11. def applicationJSBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerExampleApplication → ServerApplication
  12. lazy val applicationJSContent: Content

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

    Permalink
    Definition Classes
    ServerApplication
  14. def applicationJSDepsPath: String

    Permalink
    Definition Classes
    ServerApplication
  15. lazy val applicationJSMapContent: Content

    Permalink
    Definition Classes
    ServerApplication
  16. def applicationJSMapPath: String

    Permalink
    Definition Classes
    ServerApplication
  17. def applicationJSPath: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  22. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  27. val connectivity: ApplicationConnectivity

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  31. def dispose(): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  37. def errorSupport[R](f: ⇒ R): R

    Permalink
    Definition Classes
    ErrorSupport
  38. val example: CommunicationManager[ExampleCommunication]

    Permalink
    Definition Classes
    ExampleApplication
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. val generalPages: Page

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → Server
  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 logJavaScriptErrors: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  64. val simple: CommunicationManager[SimpleCommunication]

    Permalink
    Definition Classes
    ExampleApplication
  65. def start(): Unit

    Permalink
    Definition Classes
    ServerExampleApplication → Server
  66. def stop(): Unit

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

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

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

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

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