Qore ConnectionProvider Module Reference  1.0
 All Classes Namespaces Functions Variables Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNConnectionProviderConnectionProvider namespace contains all the objects in the ConnectionProvider module
|oCAbstractConnectionAbstract base class for connections
|oCConfigInfoConfig informaton as returned by AbstractConnection::getConfigHash()
|oCConnectionInfoConnection information hash as returned by AbstractConnection::getInfo()
|oCFilesystemConnectionClass 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
|oCFtpConnectionClass for FTP connections; returns Qore::FtpClient objects
|oCHttpBasedConnectionBase class for HTTP-based connections that need their URLs rewritten to create the real connection object
|oCHttpConnectionClass for HTTP connections; returns Qore::HTTPClient objects
|oCInvalidConnectionThis class is used to mark invalid connections so they can be loaded and reported as invalid
|\CPingInfoPing response info as returned by AbstractConnection::ping()
\NQore