Uses of Interface
org.exoplatform.services.ftp.config.FtpConfig
Packages that use FtpConfig
Package
Description
-
Uses of FtpConfig in org.exoplatform.services.ftp
Methods in org.exoplatform.services.ftp that return FtpConfigConstructors in org.exoplatform.services.ftp with parameters of type FtpConfigModifierConstructorDescriptionFtpServerImpl(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 FtpConfigModifier and TypeClassDescriptionclassCreated 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 FtpConfigModifierConstructorDescriptionFtpDataChannelManagerImpl(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 FtpConfigModifier and TypeMethodDescriptionstatic FtpSystemCoderFtpSystemCoderManager.getSystemCoder(FtpConfig configuration)