Poco::Netconf

class TransportFactory

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

Description

TransportFactory for Netconf transports

Inheritance

Direct Base Classes: Poco::Remoting::TransportFactory

All Base Classes: Poco::Remoting::TransportFactory

Member Summary

Member Functions: create, registerFactory, unregisterFactory

Inherited Functions: create

Constructors

TransportFactory

TransportFactory();

Creates the TransportFactory.

Destructor

~TransportFactory virtual

~TransportFactory();

Destroys the TransportFactory.

Member Functions

create

Poco::Remoting::Transport * create();

Creates a Netconf transport

registerFactory static

static void registerFactory();

Helper function to register the factory at the manager.

unregisterFactory static

static void unregisterFactory();

Helper function to unregister the factory at the manager.