Qore ConnectionProvider Module Reference
1.4
|
▼NConnectionProvider | ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside this namespace |
CAbstractConnection | Abstract base class for connections |
CAbstractConnectionWithInfo | Abstract base class for connections |
CAllowedValueInfo | Allowed value hash |
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() |
CConnectionOptionInfo | Connection option information |
CConnectionSchemeCache | Connection provider type cache class |
CConnectionSchemeInfo | Connection provider information |
CFilesystemConnection | Class for filesystem connections; returns an object of type Qore::Dir |
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() |