case class Spark() extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spark
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Spark()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def activeThreadCount(): Int
- def addHandler(listener: EventListener): Unit
- def after(url: String)(action: (RequestContext) ⇒ Response): Unit
- def afterAfter(url: String)(action: (RequestContext) ⇒ Response): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(url: String)(action: (RequestContext) ⇒ Response): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def connect(url: String)(action: (RequestContext) ⇒ Response): Unit
- def delete(url: String)(action: (RequestContext) ⇒ Response): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def errorPageHandler(responseStatus: ResponseStatus, handler: ErrorCodeHandler): Unit
- def exceptionHandler(handler: ExceptionHandler): Unit
- def filesystemFolder(uri: String, resourceFolderPath: String): Unit
- def get(url: String)(action: (RequestContext) ⇒ Response): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def halt(input: ResponseStatus, message: String): Unit
- def halt(input: ResponseStatus): Unit
- def head(url: String)(action: (RequestContext) ⇒ Response): Unit
- def ipAddress(ipAddress: String): Service
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def options(url: String)(action: (RequestContext) ⇒ Response): Unit
- def patch(url: String)(action: (RequestContext) ⇒ Response): Unit
- def port(port: Int): Service
- def port: Int
- def post(url: String)(action: (RequestContext) ⇒ Response): Unit
- def productionMode: Boolean
- def productionMode(value: Boolean): Unit
- def put(url: String)(action: (RequestContext) ⇒ Response): Unit
- def removeHandler(listener: EventListener): Unit
- def resourceFolder(uri: String, resourceFolderPath: String): Unit
- def start(): Unit
- def stop(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def threadPool(maxThreads: Int): Service
- def threadPool(maxThreads: Int, minThreads: Int, idleTimeoutMillis: Int): Service
- def trace(url: String)(action: (RequestContext) ⇒ Response): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def webjars(): Unit
Deprecated Value Members
-
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.