Part of twisted.internet View Source
IStreamServerEndpoint
and IStreamClientEndpoint
that wrap the IReactorTCP,
IReactorSSL,
and IReactorUNIX
interfaces.
| Present Since | 10.1 | |
| Class | TCP4ServerEndpoint | TCP server endpoint with an IPv4 configuration |
| Class | TCP4ClientEndpoint | TCP client endpoint with an IPv4 configuration. |
| Class | SSL4ServerEndpoint | SSL secured TCP server endpoint with an IPv4 configuration. |
| Class | SSL4ClientEndpoint | SSL secured TCP client endpoint with an IPv4 configuration |
| Class | UNIXServerEndpoint | UnixSocket server endpoint. |
| Class | UNIXClientEndpoint | UnixSocket client endpoint. |
| Class | _WrappingProtocol | Wrap another protocol in order to notify my user when a connection has been made. |
| Class | _WrappingFactory | Wrap a factory in order to wrap the protocols it builds. |