ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::SSEEvents Class Reference

A collection of events called by SSEConnections. More...

#include <SSEEvents.h>

Public Attributes

ofEvent< SSEOpenEventArgsonSSEOpenEvent
 An event that is called when an SSE connection is opened.
 
ofEvent< SSECloseEventArgsonSSECloseEvent
 An event that is called when an SSE connection is closed.
 
ofEvent< SSEFrameEventArgsonSSEFrameSentEvent
 An event that is called when a SSE frame is sent.
 

Detailed Description

A collection of events called by SSEConnections.


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