| Trees | Index | Help |
|---|
| Package flumotion :: Package twisted :: Module pb :: Class FPBClientFactory |
|
Loggable --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
PBClientFactory --+
|
FPBClientFactory
ReconnectingFPBClientFactory| Method Summary | |
|---|---|
Login, respond to challenges, and eventually get perspective from remote PB server. | |
| Inherited from PBClientFactory | |
| |
Called when a connection has failed to connect. | |
Reconnecting subclasses should call with reconnecting=1. | |
| |
If the factory is connected, close the connection. | |
Get perspective from remote PB server. | |
Get root object of remote PB server. | |
| Inherited from ClientFactory | |
Called when a connection has been started. | |
| Inherited from Factory | |
Create an instance of a subclass of Protocol. | |
Make sure startFactory is called. | |
Make sure stopFactory is called. | |
This will be called before I begin listening on a Port or Connector. | |
This will be called before I stop listening on all Ports/Connectors. | |
| Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. | |
| Class Variable Summary | |
|---|---|
str |
logcategory = 'FPBClientFactory'
|
| Inherited from PBClientFactory | |
int |
unsafeTracebacks = 0 |
| Inherited from Factory | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
protocol = None |
| Inherited from Loggable | |
str |
logCategory: Implementors can provide a category to log their messages under. |
| Method Details |
|---|
login(self, keycard, client=None, *interfaces)Login, respond to challenges, and eventually get perspective from remote PB server. Currently only credentials implementing IUsernamePassword are supported.
|
| Class Variable Details |
|---|
logcategory
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |