xbmc
Classes
PltHttpServerTask.h File Reference

HTTP Server Tasks. More...

#include "Neptune.h"
#include "PltHttp.h"
#include "PltDatagramStream.h"
#include "PltThreadTask.h"
Include dependency graph for PltHttpServerTask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLT_HttpServerSocketTask
 The PLT_HttpServerSocketTask class is a task used for handling one or more HTTP requests from a client. More...
 
class  PLT_HttpServerTask
 The PLT_HttpServerTask class is a version of PLT_HttpServerSocketTask that supports delegation of HTTP request handling. More...
 
class  PLT_HttpListenTask
 The PLT_HttpListenTask class is used by a PLT_HttpServer to listen for incoming connections and spawn a new task for handling each request. More...
 

Detailed Description

HTTP Server Tasks.