Ejemplo n.º 1
0
 def set_dest_dir(self, path):
     DownloadConfigInterface.set_dest_dir(self, path)
 def set_selected_files(self, files):
     DownloadConfigInterface.set_selected_files(self, files)
 def get_no_helpers(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_no_helpers(self)
     finally:
         self.dllock.release()
 def get_selected_files(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_selected_files(self)
     finally:
         self.dllock.release()
 def get_poa(self, poa):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_poa(self)
     finally:
         self.dllock.release()
 def get_unchoke_bias_for_internal(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_unchoke_bias_for_internal(self)
     finally:
         self.dllock.release()
 def get_breakup_seed_bitfield(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_breakup_seed_bitfield(self)
     finally:
         self.dllock.release()
 def get_ut_pex_max_addrs_from_peer(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_ut_pex_max_addrs_from_peer(self)
     finally:
         self.dllock.release()
 def get_rerequest_interval(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_rerequest_interval(self)
     finally:
         self.dllock.release()
 def get_write_buffer_size(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_write_buffer_size(self)
     finally:
         self.dllock.release()
 def get_tcp_ack_fudge(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_tcp_ack_fudge(self)
     finally:
         self.dllock.release()
 def get_max_message_length(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_max_message_length(self)
     finally:
         self.dllock.release()
 def get_upload_unit_size(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_upload_unit_size(self)
     finally:
         self.dllock.release()
 def get_auto_flush(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_auto_flush(self)
     finally:
         self.dllock.release()
 def get_snub_time(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_snub_time(self)
     finally:
         self.dllock.release()
 def get_exclude_ips(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_exclude_ips(self)
     finally:
         self.dllock.release()
 def get_rarest_first_priority_cutoff(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_rarest_first_priority_cutoff(self)
     finally:
         self.dllock.release()
 def set_poa(self, poa):
     self.dllock.acquire()
     try:
         DownloadConfigInterface.set_poa(self, poa)
     finally:
         self.dllock.release()
 def get_max_speed(self, direct):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_max_speed(self, direct)
     finally:
         self.dllock.release()
 def get_same_nat_try_internal(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_same_nat_try_internal(self)
     finally:
         self.dllock.release()
 def get_round_robin_period(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_round_robin_period(self)
     finally:
         self.dllock.release()
 def get_proxy_mode(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_proxy_mode(self)
     finally:
         self.dllock.release()
 def get_super_seeder(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_super_seeder(self)
     finally:
         self.dllock.release()
 def get_video_events(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_video_events(self)
     finally:
         self.dllock.release()
 def get_triple_check_writes(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_triple_check_writes(self)
     finally:
         self.dllock.release()
 def get_max_conns(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_max_conns(self)
     finally:
         self.dllock.release()
 def get_lock_while_reading(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_lock_while_reading(self)
     finally:
         self.dllock.release()
Ejemplo n.º 28
0
 def set_selected_files(self, files):
     DownloadConfigInterface.set_selected_files(self, files)
 def set_dest_dir(self, path):
     DownloadConfigInterface.set_dest_dir(self, path)