t.i.a.IPv4Address(object, util.FancyEqMixin) : class documentation

Part of twisted.internet.address View Source View In Hierarchy

Known subclasses: twisted.internet.address._ServerFactoryIPv4Address

Implements interfaces: twisted.internet.interfaces.IAddress

Object representing an IPv4 socket endpoint.
Instance VariablestypeA string describing the type of transport, either 'TCP' or 'UDP'.
hostA string containing the dotted-quad IP address.
portAn integer representing the port number.
Method __init__ Undocumented
Method __repr__ Undocumented
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented
def __init__(self, type, host, port, _bwHack=None): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.