Public Member Functions | Public Attributes

unlock.util.streamclient.StreamClient Class Reference

List of all members.

Public Member Functions

def __init__
def stats
def stop
def get
def set
def stream
def listen
def parseResponse
def transmit

Public Attributes

 timeout
 sock
 hostaddr
 streaming
 callbackMap
 tseq
 sent
 send_failed
 received
 delivered
 missing
 ooo
 st

Member Function Documentation

def unlock.util.streamclient.StreamClient.__init__ (   self,
  host,
  port,
  timeout = 0.1,
  debug = False 
)
def unlock.util.streamclient.StreamClient.get (   self,
  key,
  blocking = False 
)
def unlock.util.streamclient.StreamClient.listen (   self,
  blocking = False 
)
def unlock.util.streamclient.StreamClient.parseResponse (   self,
  data 
)
def unlock.util.streamclient.StreamClient.set (   self,
  key,
  value 
)
def unlock.util.streamclient.StreamClient.stats (   self  ) 
def unlock.util.streamclient.StreamClient.stop (   self  ) 
def unlock.util.streamclient.StreamClient.stream (   self,
  key,
  callback 
)
def unlock.util.streamclient.StreamClient.transmit (   self,
  data 
)

Member Data Documentation


The documentation for this class was generated from the following file: