ReconnectingSocket Class Reference

Inheritance diagram for ReconnectingSocket:

Inheritance graph
[legend]
Collaboration diagram for ReconnectingSocket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
def send
def recv
def sendall
def recvall
def connect
def disconnect
 disconnected
def timedout
 timedout
def __disconnect
def __connection_notthere
def __connect
def __connection_handler

Private Attributes

 __name
 __host
 __connection_state
 __tries

Detailed Description

Definition at line 137 of file gSocket.py.


Member Function Documentation

def __connect   self  ) 
 

Definition at line 198 of file gSocket.py.

def __connection_handler   self  ) 
 

Definition at line 204 of file gSocket.py.

def __connection_notthere   self  ) 
 

Definition at line 191 of file gSocket.py.

def __disconnect   self  ) 
 

Definition at line 185 of file gSocket.py.

def __init__   self,
  port,
  host
 

Definition at line 138 of file gSocket.py.

def connect   self,
  host = None
 

Definition at line 167 of file gSocket.py.

def disconnect   self  ) 
 

disconnected

Reimplemented from Socket.

Definition at line 174 of file gSocket.py.

def recv   self,
  size
 

Reimplemented from Socket.

Definition at line 149 of file gSocket.py.

def recvall   self,
  packet
 

Reimplemented from Socket.

Definition at line 161 of file gSocket.py.

def send   self,
  packet
 

Reimplemented from Socket.

Definition at line 143 of file gSocket.py.

def sendall   self,
  packet
 

Reimplemented from Socket.

Definition at line 155 of file gSocket.py.

def timedout   self  ) 
 

timedout

Definition at line 180 of file gSocket.py.


Member Data Documentation

__connection_state [private]
 

Definition at line 169 of file gSocket.py.

__host [private]
 

Reimplemented from Socket.

Definition at line 141 of file gSocket.py.

__name [private]
 

Definition at line 140 of file gSocket.py.

__tries [private]
 

Definition at line 170 of file gSocket.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:54:18 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO