deephaven_server

class Server(host=None, port=None, jvm_args=None, extra_classpath=None, default_jvm_args=None)[source]

Bases: object

Represents a Deephaven server that can be created from Python.

property authentication_handlers

Get the authentication handlers for the server.

Returns:

The authentication handlers for the server.

property port

Get the port the server is running on.

Returns:

The port the server is running on.

property server_config

Get the configuration of the server.

Returns:

The configuration of the server.

start()[source]

Starts the server. Presently once the server is started, it cannot be stopped until the python process halts.

Return type:

None