Part of twisted.internet View Source
End users shouldn't use this module directly - use the reactor APIs instead.
| Class | Connection | Superclass of all socket-based FileDescriptors. |
| Class | BaseClient | A base class for client TCP (and similiar) sockets. |
| Class | Client | A TCP client. |
| Class | Server | Serverside socket-stream connection class. |
| Class | Port | A TCP server port, listening for connections. |
| Class | Connector | Undocumented |
| Class | _TLSConnectionMixin | Undocumented |
| Class | _TLSClientMixin | Undocumented |
| Class | _TLSServerMixin | Undocumented |
| Class | _SocketCloser | Undocumented |
| Class | _AbortingMixin | Common implementation of abortConnection. |