#include <websocketevent.h>
Public Member Functions | |
| WebSocketConnectionOpenedEvent (const WebSocketConnection &connection) | |
Public Member Functions inherited from WebSocketConnectionEvent | |
| WebSocketConnectionEvent (const WebSocketConnection &connection) | |
Public Member Functions inherited from Event | |
| virtual | ~Event ()=default |
| Event ()=default | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete |
Additional Inherited Members | |
Public Attributes inherited from WebSocketConnectionEvent | |
| WebSocketConnection | mConnection |
Occurs when a new connection to a client or server is opened. The connection will be valid when this event is received.
| WebSocketConnectionOpenedEvent | ( | const WebSocketConnection & | connection | ) |