com.groupon.sparklint

Sparklint

class Sparklint extends AdhocServer with StaticFileService with HeartBeatService

The class that contains the backend and ui

Since

1.0.5

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

Instance Constructors

  1. new Sparklint(config: SparklintConfig)

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. def DEFAULT_PORT: Int

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

    Definition Classes
    Any
  8. val backend: SparklintBackend

  9. def bindServer(port: Int): Try[Server]

    Definition Classes
    AdhocServer
  10. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val frontend: SparklintFrontend

  15. final def getClass(): Class[_]

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

    Definition Classes
    AdhocServer
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def heartBeatService: HttpService

    Definition Classes
    HeartBeatService
  19. def htmlResponse(textResponse: Task[Response]): Task[Response]

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

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

    Definition Classes
    AdhocServer
  22. def log: Logger

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def registerService(prefix: String, service: HttpService): Unit

    Definition Classes
    RoutingMap
  33. def router: HttpService

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

    Definition Classes
    AdhocServer
  35. 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

  36. def staticFileService: HttpService

    Definition Classes
    StaticFileService
  37. def stopServer(): Unit

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HeartBeatService

Inherited from StaticFileService

Inherited from AdhocServer

Inherited from Logging

Inherited from RoutingMap

Inherited from AnyRef

Inherited from Any

Ungrouped