Library: Remoting/JSON
Package: JSON
Header: Poco/Remoting/JSON/JSONRequestHandler.h
JSONRequestHandler handles incoming remote calls.
Direct Base Classes: Poco::Net::HTTPRequestHandler
All Base Classes: Poco::Net::HTTPRequestHandler
Member Functions: handleRequest
Inherited Functions: handleRequest
JSONRequestHandler(
bool keepAlive
);
Creates the JSONRequestHandler.
Destroys the JSONRequestHandler.
void handleRequest(
Poco::Net::HTTPServerRequest & request,
Poco::Net::HTTPServerResponse & response
);
Handles the remote request.