client_classes::ClientThread Class Reference

List of all members.

Public Member Functions

def __init__
def run
def _wait
def _connect_to_server
def create_ctx

Detailed Description

This class gets the information from the server and puts it into the database !

Definition at line 708 of file client_classes.py.


Member Function Documentation

def client_classes::ClientThread::__init__   self,
  shared,
  db_object,
  address,
  port,
  cl_cert,
  cl_cert_path,
  ca_cert,
  ca_cert_path,
  verbose,
  mail_address,
  mail_ignore_error,
  smtp_server,
  smtp_pass,
  smtp_from,
  user,
  interval,
  filelist
 

Constructor

Definition at line 710 of file client_classes.py.

def client_classes::ClientThread::_connect_to_server   self,
  server,
  port
 

This function establishes the connection to the server.

Definition at line 953 of file client_classes.py.

def client_classes::ClientThread::_wait   self,
  connect_object
 

This function waits if the server is busy parsing the log file (busy waiting).

Definition at line 930 of file client_classes.py.

def client_classes::ClientThread::create_ctx   self  ) 
 

The function creates the necessary SSL context using certificates.

Definition at line 965 of file client_classes.py.

def client_classes::ClientThread::run   self  ) 
 

This functions overwrites the standard run method.

Definition at line 749 of file client_classes.py.


The documentation for this class was generated from the following file:
Generated on Sun Mar 5 15:54:49 2006 for Client by  doxygen 1.4.6-NO