FlightGear next
flightgear::http::Connection Class Referenceabstract

#include <urihandler.hxx>

Inherited by flightgear::http::MongooseConnection.

Public Member Functions

void put (const std::string &key, SGSharedPtr< ConnectionData > value)
 
SGSharedPtr< ConnectionDataget (const std::string &key)
 
void remove (const std::string &key)
 
virtual void write (const char *data, size_t len)=0
 

Detailed Description

Definition at line 40 of file urihandler.hxx.

Member Function Documentation

◆ get()

SGSharedPtr< ConnectionData > flightgear::http::Connection::get ( const std::string & key)
inline

Definition at line 45 of file urihandler.hxx.

◆ put()

void flightgear::http::Connection::put ( const std::string & key,
SGSharedPtr< ConnectionData > value )
inline

Definition at line 42 of file urihandler.hxx.

◆ remove()

void flightgear::http::Connection::remove ( const std::string & key)
inline

Definition at line 49 of file urihandler.hxx.

◆ write()

virtual void flightgear::http::Connection::write ( const char * data,
size_t len )
pure virtual

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