Wisp implementation of WebService.
Slots
-
internal Void listen()
-
const internal ActorPool listenerPool := ActorPool()
-
const static internal Log log := Log.get("web")
Standard log for web service
- mainSource
-
static Void main()
- makeSource
-
new make(|This|? f := null)
- onStartSource
-
override Void onStart()
Overrides sys::Service.onStart
- onStopSource
-
override Void onStop()
Overrides sys::Service.onStop
- portSource
-
const Int port := 80
Well known TCP port for HTTP traffic.
-
const internal ActorPool processorPool := ActorPool()
- rootSource
-
const WebMod root := WispDefaultMod()
Root WebMod used to service requests.
-
const internal WispSessionMgr sessionMgr := WispSessionMgr()