| Trees | Index | Help |
|---|
| Package flumotion :: Package component :: Module feedcomponent010 :: Class FeederClient |
|
| Method Summary | |
|---|---|
__init__(self,
clientId)
| |
The client has connected on this fd. | |
The client has disconnected. | |
| |
| Instance Variable Summary | |
|---|---|
clientId: id of the client of the feeder | |
fd: file descriptor the client is currently using, or None. | |
| Method Details |
|---|
connected(self, fd, when=None)The client has connected on this fd. Update related stats. Called only from the reactor thread. |
disconnected(self, when=None)The client has disconnected. Update related stats. Called from GStreamer threads. |
setStats(self, stats)
|
| Instance Variable Details |
|---|
clientIdid of the client of the feeder |
fdfile descriptor the client is currently using, or None. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |