Trees | Indices | Help |
---|
|
twisted.spread.jelly.Jellyable --+ | twisted.spread.flavors.Serializable --+ | twisted.spread.flavors.Referenceable --+ | extern.log.log.Loggable --+ | twisted.pb.Referenceable --+ | FeedMedium
I am a client for a Feed Server.
I am used as the remote interface between a component and another component.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|||
str |
remoteLogName =
name to use to log the other side of the connection |
||
__implemented__ = <implementedBy flumotion.component.feed.Feed
|
|||
Inherited from |
|
|||
twisted.spread.pb.RemoteReference
|
remote = None a reference to a flumotion.worker.feedserver.FeedAvatar |
||
flumotion.component.feedcomponent.FeedComponent |
component the component this is a feed client for |
|
Optional helper method to connect to a remote feed server. This method starts a client factory connecting via a PassableClientConnector. It offers the possibility of cancelling an in-progress connection via the stopConnecting() method.
|
Request a feed from a remote feed server. This helper method calls startConnecting() to make the connection and authenticate, and will return the feed file descriptor or an error. A pending connection attempt can be cancelled via stopConnecting().
|
Send a feed to a remote feed server. This helper method calls startConnecting() to make the connection and authenticate, and will return the feed file descriptor or an error. A pending connection attempt can be cancelled via stopConnecting().
|
Stop a pending or established connection made via startConnecting(). Stops any established or pending connection to a remote feed server started via the startConnecting() method. Safe to call even if connection has not been started. |
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.
|
|
__implemented__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:05 2013 | http://epydoc.sourceforge.net |