Library: RemotingNG/JSONRPC
Package: JSONRPC
Header: Poco/RemotingNG/JSONRPC/JSONRPCRequestHandler.h
The HTTPRequestHandler implementation for RemotingNG JSONRPC.
Direct Base Classes: Poco::Net::HTTPRequestHandler
All Base Classes: Poco::Net::HTTPRequestHandler
Member Functions: handleCORS, handleRequest
Inherited Functions: handleRequest
JSONRPCRequestHandler(
Listener & listener
);
Creates a JSONRPCRequestHandler, using the given Listener.
Destroys the JSONRPCRequestHandler.
void handleRequest(
Poco::Net::HTTPServerRequest & request,
Poco::Net::HTTPServerResponse & response
);
bool handleCORS(
Poco::Net::HTTPServerRequest & request,
Poco::Net::HTTPServerResponse & response
);