| Trees | Indices | Help |
|
|---|
|
|
Stability: Unstable
|
|||
| Inherited from WrappingFactory | |||
|---|---|---|---|
|
protocol Wraps protocol instances and acts as their transport as well. |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from WrappingFactory | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
maxConnectionsPerPeer = 5
|
|||
|
Inherited from |
|||
|
|||
This will be called before I begin listening on a Port or Connector. It will only be called once, even if the factory is connected to multiple ports. This can be used to perform 'unserialization' tasks that are best put off until things are actually running, such as connecting to a database, opening files, etcetera.
|
Create an instance of a subclass of Protocol. The returned instance will handle input on an incoming server connection, and an attribute "factory" pointing to the creating factory. Override this method to alter how Protocol instances get created.
|
Called by protocols when they go away.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 9 14:28:37 2008 | http://epydoc.sourceforge.net |