Uses of Interface
org.apache.camel.component.file.remote.FtpClientActivityListener
-
Packages that use FtpClientActivityListener Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of FtpClientActivityListener in org.apache.camel.component.file.remote
Classes in org.apache.camel.component.file.remote that implement FtpClientActivityListener Modifier and Type Class Description class
DefaultFtpClientActivityListener
Fields in org.apache.camel.component.file.remote declared as FtpClientActivityListener Modifier and Type Field Description protected FtpClientActivityListener
FtpOperations. clientActivityListener
Methods in org.apache.camel.component.file.remote that return FtpClientActivityListener Modifier and Type Method Description FtpClientActivityListener
FtpOperations. getClientActivityListener()
Methods in org.apache.camel.component.file.remote with parameters of type FtpClientActivityListener Modifier and Type Method Description void
FtpOperations. setClientActivityListener(FtpClientActivityListener clientActivityListener)
-