ofxHTTP
A collection of tools for HTTP.
|
Represents an abstract server interface. More...
#include <AbstractServerTypes.h>
Public Member Functions | |
virtual | ~AbstractServer () |
Destroy the AbstractServer. | |
virtual void | onHTTPServerEvent (const void *pSender, ServerEventArgs &evt)=0 |
virtual AbstractSessionStore & | sessionStore ()=0 |
Represents an abstract server interface.
Provides a server event callback and access to the session store.
|
pure virtual |
Implemented in ofx::HTTP::BaseServer_< SettingsType, SessionStoreType >, ofx::HTTP::BaseServer_< SimpleFileServerSettings, SimpleSessionStore >, ofx::HTTP::BaseServer_< SimpleWebSocketServerSettings, SimpleSessionStore >, ofx::HTTP::BaseServer_< SimplePostServerSettings, SimpleSessionStore >, ofx::HTTP::BaseServer_< SimpleIPVideoServerSettings, SimpleSessionStore >, and ofx::HTTP::BaseServer_< SimpleSSEServerSettings, SimpleSessionStore >.