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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.