class HostnameAddress: (source)
Implements interfaces: twisted.internet.interfaces.IAddress
A HostnameAddress represents the address of a HostnameEndpoint.
| Instance Variable | hostname |
A hostname byte string; for example, b"example.com". |
| Instance Variable | port |
An integer representing the port number. |