class documentation

class twisted.internet.address.IPv4Address: (source)

Known subclasses: twisted.internet.address._ServerFactoryIPv4Address

View In Hierarchy

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".
Instance Variable port An integer representing the port number.
type = (source)
A string describing the type of transport, either 'TCP' or 'UDP'.
host = (source)
A string containing a dotted-quad IPv4 address; for example, "127.0.0.1".
(type: str)
port = (source)
An integer representing the port number.
(type: int)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.