string desc
connection description
Definition: AbstractConnection.qc.dox.h:41
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:44
string name
connection name
Definition: AbstractConnection.qc.dox.h:38
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
bool supportsPollingApi()
returns True, since this connection type supports the Qore Socket-based polling API
Qore::AbstractPollOperation startPollConnect()
Called to start the connection if the connection supports the polling API.
string real_url
A string containing the real URL using a http/https scheme.
Definition: HttpBasedConnection.qc.dox.h:36
constructor(string name, string desc, string url, hash< auto > attributes, hash< auto > options)
Creates the connection object.
The ConnectionProvider namespace.
Definition: AbstractConnection.qc.dox.h:28