Uses of Interface
org.exoplatform.services.ftp.data.FtpDataTransiver
-
Packages that use FtpDataTransiver Package Description org.exoplatform.services.ftp.client org.exoplatform.services.ftp.data -
-
Uses of FtpDataTransiver in org.exoplatform.services.ftp.client
Methods in org.exoplatform.services.ftp.client that return FtpDataTransiver Modifier and Type Method Description FtpDataTransiverFtpClientSession. getDataTransiver()FtpDataTransiverFtpClientSessionImpl. getDataTransiver()Methods in org.exoplatform.services.ftp.client with parameters of type FtpDataTransiver Modifier and Type Method Description voidFtpClientSession. setDataTransiver(FtpDataTransiver newTransiver)voidFtpClientSessionImpl. setDataTransiver(FtpDataTransiver newTransiver) -
Uses of FtpDataTransiver in org.exoplatform.services.ftp.data
Classes in org.exoplatform.services.ftp.data that implement FtpDataTransiver Modifier and Type Class Description classFtpDataTransiverImplCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ruFields in org.exoplatform.services.ftp.data declared as FtpDataTransiver Modifier and Type Field Description protected FtpDataTransiver[]FtpDataChannelManagerImpl. channelsMethods in org.exoplatform.services.ftp.data that return FtpDataTransiver Modifier and Type Method Description FtpDataTransiverFtpDataChannelManager. getDataTransiver(FtpClientSession clientSession)FtpDataTransiverFtpDataChannelManagerImpl. getDataTransiver(FtpClientSession clientSession)Methods in org.exoplatform.services.ftp.data with parameters of type FtpDataTransiver Modifier and Type Method Description voidFtpDataChannelManager. freeDataTransiver(FtpDataTransiver dataTransiver)voidFtpDataChannelManagerImpl. freeDataTransiver(FtpDataTransiver dataTransiver)
-