| Home | Trees | Index | Help |
|---|
| Package beepy :: Package transports :: Module tcp :: Class BeepClientFactory |
|
BeepFactory--+ |Factory--+ | | |ClientFactory--+ | BeepClientFactory
SASLClientFactory,
TLSClientFactory| Method Summary | |
|---|---|
Override this to change client functionality | |
Override this to change client functionality | |
| Inherited from BeepFactory | |
| |
| |
| |
| 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. | |
| Class Variable Summary | |
|---|---|
NoneType |
lostReason = None |
classobj |
protocol = beepy.transports.tcp.BeepClientProtocol |
NoneType |
reason = None |
| Inherited from Factory | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
| Method Details |
|---|
clientConnectionFailed(self, connector, reason)Override this to change client functionality |
clientConnectionLost(self, connector, reason)Override this to change client functionality |
| Class Variable Details |
|---|
lostReason
|
reason
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Sep 30 14:39:24 2004 | http://epydoc.sf.net |