Connection::Base - Zero Knowledge Protocol Connection Base Class
use Connection::Base;
$base = new Connection::Base();
Perl5.004+
Nothing
This is the base class for all Connection::
classes. The
Connection::Base
class implements the methods common to all classes in this hiearchy.
The Connection::Base does not sub-class any other classes.
This is the constructor for the Connection::Base object. This object should
not be instatiated directly as it only serves as a parent class for all
other Connection::
classes.
Example:
$base = new Connection::Base();
Return the user object associated with this connection. If USER is supplied, then it wil be used for future connections, but will not affect the current news server connection.
Close the connection to remote server.
None Present
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved