Uses of Interface
org.exoplatform.services.ftp.client.FtpClientSession
Packages that use FtpClientSession
Package
Description
-
Uses of FtpClientSession in org.exoplatform.services.ftp
Fields in org.exoplatform.services.ftp declared as FtpClientSessionMethods in org.exoplatform.services.ftp that return FtpClientSessionMethods in org.exoplatform.services.ftp with parameters of type FtpClientSessionModifier and TypeMethodDescriptionbooleanFtpServer.unRegisterClient(FtpClientSession clientSession) booleanFtpServerImpl.unRegisterClient(FtpClientSession clientSession) Constructors in org.exoplatform.services.ftp with parameters of type FtpClientSession -
Uses of FtpClientSession in org.exoplatform.services.ftp.client
Classes in org.exoplatform.services.ftp.client that implement FtpClientSessionModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ruFields in org.exoplatform.services.ftp.client declared as FtpClientSessionConstructors in org.exoplatform.services.ftp.client with parameters of type FtpClientSessionModifierConstructorDescriptionFtpClientCommandThread(FtpClientSession clientSession) FtpClientTimeOutThread(FtpClientSession clientSession) -
Uses of FtpClientSession in org.exoplatform.services.ftp.command
Fields in org.exoplatform.services.ftp.command with type parameters of type FtpClientSessionMethods in org.exoplatform.services.ftp.command that return FtpClientSession -
Uses of FtpClientSession in org.exoplatform.services.ftp.data
Methods in org.exoplatform.services.ftp.data with parameters of type FtpClientSessionModifier and TypeMethodDescriptionFtpDataChannelManager.getDataTransiver(FtpClientSession clientSession) FtpDataChannelManagerImpl.getDataTransiver(FtpClientSession clientSession) Constructors in org.exoplatform.services.ftp.data with parameters of type FtpClientSessionModifierConstructorDescriptionFtpDataTransiverImpl(String host, int dataPort, FtpConfig configuration, FtpClientSession clientSession) FtpDataTransiverImpl(FtpDataChannelManager dataChannelManager, int dataPort, FtpConfig configuration, FtpClientSession clientSession) FtpTimeStampedInputStream(InputStream nativeInputStream, FtpClientSession clientSession) FtpTimeStampedOutputStream(OutputStream nativeOutputStream, FtpClientSession clientSession)