14 #ifndef BYTESTREAMDATAHANDLER_H__
15 #define BYTESTREAMDATAHANDLER_H__
54 virtual void handleBytestreamData(
Bytestream* bs,
const std::string& data ) = 0;
62 virtual void handleBytestreamError(
Bytestream* bs,
const IQ& iq ) = 0;
69 virtual void handleBytestreamOpen(
Bytestream* bs ) = 0;
75 virtual void handleBytestreamClose(
Bytestream* bs ) = 0;
81 #endif // BYTESTREAMDATAHANDLER_H__
virtual ~BytestreamDataHandler()
An abstraction of an IQ stanza.
The namespace for the gloox library.
A virtual interface that allows implementors to receive data sent over a SOCKS5 Bytestream as defined...
An abstraction of a single bytestream.