ofxHTTP
A collection of tools for HTTP.
|
A collection of events called by SSEConnections. More...
#include <SSEEvents.h>
Public Attributes | |
ofEvent< SSEOpenEventArgs > | onSSEOpenEvent |
An event that is called when an SSE connection is opened. | |
ofEvent< SSECloseEventArgs > | onSSECloseEvent |
An event that is called when an SSE connection is closed. | |
ofEvent< SSEFrameEventArgs > | onSSEFrameSentEvent |
An event that is called when a SSE frame is sent. | |
A collection of events called by SSEConnections.