Object

io.youi.example

ServerExampleApplication

Related Doc: package example

Permalink

object ServerExampleApplication extends UndertowServer with ExampleApplication with ServerApplication

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

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
    Definition Classes
    ServerApplication
  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
    Definition Classes
    ServerApplication
  16. val connectivity: ApplicationConnectivity

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication → 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
    Definition Classes
    ServerApplication
  25. def errorSupport[R](f: ⇒ R): R

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. val implementation: UndertowServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    UndertowServer → Server
  34. def init(): Unit

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

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

    Permalink
    Definition Classes
    Any
  37. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  38. def logJavaScriptErrors: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Server
  47. val simple: CommunicationManager[SimpleCommunication]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  52. val uiExamples: Page

    Permalink
  53. final def wait(): Unit

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

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

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

Inherited from ServerApplication

Inherited from ExampleApplication

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from UndertowServer

Inherited from Server

Inherited from ErrorSupport

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from AnyRef

Inherited from Any

Ungrouped