Part of twisted.internet View Source
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.
Maintainer: Itamar Shtull-Trauring| Line # | Kind | Name | Docs |
|---|---|---|---|
| 24 | Class | Factory | This is a factory which produces protocols. |
| 103 | Class | ClientFactory | A Protocol factory for clients. |
| 158 | Class | ClientCreator | Client connections that do not require a factory. |
| 198 | Class | ReconnectingClientFactory | My clients auto-reconnect with an exponential back-off. |
| 317 | Class | ServerFactory | Subclass this to indicate that your protocol.Factory is only usable for servers. |
| 322 | Class | BaseProtocol | This is the abstract superclass of all protocols. |
| 366 | Class | Protocol | No class docstring; 2/2 methods documented |
| 394 | Class | ProtocolToConsumerAdapter | Undocumented |
| 409 | Class | ConsumerToProtocolAdapter | Undocumented |
| 427 | Class | ProcessProtocol | Base process protocol implementation which does simple dispatching for |
| 497 | Class | AbstractDatagramProtocol | Abstract protocol for datagram-oriented transports, e.g. IP, ICMP, ARP, UDP. |
| 565 | Class | DatagramProtocol | Protocol for datagram-oriented transport, e.g. UDP. |
| 583 | Class | ConnectedDatagramProtocol | Protocol for connected datagram-oriented transport. |
| 603 | Class | FileWrapper | A wrapper around a file-like object to make it behave as a Transport. |
| 135 | Class | _InstanceFactory | Factory used by ClientCreator. |