Qore ConnectionProvider Module Reference
1.4
|
▼CConnectionProvider::AbstractConnection | Abstract base class for connections |
▼CConnectionProvider::AbstractConnectionWithInfo | Abstract base class for connections |
CConnectionProvider::FilesystemConnection | Class for filesystem connections; returns an object of type Qore::Dir |
CConnectionProvider::FtpConnection | Class for FTP connections; returns Qore::FtpClient objects |
CConnectionProvider::HttpBasedConnection | Base class for HTTP-based connections that need their URLs rewritten to create the real connection object |
CConnectionProvider::HttpConnection | Class for HTTP connections; returns Qore::HTTPClient objects |
CConnectionProvider::InvalidConnection | This class is used to mark invalid connections so they can be loaded and reported as invalid |
CConnectionProvider::AllowedValueInfo | Allowed value hash |
CConnectionProvider::ConfigInfo | Config informaton as returned by AbstractConnection::getConfigHash() |
CConnectionProvider::ConnectionConstructorInfo | Information that can be used to dynamically construct a connection object |
CConnectionProvider::ConnectionInfo | Connection information hash as returned by AbstractConnection::getInfo() |
CConnectionProvider::ConnectionOptionInfo | Connection option information |
CConnectionProvider::ConnectionSchemeCache | Connection provider type cache class |
CConnectionProvider::ConnectionSchemeInfo | Connection provider information |
CConnectionProvider::PingInfo | Ping response info as returned by AbstractConnection::ping() |