class documentation

Create SSL endpoints.

Method client Create an SSL client endpoint which will connect localhost on the port given by serverAddress.
Method server Create an SSL server endpoint on a TCP/IP-stack allocated port.

Inherited from ContextGeneratingMixin (via EndpointCreator):

Method getClientContext Undocumented
Method getServerContext Return a new SSL context suitable for use in a test server.
Class Variable _pem Undocumented
def client(self, reactor, serverAddress): (source)

Create an SSL client endpoint which will connect localhost on the port given by serverAddress.

Parameters
reactorUndocumented
serverAddress:IPv4AddressUndocumented
def server(self, reactor): (source)

Create an SSL server endpoint on a TCP/IP-stack allocated port.