twisted.internet.test.connectionmixins.EndpointCreator(object)
class documentationtwisted.internet.test.connectionmixins
(View In Hierarchy)
Known subclasses: twisted.internet.test.test_tcp.TCPCreator, twisted.internet.test.test_tls.SSLCreator, twisted.internet.test.test_tls.StartTLSClientCreator, twisted.internet.test.test_unix.UNIXCreator
Create client and server endpoints that know how to connect to each other.
Method | server | Return an object providing IStreamServerEndpoint for use in
creating a server to use to establish the connection type to be tested. |
Method | client | Return an object providing IStreamClientEndpoint for use in
creating a client to use to establish the connection type to be tested. |
Return an object providing IStreamServerEndpoint
for use in
creating a server to use to establish the connection type to be tested.
Return an object providing IStreamClientEndpoint
for use in
creating a client to use to establish the connection type to be tested.