twisted :: internet :: address :: IPv4Address :: Class IPv4Address
[hide private]

type IPv4Address

python.util.FancyEqMixin --+    
                           |    
                  object --+    
                           |    
                  _IPAddress --+
                               |
                              IPv4Address

An IPv4Address represents the address of an IPv4 socket endpoint.

Instance Methods [hide private]
 
__init__(self, type, host, port, _bwHack=None)

Inherited from _IPAddress: __hash__, __provides__, __repr__

Inherited from python.util.FancyEqMixin: __eq__, __ne__, __providedBy__

Class Variables [hide private]

Inherited from _IPAddress: __implemented__, compareAttributes

Instance Variables [hide private]
str host
A string containing the presentation format of the IP address; for example, "127.0.0.1" or "::1".

Inherited from _IPAddress: port, type

Method Details [hide private]

__init__(self, type, host, port, _bwHack=None)
(Constructor)

 
Overrides: _IPAddress.__init__