class documentation
class IPv6Address: (source)
Implements interfaces: twisted.internet.interfaces.IAddress
An IPv6Address
represents the address of an IPv6 socket endpoint.
Instance Variable | flow |
the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it. |
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 | scope |
the IPv6 scope identifier - roughly analagous to what interface traffic destined for this address must be transmitted over. |
Instance Variable | type |
A string describing the type of transport, either 'TCP' or 'UDP'. |
the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it.