MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / ProcessRequest

Method ProcessRequest

src/jsonrpccpp/server/abstractserverconnector.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19AbstractServerConnector::~AbstractServerConnector() {}
20
21void AbstractServerConnector::ProcessRequest(const string &request, string &response) {
22 if (this->handler != NULL) {
23 this->handler->HandleRequest(request, response);
24 }
25}
26
27void AbstractServerConnector::SetHandler(IClientConnectionHandler *handler) { this->handler = handler; }
28

Callers

nothing calls this directly

Calls 1

HandleRequestMethod · 0.45

Tested by

no test coverage detected