Poco::Netconf

class NetconfServerConnection

Library: Netconf
Package: Netconf
Header: Poco/Netconf/NetconfServerConnection.h

Description

A NetconfServerConnection manages connection setup/teardwon and messagee xchange between Netconf peers.

Inheritance

Direct Base Classes: Poco::Net::TCPServerConnection

All Base Classes: Poco::Net::TCPServerConnection, Poco::Runnable

Member Summary

Member Functions: run

Inherited Functions: run, socket, start

Constructors

NetconfServerConnection

NetconfServerConnection(
    const Poco::Net::StreamSocket & s,
    const Capabilities & serverCap,
    Listener * pListener
);

Creates the NetconfServerConnection. Does not take ownership of the listener.

Destructor

~NetconfServerConnection virtual

~NetconfServerConnection();

Destroys the NetconfServerConnection.

Member Functions

run virtual

void run();

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