Single instance HTTP Server using WiFly Interface.

Dependents:   WiFlyHTTPServerSample MultiThreadingHTTPServer

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
HttpServer::handlersCompStructure which will allow to order the stored handlers according to their associated path
HTTPConnectionClass HTTPConnection, encapsulates one connection being made throught the HTTPServer
HTTPFsRequestHandlerClass HTTPFsRequestHandler serves requests with file-system objects
HTTPConnection::HTTPMessageHTTPMessage contains all the details of the request received by external HTTP client
HTTPRequestHandlerClass HTTPRequestHandler is the base class for HTTP Handler request implementations
HttpServerThis is the non-blocking HTTP Server class