FlightGear next
flightgear::http::Websocket Class Referenceabstract

#include <Websocket.hxx>

Inherited by flightgear::http::MirrorPropertyTreeWebsocket, and flightgear::http::PropertyChangeWebsocket.

Public Member Functions

virtual ~Websocket ()
 
virtual void close ()=0
 
virtual void handleRequest (const HTTPRequest &request, WebsocketWriter &writer)=0
 
virtual void poll (WebsocketWriter &writer)=0
 

Detailed Description

Definition at line 66 of file Websocket.hxx.

Constructor & Destructor Documentation

◆ ~Websocket()

virtual flightgear::http::Websocket::~Websocket ( )
inlinevirtual

Definition at line 68 of file Websocket.hxx.

Member Function Documentation

◆ close()

virtual void flightgear::http::Websocket::close ( )
pure virtual

◆ handleRequest()

virtual void flightgear::http::Websocket::handleRequest ( const HTTPRequest & request,
WebsocketWriter & writer )
pure virtual

◆ poll()

virtual void flightgear::http::Websocket::poll ( WebsocketWriter & writer)
pure virtual

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