|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FTPCommunicationListener
This interface describes how to build objects used to intercept any communication between the client and the server. It is useful to catch what happens behind. A FTPCommunicationListener can be added to any FTPClient object by calling its addCommunicationListener() method.
FTPClient.addCommunicationListener(FTPCommunicationListener)| Method Summary | |
|---|---|
void |
received(java.lang.String statement)
Called every time a telnet statement is received by the client. |
void |
sent(java.lang.String statement)
Called every time a telnet statement has been sent over the network to the remote FTP server. |
| Method Detail |
|---|
void sent(java.lang.String statement)
statement - The statement that has been sent.void received(java.lang.String statement)
statement - The received statement.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||