HttpServerService

Defines service for HTTP server.

trait Service
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def activate(): Unit

Activates service.

Activates service.

Definition Classes
override
def deactivate(): Unit

Deactivates service.

Deactivates service.

Definition Classes

Inherited methods

def activate(kit: ServiceKit): Unit

Activates service using supplied kit.

Activates service using supplied kit.

The base implementation stores the service kit and calls activate() for specialized activation.

Inherited from
BaseService
def configuration: JsonObject

Gets service configuration.

Gets service configuration.

Inherited from
BaseService

Gets service context.

Gets service context.

Inherited from
BaseService

Gets service kit used for activation.

Gets service kit used for activation.

Inherited from
BaseService
def name: String

Gets service name.

Gets service name.

Inherited from
BaseService