Packages

case class Spark() extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spark
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Spark()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeThreadCount(): Int
  5. def addHandler(listener: EventListener): Unit
  6. def after(url: String)(action: (RequestContext) ⇒ Response): Unit
  7. def afterAfter(url: String)(action: (RequestContext) ⇒ Response): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def before(url: String)(action: (RequestContext) ⇒ Response): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def connect(url: String)(action: (RequestContext) ⇒ Response): Unit
  12. def delete(url: String)(action: (RequestContext) ⇒ Response): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def errorPageHandler(responseStatus: ResponseStatus, handler: ErrorCodeHandler): Unit
  15. def exceptionHandler(handler: ExceptionHandler): Unit
  16. def filesystemFolder(uri: String, resourceFolderPath: String): Unit
  17. def get(url: String)(action: (RequestContext) ⇒ Response): Unit
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def halt(input: ResponseStatus, message: String): Unit
  20. def halt(input: ResponseStatus): Unit
  21. def head(url: String)(action: (RequestContext) ⇒ Response): Unit
  22. def ipAddress(ipAddress: String): Service
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def options(url: String)(action: (RequestContext) ⇒ Response): Unit
  28. def patch(url: String)(action: (RequestContext) ⇒ Response): Unit
  29. def port(port: Int): Service
  30. def port: Int
  31. def post(url: String)(action: (RequestContext) ⇒ Response): Unit
  32. def productionMode: Boolean
  33. def productionMode(value: Boolean): Unit
  34. def put(url: String)(action: (RequestContext) ⇒ Response): Unit
  35. def removeHandler(listener: EventListener): Unit
  36. def resourceFolder(uri: String, resourceFolderPath: String): Unit
  37. def start(): Unit
  38. def stop(): Unit
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def threadPool(maxThreads: Int): Service
  41. def threadPool(maxThreads: Int, minThreads: Int, idleTimeoutMillis: Int): Service
  42. def trace(url: String)(action: (RequestContext) ⇒ Response): Unit
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def webjars(): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped