Wisp implementation of WebService.
Slots
-
internal Void listen()
- listenerGroupSource
-
const ActorGroup listenerGroup := ActorGroup.
() - onStartSource
-
override Void onStart()
Overrides web::WebService.onStart
Doc inherited from web::WebService.onStart
Subclasses must call super if overridden.
- onStopSource
-
override Void onStop()
Overrides web::WebService.onStop
Doc inherited from web::WebService.onStop
Subclasses must call super if overridden.
- portSource
-
const Int port := 80
Well known TCP port for HTTP traffic.
- processorGroupSource
-
const ActorGroup processorGroup := ActorGroup.
()