Inquirer.h
Go to the documentation of this file.
Definition: CommCalls.h:128
Definition: CommCalls.h:114
Definition: Inquirer.h:28
Definition: Inquirer.h:27
void noteCommClosed(const CommCloseCbParams ¶ms)
called when the HTTP client or some external force closed our socket
Definition: Inquirer.cc:116
Ipc::StrandCoords applyQueryParams(const Ipc::StrandCoords &aStrands, const QueryParams &aParams)
Definition: Inquirer.cc:153
void noteWroteHeader(const CommIoCbParams ¶ms)
called when we wrote the response header
Definition: Inquirer.cc:103
Inquirer(Action::Pointer anAction, const Request &aCause, const Ipc::StrandCoords &coords)
Definition: Inquirer.cc:35
void cleanup() override
closes our copy of the client HTTP connection socket
Definition: Inquirer.cc:52
CBDATA_CHILD(Inquirer)
bool aggregate(Ipc::Response::Pointer aResponse) override
perform aggregating of responses and returns true if need to continue
Definition: Inquirer.cc:128
Definition: QueryParams.h:26
std::vector< StrandCoord > StrandCoords
a collection of strand coordinates; the order, if any, is owner-dependent
Definition: StrandCoords.h:19