All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ProtocolLayer.FTPPortThread

Abstract.Connection
   |
   +----Abstract.ReceiverThread
           |
           +----BaseLayer.BRecvThread
                   |
                   +----ProtocolLayer.FTPPortThread

public class FTPPortThread
extends BRecvThread
Data transfer thread for FTP. After all necessary procedures are setup(security, change directory, connect to port socket), this thread will be created to perform read/write from file/socket.


Method Index

 o endConn()
Close connection and stop thread
 o run()
Read/write operation.

Methods

 o run
 public void run()
Read/write operation. After finished, it will resume parent FTPThread if it was suspended.

Overrides:
run in class BRecvThread
 o endConn
 public void endConn()
Close connection and stop thread

Overrides:
endConn in class BRecvThread

All Packages  Class Hierarchy  This Package  Previous  Next  Index