ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::AbstractServer Class Referenceabstract

Represents an abstract server interface. More...

#include <AbstractServerTypes.h>

Inheritance diagram for ofx::HTTP::AbstractServer:
ofx::HTTP::BaseServer_< SimpleFileServerSettings, SimpleSessionStore > ofx::HTTP::BaseServer_< SimpleIPVideoServerSettings, SimpleSessionStore > ofx::HTTP::BaseServer_< SimplePostServerSettings, SimpleSessionStore > ofx::HTTP::BaseServer_< SimpleSSEServerSettings, SimpleSessionStore > ofx::HTTP::BaseServer_< SimpleWebSocketServerSettings, SimpleSessionStore > ofx::HTTP::BaseServer_< SettingsType, SessionStoreType > ofx::HTTP::SimpleFileServer ofx::HTTP::SimpleIPVideoServer ofx::HTTP::SimplePostServer ofx::HTTP::SimpleSSEServer ofx::HTTP::SimpleWebSocketServer

Public Member Functions

virtual ~AbstractServer ()
 Destroy the AbstractServer.
 
virtual void onHTTPServerEvent (const void *pSender, ServerEventArgs &evt)=0
 
virtual AbstractSessionStoresessionStore ()=0
 

Detailed Description

Represents an abstract server interface.

Provides a server event callback and access to the session store.

Member Function Documentation

◆ sessionStore()


The documentation for this class was generated from the following file: