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

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

#include <WebSocketEvents.h>

Public Attributes

ofEvent< WebSocketOpenEventArgsonWebSocketOpenEvent
 An event that is called when a Web Socket connection is opened.
 
ofEvent< WebSocketCloseEventArgsonWebSocketCloseEvent
 An event that is called when a Web Socket connection is closed.
 
ofEvent< WebSocketFrameEventArgsonWebSocketFrameReceivedEvent
 An event that is called when a Web Socket frame is received.
 
ofEvent< WebSocketFrameEventArgsonWebSocketFrameSentEvent
 An event that is called when a Web Socket frame is sent.
 
ofEvent< WebSocketErrorEventArgsonWebSocketErrorEvent
 An event that is called when a Web Socket encounters an error.
 

Detailed Description

A collection of events called by WebSocketConnections.


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