twisted.internet.address.HostnameAddress(FancyEqMixin, object) class documentationtwisted.internet.address
          View Source
          (View In Hierarchy)
        
      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". (type: bytes) | 
  
| Instance Variable | port | An integer representing the port number. (type: int) | 
  
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented | 
| Method | __hash__ | Undocumented | 
Inherited from FancyEqMixin:
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented |