Public Member Functions | |
def | __init__ |
def | run |
def | _wait |
def | _connect_to_server |
def | create_ctx |
This class gets the information from the server and puts it into the database !
Definition at line 708 of file client_classes.py.
|
Constructor Definition at line 710 of file client_classes.py. |
|
This function establishes the connection to the server. Definition at line 953 of file client_classes.py. |
|
This function waits if the server is busy parsing the log file (busy waiting). Definition at line 930 of file client_classes.py. |
|
The function creates the necessary SSL context using certificates. Definition at line 965 of file client_classes.py. |
|
This functions overwrites the standard run method. Definition at line 749 of file client_classes.py. |