Package entropy :: Package services :: Package test :: Module interfaces :: Class Server

Class Server

source code


Nested Classes
  FakeServiceInterface

Inherited from interfaces.SocketHost: BasicPamAuthenticator, BuiltInCommands, CommandProcessor, HostServerMixin, RequestHandler

Instance Methods
 
__init__(self, do_ssl=False, stdout_logging=True, entropy_interface_kwargs={}, **kwargs) source code

Inherited from interfaces.SocketHost: append_eos, create_ca_server_certs, create_ssl_certificate_request, create_ssl_key_pair, destroy_session, disable_commands, gc_clean, get_ip_address, get_md5_hash, get_new_session, get_rc, go, killall, python_garbage_collect, set_session_running, setup_authenticator, setup_commands, setup_external_command_classes, setup_hostname, setup_ssl, start_local_output_interface, start_python_garbage_collector, start_session_garbage_collector, store_rc, transmit, unset_session_running, updateProgress, update_session_time

Method Details

__init__(self, do_ssl=False, stdout_logging=True, entropy_interface_kwargs={}, **kwargs)
(Constructor)

source code 
Overrides: interfaces.SocketHost.__init__