class documentation

class SSLServer(_AbstractServer): (source)

View In Hierarchy

Undocumented

Class Variable __doc__ Undocumented
Class Variable method Undocumented

Inherited from _AbstractServer:

Method __init__ Undocumented
Method privileged​Start​Service Do preparation work for starting the service.
Method start​Service Start the service.
Method stop​Service Stop the service.
Class Variable volatile list of attribute to remove from pickling.
Instance Variable args Undocumented
Instance Variable kwargs Undocumented
Instance Variable reactor the current running reactor.
Method _get​Port Wrapper around the appropriate listen method of the reactor.
Instance Variable _port instance of port set when the service is started.

Inherited from _VolatileDataService (via _AbstractServer):

Method __getstate__ Undocumented

Inherited from Service (via _AbstractServer, _VolatileDataService):

Method disown​Service​Parent Use this API to remove an IService from an IServiceCollection.
Method set​Name Set the name of the service.
Method set​Service​Parent Set the parent of the service. This method is responsible for setting the parent attribute on this service (the child service).
Instance Variable name A str which is the name of the service or None.
Instance Variable parent An IServiceCollection which is the parent or None.
Instance Variable running A boolean which indicates whether the service is running.
__doc__ = (source)

Undocumented