Trait/Object

io.youi.server

Server

Related Docs: object Server | package server

Permalink

trait Server extends HttpHandler with ErrorSupport

Linear Supertypes
ErrorSupport, HttpHandler, Ordered[HttpHandler], Comparable[HttpHandler], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. ErrorSupport
  3. HttpHandler
  4. Ordered
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ServerHttpHandler extends AnyRef

    Permalink

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. def clone(): AnyRef

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

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

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

    Permalink
  13. def dispose(): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink

    The error handler if an error is thrown.

    The error handler if an error is thrown. This is used automatically when an HttpHandler fires a Throwable but can be explicitly used for more specific errors. The error handler is responsible for applying an existing status on the HttpResponse or setting one if the status is a non-error.

    Defaults to DefaultErrorHandler

  18. def errorSupport[R](f: ⇒ R): R

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

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

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

    Permalink
    Definition Classes
    ServerHttpHandler
  22. def handleInternal(connection: HttpConnection): Future[HttpConnection]

    Permalink
    Attributes
    protected
  23. val handler: HttpHandlerBuilder

    Permalink
  24. object handlers extends ItemContainer[HttpHandler]

    Permalink
  25. def hashCode(): Int

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

    Permalink
    Attributes
    protected
  27. def init(): Future[Unit]

    Permalink

    Init is called on start(), but only the first time.

    Init is called on start(), but only the first time. If the server is restarted it is not invoked again.

    Attributes
    protected
  28. def isInitialized: Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isRunning: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def priority: Priority

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

    Permalink
  36. def restart(): Unit

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

    Permalink
  38. def stop(): Unit

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from ErrorSupport

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from AnyRef

Inherited from Any

Ungrouped