Package elisa :: Package plugins :: Package good :: Package gstreamer_plugin :: Module gst_metadata_runner :: Class GstMetadataBroker
[hide private]
[frames] | no frames]

Class GstMetadataBroker

source code


Instance Methods [hide private]
 
__init__(self, is_client=False) source code
 
connectionLost(self, reason)
The connection was lost.
source code

Inherited from twisted.spread.pb.Broker: cacheLocally, cacheRemotely, cachedLocallyAs, cachedRemotelyAs, connectionFailed, connectionReady, decCacheRef, dontNotifyOnDisconnect, expressionReceived, localObjectForID, newLocalID, newRequestID, notifyOnConnect, notifyOnDisconnect, notifyOnFail, pauseProducing, proto_answer, proto_cachemessage, proto_decache, proto_decref, proto_didNotUnderstand, proto_error, proto_message, proto_uncache, proto_version, registerPageProducer, registerReference, remoteForName, remotelyCachedForLUID, resumeProducing, sendCall, sendDecRef, serialize, setNameForLocal, stopProducing, unserialize

Inherited from twisted.spread.banana.Banana: callExpressionReceived, connectionMade, dataReceived, gotItem, sendEncoded, setPrefixLimit

Inherited from twisted.spread.banana.Banana (private): _encode, _selectDialect

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, makeConnection

Inherited from twisted.persisted.styles.Ephemeral: __getstate__, __setstate__

Class Variables [hide private]

Inherited from twisted.spread.pb.Broker: factory, maxBrokerRefsViolations, username, version, waitingForAnswers

Inherited from twisted.spread.banana.Banana: buffer, incomingVocabulary, k, knownDialects, outgoingVocabulary, prefixLimit, sizeLimit, v

Inherited from twisted.internet.protocol.Protocol: __implemented__, __provides__

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Method Details [hide private]

__init__(self, is_client=False)
(Constructor)

source code 
Overrides: twisted.spread.pb.Broker.__init__

connectionLost(self, reason)

source code 
The connection was lost.
Overrides: twisted.spread.pb.Broker.connectionLost
(inherited documentation)