Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.ftp.sampler » [javadoc | source]
org.apache.jmeter.protocol.ftp.sampler
public class: FtpClient.dataGrabber [javadoc | source]
java.lang.Object
   org.apache.jmeter.protocol.ftp.sampler.FtpClient$dataGrabber

All Implemented Interfaces:
    Runnable

Grabs the data from the dataport.
Field Summary
 StringBuffer buffer     
 Socket sock     
 boolean done     
 boolean portCreated     
 String host     
 int dgPort     
Constructor:
 public dataGrabber(String host,
    int port) throws Exception 
    Constructor for the dataGrabber object.
Method from org.apache.jmeter.protocol.ftp.sampler.FtpClient$dataGrabber Summary:
getData,   isDone,   isPortCreated,   run
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.protocol.ftp.sampler.FtpClient$dataGrabber Detail:
 public String getData() 
    Gets the Data attribute of the dataGrabber object.
 public boolean isDone() 
    Gets the Done attribute of the dataGrabber object.
 public boolean isPortCreated() 
    Gets the PortCreated attribute of the dataGrabber object.
 public  void run() 
    Main processing method for the dataGrabber object.