Part of twisted.internet.address View Source View In Hierarchy
Known subclasses: twisted.internet.address.IPv4Address, twisted.internet.address.IPv6Address
Implements interfaces: twisted.internet.interfaces.IAddress
| Instance Variables | type | A string describing the type of transport, either 'TCP' or 'UDP'. |
| host | A string containing the dotted-quad IP address. | |
| port | An integer representing the port number. |
| Method | __init__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | __hash__ | Undocumented |
Inherited from FancyEqMixin:
| Method | __eq__ | Undocumented |
| Method | __ne__ | Undocumented |