Poco::RemotingNG::TCP::Listener

class EventSubscription

Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/Listener.h

Inheritance

Direct Base Classes: Poco::RemotingNG::TCP::TimerTask

All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::TCP::TimerTask, Poco::Runnable

Member Summary

Member Functions: path, run

Inherited Functions: cancel, duplicate, isCancelled, lastExecution, referenceCount, release, run

Types

Ptr

typedef Poco::AutoPtr < EventSubscription > Ptr;

Constructors

EventSubscription

EventSubscription(
    Listener & listener,
    const std::string & uri,
    Poco::UInt32 id
);

Member Functions

path

const std::string & path() const;

run virtual

void run();

See also: Poco::Runnable::run()