The Micro C++ Library
|
#include <micxx/net/HTTPConnection.hxx>
Inherited by MyHTTPReceiver.
Public Member Functions | |
virtual | ~HTTPReceiver () |
virtual void | notifyConnected (const InetAddress &address)=0 |
virtual void | notifyClosed (const InetAddress &address)=0 |
virtual void | notifyHeader (const HTTPConnection::NameValueMap &header)=0 |
virtual void | notifyData (const std::string &data)=0 |
virtual micxx::HTTPReceiver::~HTTPReceiver | ( | ) | [inline, virtual] |
{}
virtual void micxx::HTTPReceiver::notifyClosed | ( | const InetAddress & | address | ) | [pure virtual] |
Implemented in MyHTTPReceiver.
virtual void micxx::HTTPReceiver::notifyConnected | ( | const InetAddress & | address | ) | [pure virtual] |
Implemented in MyHTTPReceiver.
virtual void micxx::HTTPReceiver::notifyData | ( | const std::string & | data | ) | [pure virtual] |
Implemented in MyHTTPReceiver.
virtual void micxx::HTTPReceiver::notifyHeader | ( | const HTTPConnection::NameValueMap & | header | ) | [pure virtual] |
Implemented in MyHTTPReceiver.