Table of Contents

Module: protocol Twisted-0.17.4/twisted/protocols/protocol.py

Primary interfaces for the twisted protocols collection.

Start here if you are looking to write a new protocol implementation for Twisted Python. The Protocol class contains some introductory material.

Imported modules   
from twisted.python import log, components
Classes   
ClientFactory

Subclass this to indicate that your protocol.Factory is only usable for clients.

Factory

This is a factory which produces protocols.

FileWrapper

A wrapper around a file-like object to make it behave as a Transport.

IFactory

Interface for protocol factories.

ProcessProtocol

Processes have some additional methods besides receiving data.

Protocol

This is the abstract superclass of all protocols.

ServerFactory

Subclass this to indicate that your protocol.Factory is only usable for servers.

Transport

I am a transport for bytes.


Table of Contents

This document was automatically generated on Sat Apr 20 01:31:04 2002 by HappyDoc version 2.0