class documentation

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

View In Hierarchy

An IPv6Address represents the address of an IPv6 socket endpoint.

Instance Variable type A string describing the type of transport, either 'TCP' or 'UDP'.
Instance Variable host A string containing a colon-separated, hexadecimal formatted IPv6 address; for example, "::1".
Instance Variable port An integer representing the port number.
Instance Variable flowInfo the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it.
Instance Variable scopeID the IPv6 scope identifier - roughly analagous to what interface traffic destined for this address must be transmitted over.
type = (source)
A string describing the type of transport, either 'TCP' or 'UDP'.
host = (source)
A string containing a colon-separated, hexadecimal formatted IPv6 address; for example, "::1".
(type: str)
port = (source)
An integer representing the port number.
(type: int)
flowInfo = (source)
the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it.
(type: int)
scopeID = (source)
the IPv6 scope identifier - roughly analagous to what interface traffic destined for this address must be transmitted over.
(type: int or str)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.