Single instance HTTP Server using WiFly Interface.

Dependents:   WiFlyHTTPServerSample MultiThreadingHTTPServer

Auto generated API documentation and code listings for WiFlyHTTPServer

Classes

HttpServer::handlersComp Structure which will allow to order the stored handlers according to their associated path
HTTPConnection Class HTTPConnection , encapsulates one connection being made throught the HTTPServer
HTTPFsRequestHandler Class HTTPFsRequestHandler serves requests with file-system objects
HTTPConnection::HTTPMessage HTTPMessage contains all the details of the request received by external HTTP client
HTTPRequestHandler Class HTTPRequestHandler is the base class for HTTP Handler request implementations
HttpServer This is the non-blocking HTTP Server class

Code

FsHandler.cpp [code]
FsHandler.h [code]
HTTPConnection.cpp [code]
HTTPConnection.h [code]
HTTPRequestHandler.cpp [code]
HTTPRequestHandler.h [code]
HttpServer.cpp [code]
HttpServer.h [code]
RpcHandler.cpp [code]
RpcHandler.h [code]