x2go.defaults: Default variables and values for Python X2go.
x2go.forward: Python Gevent based port forwarding server (openssh -L option) for
the proxying of graphical X2go elements.
x2go.gevent_subprocess: Implementation of the standard :mod:`subprocess` module that spawns
greenlets
x2go.guardian: X2goSessionGuardian class - a guardian thread that controls X2go
session threads and their sub-threads (like reverse forwarding
tunnels, Paramiko transport threads, etc.).
x2go.inifiles: X2goProcessIniFile - helper class for parsing .ini files
x2go.log: X2goLogger class - flexible handling of log and debug output.
x2go.mimebox: X2goMIMEboxQueue sets up a thread that listens for
incoming files that shall be opened locally on the client.
x2go.printactions: Print jobs can either be sent to any of the local print queues
(CUPS, Win32API), be opened in an external PDF viewer, be saved to
a local folder or be handed over to a custom (print) command.
x2go.pulseaudio: X2goPulseAudio class - a Pulseaudio daemon guardian thread.
x2go.registry: X2goSessionRegistry class - the X2goClient's session registry
backend
x2go.rforward: X2go reverse SSH/Paramiko tunneling provides X2go sound, X2go
printing and X2go sshfs for folder sharing and mounting remote
devices in X2go terminal server sessions.
x2go.session: X2goSession class - a public API of Python X2go, handling
standalone X2go sessions.
x2go.sftpserver: For sharing local folders via sFTP/sshfs Python X2go implements its
own sFTP server (as end point of reverse forwarding tunnel
requests).
x2go.sshproxy: X2goSSHProxy class - providing a forwarding tunnel
for connecting to servers behind firewalls.