|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FTPData
The FTPData
interface is used to handle the transfer of data
from the FTP server.
Method Summary | |
---|---|
void |
abortComplete()
Called when an aborted transfer is complete. |
void |
abortTransfer()
Abort the data transfer. |
void |
doTransfer()
Handle the data transfer. |
Socket |
getControlSocket()
Get the control socket (used for abort). |
void |
setControlSocket(Socket control)
Set the control socket (used for abort). |
Method Detail |
---|
void setControlSocket(Socket control)
control
- the control socketSocket getControlSocket()
void doTransfer() throws FTPException
FTPException
- if the FTP server returns an error.void abortTransfer() throws FTPException
FTPException
- if the FTP server returns an error.void abortComplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |