Fan

 

const class

wisp::WispService

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

Wisp implementation of WebService.

Slots

makeSource

new make(Str? name := null)

Constructor with thread name.

portSource

const Int port := 80

Well known TCP port for HTTP traffic.

runSource

override Obj? run()

Overrides sys::Thread.run

Main loop.