FlightGear next
flightgear::http::MirrorPropertyTreeWebsocket Class Reference

#include <MirrorPropertyTreeWebsocket.hxx>

Inherits flightgear::http::Websocket.

Public Member Functions

 MirrorPropertyTreeWebsocket (const std::string &path)
 
 ~MirrorPropertyTreeWebsocket () override
 
void close () override
 
void handleRequest (const HTTPRequest &request, WebsocketWriter &writer) override
 
void poll (WebsocketWriter &writer) override
 
- Public Member Functions inherited from flightgear::http::Websocket
virtual ~Websocket ()
 

Friends

class MirrorTreeListener
 

Detailed Description

Definition at line 37 of file MirrorPropertyTreeWebsocket.hxx.

Constructor & Destructor Documentation

◆ MirrorPropertyTreeWebsocket()

flightgear::http::MirrorPropertyTreeWebsocket::MirrorPropertyTreeWebsocket ( const std::string & path)

Definition at line 420 of file MirrorPropertyTreeWebsocket.cxx.

◆ ~MirrorPropertyTreeWebsocket()

flightgear::http::MirrorPropertyTreeWebsocket::~MirrorPropertyTreeWebsocket ( )
override

Definition at line 428 of file MirrorPropertyTreeWebsocket.cxx.

Member Function Documentation

◆ close()

void flightgear::http::MirrorPropertyTreeWebsocket::close ( )
overridevirtual

Implements flightgear::http::Websocket.

Definition at line 432 of file MirrorPropertyTreeWebsocket.cxx.

◆ handleRequest()

void flightgear::http::MirrorPropertyTreeWebsocket::handleRequest ( const HTTPRequest & request,
WebsocketWriter & writer )
overridevirtual

Implements flightgear::http::Websocket.

Definition at line 449 of file MirrorPropertyTreeWebsocket.cxx.

◆ poll()

void flightgear::http::MirrorPropertyTreeWebsocket::poll ( WebsocketWriter & writer)
overridevirtual

Implements flightgear::http::Websocket.

Definition at line 514 of file MirrorPropertyTreeWebsocket.cxx.

Friends And Related Symbol Documentation

◆ MirrorTreeListener

friend class MirrorTreeListener
friend

Definition at line 50 of file MirrorPropertyTreeWebsocket.hxx.


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