Poco

namespace Netconf

Overview

Classes: Capabilities, ConfigurationService, ConfigurationServiceClientHelper, ConfigurationServiceProxy, ConfigurationServiceProxyFactory, ConfigurationServiceRemoteObject, ConfigurationServiceServerHelper, ConfigurationServiceSkeleton, DataStore, Deserializer, FilePersistency, Filter, IConfigurationService, Listener, NetconfException, NetconfIOS, NetconfInputStream, NetconfOutputStream, NetconfServerConnection, NetconfServerConnectionFactory, NetconfStreamBuf, Persistency, Serializer, SessionManager, Transport, TransportFactory, Utility, XmlContentHandler

Classes

class Capabilities

A Capabilities object holds the capabilities(identified via uris) exchanged during session setup. more...

class ConfigurationService

Implementation of the protocol part of Netconfmore...

class ConfigurationServiceClientHelper

helper class for client side more...

class ConfigurationServiceProxy

Implementation of the protocol part of Netconfmore...

class ConfigurationServiceProxyFactory

Implementation of the protocol part of Netconfmore...

class ConfigurationServiceRemoteObject

Implementation of the protocol part of Netconfmore...

class ConfigurationServiceServerHelper

Implementation of the protocol part of Netconfmore...

class ConfigurationServiceSkeleton

Implementation of the protocol part of Netconfmore...

class DataStore

Implements a Netconf DataStoremore...

class Deserializer

XML based Deserializer implementation. more...

class FilePersistency

FilePersistency implements file based persistency more...

class Filter

A Filter filters a document either by xpath or by a XML tree. more...

class IConfigurationService

Implementation of the protocol part of Netconfmore...

class Listener

NetCOnf is a one object per Listener protocol. more...

class NetconfException

 more...

class NetconfIOS

The base class for NetconfInputStream and NetconfOutputStreammore...

class NetconfInputStream

This class is used for reading E-Netconf messages from a POP3 server. more...

class NetconfOutputStream

This class is used for writing E-Netconf messages to a SMTP server. more...

class NetconfServerConnection

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

class NetconfServerConnectionFactory

A factory for NetconfServerConnectionmore...

class NetconfStreamBuf

The sole purpose of this stream buffer is to detect end-of-stream  more...

class Persistency

Persistency interface for the ConfigurationService more...

class Serializer

Generates a Netconf conform serialized version of the data. more...

class SessionManager

Singleton class storing for clients session ids more...

class Transport

Netconf Transport implementation. more...

class TransportFactory

TransportFactory for Netconf transports more...

class Utility

Utility class to convert enums to string and back. more...

class XmlContentHandler

The XmlContentHandler stores data generated by the XMLParser in a vector for later processing. more...