package documentation

Twisted Protocols: A collection of internet protocol implementations.

Module amp This module implements AMP, the Asynchronous Messaging Protocol.
Module basic Basic protocols, such as line-oriented, netstring, and int prefixed strings.
Module finger The Finger User Information Protocol (RFC 1288)
Module ftp An FTP protocol implementation
Package haproxy HAProxy PROXY protocol implementations.
Module htb Hierarchical Token Bucket traffic shaping.
Module ident Ident protocol implementation.
Module loopback Testing support for protocols -- loopback between client and server.
Module memcache Memcache client protocol. Memcached is a caching server, storing data in the form of pairs key/value, and memcache is the protocol to talk with it.
Module pcp Producer-Consumer Proxy.
Module policies Resource limiting policies.
Module portforward A simple port forwarder.
Module postfix Postfix mail transport agent related protocols.
Module shoutcast Chop up shoutcast stream into MP3s and metadata, if available.
Module sip Session Initialization Protocol.
Module socks Implementation of the SOCKSv4 protocol.
Module stateful No module docstring; 1/1 class documented
Module tls Implementation of a TLS transport (ISSLTransport) as an IProtocol layered on top of any ITransport implementation, based on OpenSSL's memory BIO features.
Module wire Implement standard (and unused) TCP protocols.