class documentation

class SSHTransportAddress(util.FancyEqMixin):

Constructor: SSHTransportAddress(address)

Implements interfaces: twisted.internet.interfaces.IAddress

View In Hierarchy

Object representing an SSH Transport endpoint.

This is used to ensure that any code inspecting this address and attempting to construct a similar connection based upon it is not mislead into creating a transport which is not similar to the one it is indicating.

Method __hash__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable compareAttributes Undocumented
Instance Variable address An instance of an object which implements IAddress to which this transport address is connected.

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented
def __hash__(self):

Undocumented

def __init__(self, address):

Undocumented

def __repr__(self) -> str:

Undocumented

compareAttributes: tuple[str, ...] =
address =

An instance of an object which implements IAddress to which this transport address is connected.