Beispiel #1
0
 def __init__(self, address):
   host, port = Utils.get_address_components(address)
   self._host = host
   self._port = port
   self._address = address