Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module protocol |
|
Standard implementations of Twisted protocol-related interfaces.
Start here if you are looking to write a new protocol implementation for Twisted. The Protocol class contains some introductory material.
API Stability: stable, other than ClientCreator.
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>Classes | |
---|---|
Factory |
This is a factory which produces protocols. |
ClientFactory |
A Protocol factory for clients. |
ReconnectingClientFactory |
My clients auto-reconnect with an exponential back-off. |
Protocol |
|
ProcessProtocol |
Processes have some additional methods besides receiving data. |
FileWrapper |
A wrapper around a file-like object to make it behave as a Transport. |
ServerFactory |
Subclass this to indicate that your protocol.Factory is only usable for servers. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:17:52 2003 | http://epydoc.sf.net |