Poco::Net

class WritableNotification

Library: Net
Package: Reactor
Header: Poco/Net/SocketNotification.h

Description

This notification is sent if a socket has become writable.

Inheritance

Direct Base Classes: SocketNotification

All Base Classes: SocketNotification, Poco::Notification, Poco::RefCountedObject

Member Summary

Inherited Functions: duplicate, name, referenceCount, release, setSocket, socket, source

Constructors

WritableNotification

WritableNotification(
    SocketReactor * pReactor
);

Creates the WritableNotification for the given SocketReactor.

Destructor

~WritableNotification virtual

~WritableNotification();

Destroys the WritableNotification.