base class for HTTP-based connections that need their URLs rewritten to create the real connection object
More...
|
| constructor (string name, string desc, string url, hash< auto > attributes, hash< auto > options) |
| Creates the connection object. More...
|
|
AbstractPollOperation | startPollConnect () |
| Called to start the connection if the connection supports the polling API. More...
|
|
bool | supportsPollingApi () |
| returns True, since this connection type supports the Qore Socket-based polling API More...
|
|
| constructor (string name, string description, string url, hash< auto > attributes={}, hash< auto > options={}) |
| creates the AbstractConnection object More...
|
|
hash< ConnectionSchemeInfo > | getConnectionSchemeInfo () |
| Returns the ConnectionSchemeInfo hash for this object.
|
|
*hash< auto > | getDefaultOptions () |
| returns default options
|
|
*hash< auto > | getOptions () |
| returns static / initialization options
|
|
deprecated | constructor (string name, string desc, string url, bool monitor, *hash opts, hash urlh, *string safe_url, *bool enabled) |
| creates the AbstractConnection object More...
|
|
| constructor (string name, string description, string url, hash< auto > attributes={}, hash< auto > options={}) |
| creates the AbstractConnection object More...
|
|
object | get (bool connect=True, *hash< auto > rtopts) |
| returns the underlying connection object More...
|
|
hash< ConfigInfo > | getConfigHash () |
| returns a ConfigInfo hash of static configuration information about the connection More...
|
|
hash< ConnectionSchemeInfo > | getConnectionSchemeInfo () |
| Returns a default ConnectionSchemeInfo hash.
|
|
AbstractDataProvider | getDataProvider () |
| returns a data provider object for this connection, if supported More...
|
|
*hash< auto > | getDefaultOptions () |
| returns default options
|
|
string | getDescription () |
| Returns the connection description. More...
|
|
hash< auto > | getExtendedInfo (*hash< auto > opts) |
| Returns connection info plus any extended information returned by the connection. More...
|
|
hash< ConnectionInfo > | getInfo (*hash< auto > opts) |
| returns a ConnectionInfo hash of information about the connection More...
|
|
hash< ConnectionInfo > | getInfo (bool with_password=False) |
| returns a ConnectionInfo hash of information about the connection More...
|
|
string | getName () |
| Returns the connection name. More...
|
|
*hash< auto > | getOptions () |
| returns static / initialization options
|
|
*hash< auto > | getRealOptions () |
| returns options for saving the connection's configuration information
|
|
*hash< auto > | getRuntimeOptions () |
| returns runtime options
|
|
string | getSafeUrl () |
| Returns the connection safe URL (without password info) More...
|
|
auto | getTag (string tag) |
| returns the value of the given tag or NOTHING if not present
|
|
auto | getTagEx (string tag) |
| returns the value of the given tag or throws an exception if the tag is not set with a value More...
|
|
hash< auto > | getTags () |
| returns all tags associated with the connection
|
|
abstract string | getType () |
| returns the string type name for the connection object
|
|
string | getUrl () |
| Returns the connection URL. More...
|
|
bool | hasDataProvider () |
| returns True if the connection returns a data provider with the getDataProvider() method More...
|
|
| parseTextOptions () |
| this method is called when parsing connection file definitions from text files when loading into the database More...
|
|
hash< PingInfo > | ping (bool throw_exception=False) |
| returns a hash with the results of the ping operation More...
|
|
AbstractPollOperation | startPollConnect () |
| Called to start the connection polling operation. More...
|
|
bool | supportsPollingApi () |
| returns True if the connection supports the Qore Socket-based polling API More...
|
|
base class for HTTP-based connections that need their URLs rewritten to create the real connection object
Example of the usage is in RestConnection
where the scheme rest://
is internally used as http://