|
ofxHTTP
A collection of tools for HTTP.
|
The base WebSocket event arguments. More...
#include <WebSocketEvents.h>
Public Member Functions | |
| WebSocketEventArgs (ServerEventArgs &args, WebSocketConnection &connection) | |
| Create a WebSocketEventArgs object with the provided params. More... | |
| WebSocketConnection & | connection () |
Public Member Functions inherited from ofx::HTTP::ServerEventArgs | |
| ServerEventArgs (Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &response, AbstractSession &session) | |
| Construct the ServerEventArgs. More... | |
| virtual | ~ServerEventArgs () |
| Destroy the ServerEventArgs. | |
| Poco::Net::HTTPServerRequest & | request () |
| Get the Poco::Net::HTTPServerRequest. More... | |
| Poco::Net::HTTPServerResponse & | response () |
| Get the Poco::Net::HTTPServerResponse. More... | |
| AbstractSession & | session () |
| Get the session associated with this event. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ofx::HTTP::ServerEventArgs | |
| Poco::Net::HTTPServerRequest & | _request |
| A reference to the server request. | |
| Poco::Net::HTTPServerResponse & | _response |
| Callbacks are permitted to set the response. More... | |
| AbstractSession & | _session |
| The session associated with the event. | |
The base WebSocket event arguments.
|
inline |
Create a WebSocketEventArgs object with the provided params.
| args | The server event arguments. |
| connection | A reference to the associated WebSocketConnection. |