package service
Type Members
-
abstract
class
AbstractService extends Service
AbstractService.
-
class
BreakableService extends AbstractService
This is a service that can be configured to break on any of the lifecycle events, so test the failure handling of other parts of the service infrastructure.
This is a service that can be configured to break on any of the lifecycle events, so test the failure handling of other parts of the service infrastructure.
It retains a counter to the number of times each entry point is called - these counters are incremented before the exceptions are raised and before the superclass state methods are invoked.
-
class
CompositeService extends AbstractService
CompositeService.
-
class
CookieSigner extends AnyRef
The cookie signer generates a signature based on SHA digest and appends it to the cookie value generated at the server side.
The cookie signer generates a signature based on SHA digest and appends it to the cookie value generated at the server side. It uses SHA digest algorithm to sign and verify signatures.
-
class
FilterService extends Service
FilterService.
-
trait
Service extends AnyRef
Service.
-
class
ServiceException extends RuntimeException
ServiceException.
-
final
class
ServiceOperations extends AnyRef
ServiceOperations.
-
trait
ServiceStateChangeListener extends AnyRef
ServiceStateChangeListener.
- class ServiceUtils extends AnyRef