classafBounce::BedTerminator

sys::Obj
  afBounce::BedTerminator : afButter::ButterMiddleware

A Butter terminator that makes requests against a given BedServer.

bedServer

Source

BedServer bedServer

The BedServer this terminator makes calls against.

sendRequest

Source

virtual override ButterResponse sendRequest(Butter butter, ButterRequest req)

shutdown

Source

Void shutdown()

Shuts down the associated BedServer and the running web app.

webSession

Source

WebSession? webSession(Bool create := false)

The session used by the client.

If a session has not yet been created then it returns null - or creates a new session if create is true.