File Information
Library: RemotingNG/REST
Package: REST
Header: Poco/RemotingNG/REST/TransportFactory.h
Description
The TransportFactory for RemotingNG REST Transport objects.
Inheritance
Direct Base Classes: Poco::RemotingNG::TransportFactory
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::TransportFactory
Member Summary
Member Functions: createTransport, registerFactory, unregisterFactory
Inherited Functions: createTransport, duplicate, referenceCount, release
Constructors
TransportFactory
Creates a TransportFactory.
Destructor
~TransportFactory
~TransportFactory();
Destroys the TransportFactory.
Member Functions
createTransport
Poco::RemotingNG::Transport * createTransport();
registerFactory
static void registerFactory();
Helper function to register the factory with the manager.
unregisterFactory
static void unregisterFactory();
Helper function to unregister the factory with the manager.