Package peppy :: Package lib :: Module loadfileserver :: Class LoadFileProxy
[frames] | no frames]

Class LoadFileProxy

object --+
         |
        LoadFileProxy

Instance Methods
 
__init__(self, host='127.0.0.1', port=55555)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
find(self, port=None)
 
isActive(self)
 
start(self, proxy)
 
stop(self)
 
send(self, name=None)
 
close(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods
 
getSocket(self, host, port)
Class Variables
  EOF = '\x00'
Properties

Inherited from object: __class__

Method Details

__init__(self, host='127.0.0.1', port=55555)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)