LimeWire Consolidated API

com.limegroup.gnutella
Interface UploadServices

All Known Implementing Classes:
UploadServicesImpl

public interface UploadServices


Method Summary
 int getNumQueuedUploads()
          Returns the number of queued uploads.
 int getNumUploads()
          Returns the number of uploads in progress.
 float getRequestedUploadSpeed()
           
 boolean hasActiveUploads()
          Returns whether there are any active internet (non-multicast) transfers going at speed greater than 0.
 

Method Detail

hasActiveUploads

boolean hasActiveUploads()
Returns whether there are any active internet (non-multicast) transfers going at speed greater than 0.


getRequestedUploadSpeed

float getRequestedUploadSpeed()
Returns:
the bandwidth for uploads in bytes per second

getNumUploads

int getNumUploads()
Returns the number of uploads in progress.


getNumQueuedUploads

int getNumQueuedUploads()
Returns the number of queued uploads.


LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.