classafBounce::BedTerminator
sys::Obj afBounce::BedTerminator : afButter::ButterMiddleware
A Butter terminator that makes requests against a given BedServer.
- bedServer
BedServer bedServerThe
BedServerthis terminator makes calls against.- sendRequest
virtual override ButterResponse sendRequest(Butter butter, ButterRequest req)- shutdown
Void shutdown()Shuts down the associated
BedServerand the running web app.- webSession
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 ifcreateistrue.