module documentation
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.
Class |
|
Abstract protocol for datagram-oriented transports, e.g. IP, ICMP, ARP, UDP. |
Class |
|
This is the abstract superclass of all protocols. |
Class |
|
Client connections that do not require a factory. |
Class |
|
A Protocol factory for clients. |
Class |
|
Protocol for connected datagram-oriented transport. |
Class |
|
Undocumented |
Class |
|
Protocol for datagram-oriented transport, e.g. UDP. |
Class |
|
This is a factory which produces protocols. |
Class |
|
A wrapper around a file-like object to make it behave as a Transport. |
Class |
|
Base process protocol implementation which does simple dispatching for stdin, stdout, and stderr file descriptors. |
Class |
|
This is the base class for streaming connection-oriented protocols. |
Class |
|
Undocumented |
Class |
|
Factory which auto-reconnects clients with an exponential back-off. |
Class |
|
Subclass this to indicate that your protocol.Factory is only usable for servers. |
Variable | connection |
Undocumented |
Class | _ |
Factory used by ClientCreator. |