The Micro C++ Library
|
notifyClosed(const InetAddress &address)=0 | micxx::HTTPReceiver | [pure virtual] |
notifyConnected(const InetAddress &address)=0 | micxx::HTTPReceiver | [pure virtual] |
notifyData(const std::string &data)=0 | micxx::HTTPReceiver | [pure virtual] |
notifyHeader(const HTTPConnection::NameValueMap &header)=0 | micxx::HTTPReceiver | [pure virtual] |
~HTTPReceiver() | micxx::HTTPReceiver | [inline, virtual] |