t.i.a.IPv4Address(object) : 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 __getitem__ Undocumented
Method __getslice__ Undocumented
Method __eq__ Undocumented
Method __repr__ Undocumented
def __init__(self, type, host, port, _bwHack=None): (source)
Undocumented
def __getitem__(self, index): (source)
Undocumented
def __getslice__(self, start, stop): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.