This library is deprecated.

Dependents:   HTTPServerExample HTTPServerHelloWorld PoorMansScope Lab3 ... more

Embed: (wiki syntax)

« Back to documentation index

HTTPRequestHandler Class Reference

HTTPRequestHandler Class Reference

HTTP Server's generic request handler. More...

#include <HTTPRequestHandler.h>

Inherited by FSHandler, FSHandler, RPCHandler, RPCHandler, SimpleHandler, and SimpleHandler.

Public Member Functions

 HTTPRequestHandler (const char *rootPath, const char *path, TCPSocket *pTCPSocket)
 Instantiated by the HTTP Server.
 HTTPRequestHandler (const char *rootPath, const char *path, TCPSocket *pTCPSocket)
 Instantiated by the HTTP Server.

Detailed Description

HTTP Server's generic request handler.

Definition at line 44 of file LPC1768/services/http/server/HTTPRequestHandler.h.


Constructor & Destructor Documentation

HTTPRequestHandler ( const char *  rootPath,
const char *  path,
TCPSocket *  pTCPSocket 
)

Instantiated by the HTTP Server.

HTTPRequestHandler ( const char *  rootPath,
const char *  path,
TCPSocket *  pTCPSocket 
)

Instantiated by the HTTP Server.