|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpyConnectionInterface | |
|---|---|
| org.apache.ftpserver | |
| org.apache.ftpserver.remote.adapter | |
| Uses of SpyConnectionInterface in org.apache.ftpserver |
|---|
| Fields in org.apache.ftpserver declared as SpyConnectionInterface | |
|---|---|
protected SpyConnectionInterface |
BaseFtpConnection.mSpy
|
| Methods in org.apache.ftpserver that return SpyConnectionInterface | |
|---|---|
SpyConnectionInterface |
BaseFtpConnection.getSpyObject()
Get connection spy object |
SpyConnectionInterface |
FtpWriter.getSpyObject()
Get the spy object to get what the user is writing. |
| Methods in org.apache.ftpserver with parameters of type SpyConnectionInterface | |
|---|---|
void |
BaseFtpConnection.setSpyObject(SpyConnectionInterface spy)
Set spy object |
void |
FtpWriter.setSpyObject(SpyConnectionInterface spy)
Set the connection spy object. |
void |
ConnectionService.setSpyObject(java.lang.String sessId,
SpyConnectionInterface spy)
Set connection spy object |
| Uses of SpyConnectionInterface in org.apache.ftpserver.remote.adapter |
|---|
| Classes in org.apache.ftpserver.remote.adapter that implement SpyConnectionInterface | |
|---|---|
class |
SpyConnectionAdapter
This remote spy user adapter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||