|
ofxHTTP
A collection of tools for HTTP.
|
Defines an abstract HTTP route handler. Route handlers are invoked in route handling threads created by classes that inherit from AbstractRoute. More...
#include <AbstractServerTypes.h>
Public Member Functions | |
| virtual | ~AbstractRouteHandler () |
| Destroy the AbstractRouteHandler instance. | |
| virtual void | stop ()=0 |
| Interrupt the handleRequest method if possible. | |
Public Member Functions inherited from ofx::HTTP::AbstractHTTPRequestHandler | |
| virtual | ~AbstractHTTPRequestHandler () |
| Destroy the AbstractHTTPRequestHandler. | |
Public Member Functions inherited from ofx::HTTP::AbstractServerEventRequestHandler | |
| virtual | ~AbstractServerEventRequestHandler () |
| Destroy the AbstractServerEventRequestHandler. | |
| virtual void | handleRequest (ServerEventArgs &evt)=0 |
| Handle the ServerEventArgs. More... | |
Defines an abstract HTTP route handler. Route handlers are invoked in route handling threads created by classes that inherit from AbstractRoute.