class Poco::Net::ReadableNotification
Overview
This notification is sent if a socket has become readable. Moreā¦
#include <SocketNotification.h> class ReadableNotification: public Poco::Net::SocketNotification { public: // construction ReadableNotification(SocketReactor* pReactor); };
Inherited Members
public: // typedefs typedef AutoPtr<Notification> Ptr; // methods void duplicate() const; void release() const; int referenceCount() const; virtual std::string name() const; SocketReactor& source() const; Socket socket() const;
Detailed Documentation
This notification is sent if a socket has become readable.
Construction
ReadableNotification(SocketReactor* pReactor)
Creates the ReadableNotification for the given SocketReactor.