NAP
Public Member Functions | List of all members
WebSocketConnectionOpenedEvent Class Reference

#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
 
Eventoperator= (const Event &)=delete
 

Additional Inherited Members

- Public Attributes inherited from WebSocketConnectionEvent
WebSocketConnection mConnection
 

Description

Occurs when a new connection to a client or server is opened. The connection will be valid when this event is received.

Inheritance diagram for WebSocketConnectionOpenedEvent:
[legend]
Collaboration diagram for WebSocketConnectionOpenedEvent:
[legend]

Constructor & Destructor Documentation

◆ WebSocketConnectionOpenedEvent()