RDK Documentation (Open Sourced RDK Components)
IP Json RequestHandler Public API

Description

Describe the details about API used in TR-069 json request handler.

Functions

void hostIf_HttpServerStart ()
 This API is used to initialize and start the HTTP server process. It use to serve the http json client request.
 
void hostIf_HttpServerStop ()
 It handles the request and response IARM member processes. More...
 

Function Documentation

◆ hostIf_HttpServerStop()

void hostIf_HttpServerStop ( )

It handles the request and response IARM member processes.

This function is used to stop the http server. To stop the server it disconnects the soup server with the server handle.

This API handles the incoming request from http and forward to common Host IF API to get the respective parameter data. It also create and return the respond the Json object through http message.

Parameters
[in]incommingRequestThis is Json incoming request object.
[ou]outResponse This is Json incoming response object.
Returns
bool true/false.
Return values
trueon success

Definition at line 382 of file hostIf_jsonReqHandlerThread.cpp.