Library: Remoting/JSON
Package: JSON
Header: Poco/Remoting/JSON/TransportFactory.h
The TransportFactory for the JSON Transport.
If keepAlive is true, persistent HTTP connections are used.
Direct Base Classes: Poco::Remoting::TransportFactory
All Base Classes: Poco::Remoting::TransportFactory
Member Functions: create, registerFactory, unregisterFactory
Inherited Functions: create
TransportFactory(
bool keepAlive
);
Creates the TransportFactory for the JSON Transport, using the given parameters.
If keepAlive is true, persistent HTTP connections are used.
~TransportFactory();
Destroys the TransportFactory.
Poco::Remoting::Transport * create();
static void registerFactory(
bool keepHTTPSessionsAlive = false
);
Helper function to register the factory at the manager.
static void unregisterFactory();
Helper function to unregister the factory at the manager.