Qore ConnectionProvider Module Reference  1.3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NConnectionProviderConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside this namespace
 CAbstractConnectionAbstract base class for connections
 CConfigInfoConfig informaton as returned by AbstractConnection::getConfigHash()
 CConnectionConstructorInfoInformation that can be used to dynamically construct a connection object
 CConnectionInfoConnection information hash as returned by AbstractConnection::getInfo()
 CFilesystemConnectionClass 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
 CFtpConnectionClass for FTP connections; returns Qore::FtpClient objects
 CHttpBasedConnectionBase class for HTTP-based connections that need their URLs rewritten to create the real connection object
 CHttpConnectionClass for HTTP connections; returns Qore::HTTPClient objects
 CInvalidConnectionThis class is used to mark invalid connections so they can be loaded and reported as invalid
 CPingInfoPing response info as returned by AbstractConnection::ping()