class documentation

class IPv4Address: (source)

Implements interfaces: twisted.internet.interfaces.IAddress

View In Hierarchy

An IPv4Address represents the address of an IPv4 socket endpoint.

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.
Instance Variable type A string describing the type of transport, either 'TCP' or 'UDP'.

A string containing a dotted-quad IPv4 address; for example, "127.0.0.1".

An integer representing the port number.

type: Literal['TCP'] | Literal['UDP'] = (source)

A string describing the type of transport, either 'TCP' or 'UDP'.