com.groupon.sparklint.ui

UIServer

class UIServer extends AdhocServer with StaticFileService with Logging

Since

8/18/16.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UIServer
  2. StaticFileService
  3. AdhocServer
  4. Logging
  5. RoutingMap
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UIServer(esManager: EventSourceManagerLike)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val DEFAULT_PORT: Int

    Definition Classes
    AdhocServer
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bindServer(port: Int): Try[Server]

    Definition Classes
    AdhocServer
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def getServerAddress: Option[String]

    Definition Classes
    AdhocServer
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def htmlResponse(textResponse: Task[Response]): Task[Response]

    Definition Classes
    AdhocServer
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def jsonResponse(textResponse: Task[Response]): Task[Response]

    Definition Classes
    AdhocServer
  19. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  20. def logDebug(message: String): Unit

    Definition Classes
    Logging
  21. def logError(message: String, ex: Throwable): Unit

    Definition Classes
    Logging
  22. def logError(message: String): Unit

    Definition Classes
    Logging
  23. def logInfo(message: String): Unit

    Definition Classes
    Logging
  24. def logTrace(message: String): Unit

    Definition Classes
    Logging
  25. def logWarn(message: String): Unit

    Definition Classes
    Logging
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def router: HttpService

    Definition Classes
    RoutingMap
  30. lazy val routingMap: Map[String, HttpService]

    Definition Classes
    RoutingMap
  31. var server: Option[Server]

    Definition Classes
    AdhocServer
  32. def startServer(port: Option[Int] = None): Unit

    start the server with the routingMap and port

    start the server with the routingMap and port

    port

    port to use

    Definition Classes
    AdhocServer
    Annotations
    @throws( ... )
    Exceptions thrown
    IllegalArgumentException

    if the port is smaller than 0 or greater than 65535

  33. def staticFileService: HttpService

    Definition Classes
    StaticFileService
  34. def stopServer(): Unit

    Definition Classes
    AdhocServer
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StaticFileService

Inherited from AdhocServer

Inherited from Logging

Inherited from RoutingMap

Inherited from AnyRef

Inherited from Any

Ungrouped