com.kenmccrary.jtella
Class SearchResult

java.lang.Object
  |
  +--com.kenmccrary.jtella.SearchResult

public class SearchResult
extends java.lang.Object

Results from a search request, indicates files available on a servant


Method Summary
 long getConnectionSpeed()
          Get the connection speed of the servant with the files
 NetworkFile[] getFile()
          Get the list of files returned
 java.lang.String getIPAddress()
          Get the IP Address of the servant with these result files
 int getPort()
          Get the port of the servant with these result files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public NetworkFile[] getFile()
Get the list of files returned
Returns:
files

getIPAddress

public java.lang.String getIPAddress()
Get the IP Address of the servant with these result files
Returns:
IP Address

getPort

public int getPort()
Get the port of the servant with these result files
Returns:
port

getConnectionSpeed

public long getConnectionSpeed()
Get the connection speed of the servant with the files
Returns:
connection speed