Class FishClient.ResultPost

java.lang.Object
  |
  +--FishClient.ResultPost
Enclosing class:
FishClient

public class FishClient.ResultPost
extends java.lang.Object

Container to keep searchresults.


Field Summary
 int count
          Position in vector (used for security, only files in the vector can be downloaded).
 java.lang.String fileName
          Filename.
 int fileSize
          Filesize in bytes.
 java.lang.String ipAddress
          IP-address of client holding file.
 int port
          Port to connect to at client to download files.
 
Constructor Summary
FishClient.ResultPost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

public java.lang.String fileName
Filename.


fileSize

public int fileSize
Filesize in bytes.


count

public int count
Position in vector (used for security, only files in the vector can be downloaded).


ipAddress

public java.lang.String ipAddress
IP-address of client holding file.


port

public int port
Port to connect to at client to download files.

Constructor Detail

FishClient.ResultPost

public FishClient.ResultPost()