Uses of Interface
org.apache.ftpserver.remote.interfaces.SpyConnectionInterface

Packages that use SpyConnectionInterface
org.apache.ftpserver.remote   
org.apache.ftpserver.remote.adapter   
org.apache.ftpserver.remote.interfaces   
 

Uses of SpyConnectionInterface in org.apache.ftpserver.remote
 

Methods in org.apache.ftpserver.remote with parameters of type SpyConnectionInterface
 void ConnectionService.setSpyObject(java.lang.String sessId, SpyConnectionInterface spy)
          Set spy object
 

Uses of SpyConnectionInterface in org.apache.ftpserver.remote.adapter
 

Methods in org.apache.ftpserver.remote.adapter that return SpyConnectionInterface
 SpyConnectionInterface SpyConnectionAdapter.getSpyObject()
          Get spy user
 

Methods in org.apache.ftpserver.remote.adapter with parameters of type SpyConnectionInterface
 void SpyConnectionAdapter.setSpyObject(SpyConnectionInterface spy)
          Get spy user
 

Constructors in org.apache.ftpserver.remote.adapter with parameters of type SpyConnectionInterface
SpyConnectionAdapter(SpyConnectionInterface spy)
          Default constructor.
 

Uses of SpyConnectionInterface in org.apache.ftpserver.remote.interfaces
 

Methods in org.apache.ftpserver.remote.interfaces with parameters of type SpyConnectionInterface
 void ConnectionServiceInterface.setSpyObject(java.lang.String sessId, SpyConnectionInterface spy)
          Set spy object
 



Copyright © -2005 . All Rights Reserved.