|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPCommand | |
|---|---|
| org.finj | Core classes for finj project. |
| org.finj.profile | |
| Uses of FTPCommand in org.finj |
|---|
| Methods in org.finj with parameters of type FTPCommand | |
|---|---|
boolean |
FTPServerProfile.isCommandCompleted(FTPCommand command,
FTPResponse response)
Checks if the response is the last that
one has to expect for the command. |
boolean |
FTPServerProfile.isPostCommandCompleted(FTPCommand command,
FTPResponse response)
Checks if the response is the last that
one has to expect to end a command that
required a data connection setup and destruction. |
protected FTPResponse |
FTPClient.processCommand(FTPCommand command)
Do all the job required when processing an FTP command, returning the last response received from the server. |
protected FTPResponse |
FTPClient.processPostCommand(FTPCommand command)
Do all the job required when processing an FTP command, returning the last response received from the server. |
| Uses of FTPCommand in org.finj.profile |
|---|
| Methods in org.finj.profile with parameters of type FTPCommand | |
|---|---|
boolean |
StrictFTPServerProfile.isCommandCompleted(FTPCommand command,
FTPResponse response)
Checks if the response is the last that
one has to expect for the command. |
boolean |
StrictFTPServerProfile.isPostCommandCompleted(FTPCommand command,
FTPResponse response)
Checks if the response is the last that
one has to expect to end a command that
required a data connection setup and destruction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||