Part of twisted.protocols View Source
| See Also | See also twisted.protocols.htb
for rate limiting.
| |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 22 | Class | ProtocolWrapper | Wraps protocol instances and acts as their transport as well. |
| 79 | Class | WrappingFactory | Wraps a factory and its protocols, and keeps track of them. |
| 117 | Class | ThrottlingProtocol | Protocol for ThrottlingFactory. |
| 158 | Class | ThrottlingFactory | Throttles bandwidth and number of connections. |
| 296 | Class | SpewingProtocol | Undocumented |
| 307 | Class | SpewingFactory | Undocumented |
| 312 | Class | LimitConnectionsByPeer | Undocumented |
| 334 | Class | LimitTotalConnectionsFactory | Factory that limits the number of simultaneous connections. |
| 376 | Class | TimeoutProtocol | Protocol that automatically disconnects when the connection is idle. |
| 463 | Class | TimeoutFactory | Factory for TimeoutWrapper. |
| 488 | Class | TrafficLoggingProtocol | No class docstring; 1/9 methods documented |
| 554 | Class | TrafficLoggingFactory | No class docstring; 1/4 methods documented |
| 584 | Class | TimeoutMixin | Mixin for protocols which wish to timeout connections |