File Information
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, uri
Inherited Functions: cancel, duplicate, isCancelled, referenceCount, release, run
Types Aliases
Ptr
using Ptr = Poco::AutoPtr < EventSubscription >;
Constructors
EventSubscription
EventSubscription(
    Listener & listener,
    const std::string & uri,
    Poco::UInt32 id
);
Member Functions
path
const std::string & path() const;
run 
 
void run();
See also: Poco::Runnable::run()
uri
const std::string & uri() const;