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.
-
endConn()
- Close connection and stop thread
-
run()
- Read/write operation.
run
public void run()
- Read/write operation. After finished, it will resume parent FTPThread if it
was suspended.
- Overrides:
- run in class BRecvThread
endConn
public void endConn()
- Close connection and stop thread
- Overrides:
- endConn in class BRecvThread
All Packages Class Hierarchy This Package Previous Next Index