Uses of Interface
org.exoplatform.services.ftp.config.FtpConfig
-
Packages that use FtpConfig Package Description org.exoplatform.services.ftp org.exoplatform.services.ftp.config org.exoplatform.services.ftp.data org.exoplatform.services.ftp.listcode -
-
Uses of FtpConfig in org.exoplatform.services.ftp
Methods in org.exoplatform.services.ftp that return FtpConfig Modifier and Type Method Description FtpConfigFtpServer. getConfiguration()FtpConfigFtpServerImpl. getConfiguration()Constructors in org.exoplatform.services.ftp with parameters of type FtpConfig Constructor Description FtpServerImpl(FtpConfig configuration, org.exoplatform.services.command.impl.CommandService commandService, org.exoplatform.services.jcr.RepositoryService repositoryService) -
Uses of FtpConfig in org.exoplatform.services.ftp.config
Classes in org.exoplatform.services.ftp.config that implement FtpConfig Modifier and Type Class Description classFtpConfigImplCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru. -
Uses of FtpConfig in org.exoplatform.services.ftp.data
Constructors in org.exoplatform.services.ftp.data with parameters of type FtpConfig Constructor Description FtpDataChannelManagerImpl(FtpConfig configuration)FtpDataTransiverImpl(String host, int dataPort, FtpConfig configuration, FtpClientSession clientSession)FtpDataTransiverImpl(FtpDataChannelManager dataChannelManager, int dataPort, FtpConfig configuration, FtpClientSession clientSession) -
Uses of FtpConfig in org.exoplatform.services.ftp.listcode
Methods in org.exoplatform.services.ftp.listcode with parameters of type FtpConfig Modifier and Type Method Description static FtpSystemCoderFtpSystemCoderManager. getSystemCoder(FtpConfig configuration)
-