base class for HTTP-based connections that need their URLs rewritten to create the real connection ob...
Definition: HttpBasedConnection.qc.dox.h:31
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:30
string name
connection name
Definition: AbstractConnection.qc.dox.h:36
string desc
connection description
Definition: AbstractConnection.qc.dox.h:39
string real_url
A string containing real url. With http(s) internal schema.
Definition: HttpBasedConnection.qc.dox.h:35
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:42
constructor(string name, string desc, string url, hash< auto > attributes, hash< auto > options)
creates the invalid connection object
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:26