HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
transport.Connection Namespace Reference

Classes

class  Connection
 
class  ConnectionTimeout
 
class  TransportInternalErr
 

Functions

def __del__ (self)
 

Variables

 logger = logging.getLogger(APP_CONSTS.LOGGER_NAME)
 
 ConnectionParams = namedtuple("ConnectionParams", "host port")
 

Detailed Description

Created on Feb 4, 2014

@author: igor, bgv

Function Documentation

◆ __del__()

def transport.Connection.__del__ (   self)

Definition at line 157 of file Connection.py.

157 def __del__(self):
158  try:
159  self.close()
160  except Exception:
161  pass
162 
163 

Variable Documentation

◆ ConnectionParams

transport.Connection.ConnectionParams = namedtuple("ConnectionParams", "host port")

Definition at line 43 of file Connection.py.

◆ logger

transport.Connection.logger = logging.getLogger(APP_CONSTS.LOGGER_NAME)

Definition at line 20 of file Connection.py.