Fan

 

const class

wisp::WispService

sys::Obj
  web::WebService
    wisp::WispService

Wisp implementation of WebService.

Slots

listenerPoolSource

const ActorPool listenerPool := ActorPool()

makeSource

new make(|WispService|? f := null)

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.

processorPoolSource

const ActorPool processorPool := ActorPool()