Robot Framework SSH Library
SSHLibrary.pythonforward.LocalPortForwarding Class Reference

Public Member Functions

def __init__ (self, port, host, transport, bind_address)
 
def forward (self, local_port)
 
def close (self)
 

Public Attributes

 server
 
 port
 
 host
 
 transport
 
 bind_address
 

Detailed Description

Definition at line 22 of file pythonforward.py.

Constructor & Destructor Documentation

◆ __init__()

def SSHLibrary.pythonforward.LocalPortForwarding.__init__ (   self,
  port,
  host,
  transport,
  bind_address 
)

Definition at line 23 of file pythonforward.py.

Member Function Documentation

◆ close()

def SSHLibrary.pythonforward.LocalPortForwarding.close (   self)

Definition at line 42 of file pythonforward.py.

◆ forward()

def SSHLibrary.pythonforward.LocalPortForwarding.forward (   self,
  local_port 
)

Definition at line 30 of file pythonforward.py.

Member Data Documentation

◆ bind_address

SSHLibrary.pythonforward.LocalPortForwarding.bind_address

Definition at line 28 of file pythonforward.py.

◆ host

SSHLibrary.pythonforward.LocalPortForwarding.host

Definition at line 26 of file pythonforward.py.

◆ port

SSHLibrary.pythonforward.LocalPortForwarding.port

Definition at line 25 of file pythonforward.py.

◆ server

SSHLibrary.pythonforward.LocalPortForwarding.server

Definition at line 24 of file pythonforward.py.

◆ transport

SSHLibrary.pythonforward.LocalPortForwarding.transport

Definition at line 27 of file pythonforward.py.


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