Trees | Indices | Help |
---|
|
twisted.internet.protocol.Factory --+ | twisted.internet.protocol.ClientFactory --+ | twisted.spread.pb.PBClientFactory --+ | extern.log.log.Loggable --+ | FPBClientFactory
I am an extended Perspective Broker client factory using generic keycards for login.
|
|||
Inherited from |
|
|||
|
|||
|
|||
twisted.internet.defer.Deferred returning
list of str
|
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
keycards.Keycard |
keycard = None the keycard used last for logging in; set after self.login has completed |
||
flumotion.common.medium.BaseMedium |
medium = None the client-side referenceable for the PB server to call on, and for the client to call to the PB server |
||
subclass of flumotion.common.interfaces.IMedium |
perspectiveInterface = None the interface we want to request a perspective for |
|
Called when a connection has been started. You can call connector.stopConnecting() to stop the connection attempt.
|
If the factory is connected, close the connection. Note that if you set up the factory to reconnect, you will need to implement extra logic to prevent automatic reconnection after this is called.
|
Login, respond to challenges, and eventually get perspective from remote PB server. Currently only credentials implementing IUsernamePassword are supported.
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:09 2013 | http://epydoc.sourceforge.net |