o

io.youi.example

ServerExampleApplication

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: HttpHandler): Boolean
    Definition Classes
    Ordered
  4. def <=(that: HttpHandler): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: HttpHandler): Boolean
    Definition Classes
    Ordered
  7. def >=(that: HttpHandler): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. lazy val cacheDirectory: Var[File]
    Definition Classes
    ServerApplication
  10. def cached(url: URL): String
    Definition Classes
    ServerApplication → CacheImplementation
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: HttpHandler): Int
    Definition Classes
    HttpHandler → Ordered
  13. def compareTo(that: HttpHandler): Int
    Definition Classes
    Ordered → Comparable
  14. val config: ServerConfig
    Definition Classes
    Server
  15. val connected: Channel[Connection]
    Definition Classes
    ServerApplication
  16. val connectivity: ApplicationConnectivity
    Definition Classes
    YouIApplication
  17. val connectivityEntries: State[Set[ApplicationConnectivity]]
    Definition Classes
    YouIApplication
  18. def createConnectivity(path: String, autoConnect: Boolean): ApplicationConnectivity
    Definition Classes
    YouIApplication
  19. val disconnected: Channel[Connection]
    Definition Classes
    ServerApplication
  20. def dispose(): Unit
    Definition Classes
    ServerApplication → Server
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def error(t: Throwable): Unit
    Definition Classes
    ErrorSupport
  24. def errorInfo(error: JavaScriptError, httpConnection: HttpConnection): Map[String, String]
    Attributes
    protected
    Definition Classes
    ServerApplication
  25. def errorSupport[R](f: ⇒ R): R
    Definition Classes
    ErrorSupport
  26. val example: CommunicationManager[ExampleCommunication]
    Definition Classes
    ExampleApplication
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val generalPages: Page
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def handle(connection: HttpConnection): Unit
    Definition Classes
    Server → HttpHandler
  31. val handler: HttpHandlerBuilder
    Definition Classes
    Server
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  33. val implementation: UndertowServerImplementation
    Attributes
    protected
    Definition Classes
    UndertowServer → Server
  34. def init(): Unit
    Attributes
    protected
    Definition Classes
    Server
  35. def isInitialized: Boolean
    Definition Classes
    Server
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isRunning: Boolean
    Definition Classes
    Server
  38. def logJavaScriptErrors: Boolean
    Attributes
    protected
    Definition Classes
    YouIApplication
  39. def logJavaScriptException(exception: JavaScriptException): Boolean
    Attributes
    protected
    Definition Classes
    ServerApplication
  40. def main(args: Array[String]): Unit
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  44. def page(page: Page): Page
    Attributes
    protected
    Definition Classes
    ServerApplication
  45. def priority: Priority
    Definition Classes
    HttpHandler
  46. def restart(): Unit
    Definition Classes
    Server
  47. val simple: CommunicationManager[SimpleCommunication]
    Definition Classes
    ExampleApplication
  48. def start(): Unit
    Definition Classes
    Server
  49. def stop(): Unit
    Definition Classes
    Server
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. val uiExamples: Page
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    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