Qore ConnectionProvider Module Reference  1.3
All Classes Namespaces Functions Variables Modules Pages
Class Hierarchy

Go to the graphical class hierarchy

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