Qore ConnectionProvider Module Reference  1.0
 All Classes Namespaces Functions Variables Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCConnectionProvider::AbstractConnectionAbstract base class for connections
|oCConnectionProvider::FilesystemConnectionClass 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
|oCConnectionProvider::FtpConnectionClass for FTP connections; returns Qore::FtpClient objects
|oCConnectionProvider::HttpBasedConnectionBase class for HTTP-based connections that need their URLs rewritten to create the real connection object
|oCConnectionProvider::HttpConnectionClass for HTTP connections; returns Qore::HTTPClient objects
|\CConnectionProvider::InvalidConnectionThis class is used to mark invalid connections so they can be loaded and reported as invalid
oCConnectionProvider::ConfigInfoConfig informaton as returned by AbstractConnection::getConfigHash()
oCConnectionProvider::ConnectionInfoConnection information hash as returned by AbstractConnection::getInfo()
\CConnectionProvider::PingInfoPing response info as returned by AbstractConnection::ping()