Qore ConnectionProvider Module Reference 1.11
|
▼NConnectionProvider | The ConnectionProvider namespace |
CAbstractConnection | Abstract base class for connections |
CAbstractConnectionWithInfo | Abstract base class for connections |
CAllowedValueInfo | Allowed value hash |
CConfigInfo | Config informaton |
CConnectionConstructorInfo | Information that can be used to dynamically construct a connection object |
CConnectionInfo | Connection information hash |
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 |
CPollingConnectionMonitor | Class for monitoring connection supporting the polling API |
CUpdateOptionsInterface | Interface class inherited by connection classes that declare the AbstractConnection::CF_UPDATE_OPTIONS feature |