Uses of Interface
org.exoplatform.services.ftp.client.FtpClientSession
-
Packages that use FtpClientSession Package Description org.exoplatform.services.ftp org.exoplatform.services.ftp.client org.exoplatform.services.ftp.command org.exoplatform.services.ftp.data -
-
Uses of FtpClientSession in org.exoplatform.services.ftp
Fields in org.exoplatform.services.ftp declared as FtpClientSession Modifier and Type Field Description protected FtpClientSessionFtpContext. clientSessionMethods in org.exoplatform.services.ftp that return FtpClientSession Modifier and Type Method Description FtpClientSessionFtpContext. getFtpClientSession()Methods in org.exoplatform.services.ftp with parameters of type FtpClientSession Modifier and Type Method Description booleanFtpServer. unRegisterClient(FtpClientSession clientSession)booleanFtpServerImpl. unRegisterClient(FtpClientSession clientSession)Constructors in org.exoplatform.services.ftp with parameters of type FtpClientSession Constructor Description FtpContext(FtpClientSession clientSession, String[] params) -
Uses of FtpClientSession in org.exoplatform.services.ftp.client
Classes in org.exoplatform.services.ftp.client that implement FtpClientSession Modifier and Type Class Description classFtpClientSessionImplCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ruFields in org.exoplatform.services.ftp.client declared as FtpClientSession Modifier and Type Field Description protected FtpClientSessionFtpClientCommandThread. clientSessionConstructors in org.exoplatform.services.ftp.client with parameters of type FtpClientSession Constructor Description FtpClientCommandThread(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 FtpClientSession Modifier and Type Field Description ThreadLocal<FtpClientSession>FtpCommandImpl. localClientSessionMethods in org.exoplatform.services.ftp.command that return FtpClientSession Modifier and Type Method Description FtpClientSessionFtpCommand. clientSession()FtpClientSessionFtpCommandImpl. clientSession() -
Uses of FtpClientSession in org.exoplatform.services.ftp.data
Methods in org.exoplatform.services.ftp.data with parameters of type FtpClientSession Modifier and Type Method Description FtpDataTransiverFtpDataChannelManager. getDataTransiver(FtpClientSession clientSession)FtpDataTransiverFtpDataChannelManagerImpl. getDataTransiver(FtpClientSession clientSession)Constructors in org.exoplatform.services.ftp.data with parameters of type FtpClientSession Constructor Description FtpDataTransiverImpl(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)
-