|
Qore ConnectionProvider Module Reference
1.0
|
| ConnectionProvider namespace contains all the objects in the ConnectionProvider module | |
| Abstract base class for connections | |
| Config informaton as returned by AbstractConnection::getConfigHash() | |
| Connection information hash as returned by AbstractConnection::getInfo() | |
| Class for filesystem connections; returns an object of type Qore::Dir; this can be used to monitor filesystem free space or to ensure a network filesystem is mounted, for example | |
| Class for FTP connections; returns Qore::FtpClient objects | |
| Base class for HTTP-based connections that need their URLs rewritten to create the real connection object | |
| Class for HTTP connections; returns Qore::HTTPClient objects | |
| This class is used to mark invalid connections so they can be loaded and reported as invalid | |
| Ping response info as returned by AbstractConnection::ping() | |