Qore ConnectionProvider Module Reference
1.3
|
▼NConnectionProvider | ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside this namespace |
CAbstractConnection | Abstract base class for connections |
CConfigInfo | Config informaton as returned by AbstractConnection::getConfigHash() |
CConnectionConstructorInfo | Information that can be used to dynamically construct a connection object |
CConnectionInfo | Connection information hash as returned by AbstractConnection::getInfo() |
CFilesystemConnection | 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 |
CFtpConnection | Class for FTP connections; returns Qore::FtpClient objects |
CHttpBasedConnection | Base class for HTTP-based connections that need their URLs rewritten to create the real connection object |
CHttpConnection | Class for HTTP connections; returns Qore::HTTPClient objects |
CInvalidConnection | This class is used to mark invalid connections so they can be loaded and reported as invalid |
CPingInfo | Ping response info as returned by AbstractConnection::ping() |