Robot Framework SSH Library
SSHLibrary.pythonforward.ForwardServer Class Reference
Inheritance diagram for SSHLibrary.pythonforward.ForwardServer:

Public Member Functions

def __init__ (self, server_address, RequestHandlerClass, ipv6=False)
 

Static Public Attributes

bool daemon_threads = True
 
bool allow_reuse_address = True
 

Detailed Description

Definition at line 51 of file pythonforward.py.

Constructor & Destructor Documentation

◆ __init__()

def SSHLibrary.pythonforward.ForwardServer.__init__ (   self,
  server_address,
  RequestHandlerClass,
  ipv6 = False 
)

Definition at line 55 of file pythonforward.py.

Member Data Documentation

◆ allow_reuse_address

bool SSHLibrary.pythonforward.ForwardServer.allow_reuse_address = True
static

Definition at line 53 of file pythonforward.py.

◆ daemon_threads

bool SSHLibrary.pythonforward.ForwardServer.daemon_threads = True
static

Definition at line 52 of file pythonforward.py.


The documentation for this class was generated from the following file: