def __init__(self, master):
     """
     :param master: The Mesos master address.
     :return: None.
     """
     self._http = HTTPComm(master)