I am an avatar in a FeedServer for components that log in and request
to eat from or feed to one of my components.
|
|
|
|
|
|
|
perspective_sendFeed(self,
fullFeedId)
Called when the PB client wants us to send them the given feed. |
source code
|
|
|
|
|
perspective_receiveFeed(self,
componentId,
feedId)
Called when the PB client wants to send the given feedId to the given
component |
source code
|
|
|
|
Inherited from twisted.pb.Avatar :
disconnect ,
mindCallRemote ,
mindCallRemoteLogging ,
perspectiveMessageReceived ,
setMind
Inherited from twisted.spread.pb.Avatar :
__providedBy__
Inherited from common.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|