Part of twisted.web2.channel View Source
Class | StringTransport | I am a StringIO wrapper that conforms for the transport API. I support the 'writeSequence' method. |
Class | AbortedException | Undocumented |
Class | HTTPParser | This class handles the parsing side of HTTP processing. With a suitable subclass, it can parse either the client side or the server side of the connection. |
Class | HTTPChannelRequest | No summary |
Class | HTTPChannel | A receiver for HTTP requests. Handles splitting up the connection for the multiple HTTPChannelRequests that may be in progress on this channel. |
Class | OverloadedServerProtocol | Undocumented |
Class | HTTPFactory | Factory for HTTP server. |
Function | _cachedGetHostByAddr | Undocumented |