byteblowerll.byteblower.TCPTunnel

class byteblowerll.byteblower.TCPTunnel(*args, **kwargs)

Creates a TCP port forwarding configuration between a local host and a remote server.

Traffic is forwarded between localhost and the remote endpoint.

New in version 2.7.0.

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

DescriptionGet(*args) Gets a textual description for the current object
LocalPortSet(inLocalPort) Configures the local port number of the port mapping configuration.
ParentGet() Returns the parent object.
PortGet()
Refresh() Retrieves the latest data from the server for this object.
RemoteAddressSet(remote_address) Configures the IP of the remote endpoint.
RemotePortSet(inLocalPort) Configures the remote port to which data will be forwarded.
Start() Activates the port mapping configuration.
Stop() Stops the port mapping configuration.
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag