string desc
Connection description with markdown formatting.
Definition AbstractConnection.qc.dox.h:82
string url
Connection URL (potentially with password info)
Definition AbstractConnection.qc.dox.h:85
string name
Connection name.
Definition AbstractConnection.qc.dox.h:73
abstract base class for connections
Definition AbstractConnectionWithInfo.qc.dox.h:32
base class for HTTP-based connections that need their URLs rewritten to create the real connection ob...
Definition HttpBasedConnection.qc.dox.h:32
setRealUrl(*string url)
Called by the constructor to set the real URL.
Qore::AbstractPollOperation startPollConnect(*Logger::LoggerInterface logger)
Called to start the connection if the connection supports the polling API.
constructor(string name, string desc, string url, hash< auto > attributes, hash< auto > options, *Logger logger)
Creates the connection object.
bool supportsPollingApi()
returns True, since this connection type supports the Qore Socket-based polling API
constructor(hash< auto > config, *hash< auto > attr)
Creates the connection object.
The ConnectionProvider namespace.
Definition AbstractConnection.qc.dox.h:28