Known subclasses: twisted.internet.address._ServerFactoryIPv4Address

Implements interfaces: twisted.internet.interfaces.IAddress

An IPv4Address represents the address of an IPv4 socket endpoint.

Instance Variable type A string describing the type of transport, either 'TCP' or 'UDP'.
Instance Variable host A string containing a dotted-quad IPv4 address; for example, "127.0.0.1". (type: str)
Instance Variable port An integer representing the port number. (type: int)
type =
A string describing the type of transport, either 'TCP' or 'UDP'.
host =
A string containing a dotted-quad IPv4 address; for example, "127.0.0.1". (type: str)
port =
An integer representing the port number. (type: int)
API Documentation for Twisted, generated by pydoctor at 2018-10-15 19:29:43.