x2go.backends.proxy.nx3 module

X2GoProxy class - proxying your graphical connection through NX3.

class x2go.backends.proxy.nx3.X2GoProxy(*args, **kwargs)[source]

Bases: x2go.backends.proxy.base.X2GoProxy

This x2go.backends.proxy.nx3.X2GoProxy class is a NX version 3 based X2Go proxy connection class.

It basically fills x2go.backends.proxy.base.X2GoProxy variables with sensible content. Its methods mostly wrap around the corresponding methods of the parent class.

process_proxy_options()[source]
start_proxy()[source]

Start the thread runner and wait for the proxy to come up.

Returns:a subprocess instance that knows about the externally started proxy command.
Return type:obj