eXo JCR :: Component :: FTP Service 1.16.0-Alpha1

Uses of Interface
org.exoplatform.services.ftp.client.FtpClientSession

Packages that use FtpClientSession
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
protected  FtpClientSession FtpContext.clientSession
           
 

Methods in org.exoplatform.services.ftp that return FtpClientSession
 FtpClientSession FtpContext.getFtpClientSession()
           
 

Methods in org.exoplatform.services.ftp with parameters of type FtpClientSession
 boolean FtpServer.unRegisterClient(FtpClientSession clientSession)
           
 boolean FtpServerImpl.unRegisterClient(FtpClientSession clientSession)
           
 

Constructors in org.exoplatform.services.ftp with parameters of type FtpClientSession
FtpContext(FtpClientSession clientSession, String[] params)
           
 

Uses of FtpClientSession in org.exoplatform.services.ftp.client
 

Classes in org.exoplatform.services.ftp.client that implement FtpClientSession
 class FtpClientSessionImpl
          Created by The eXo Platform SAS Author : Vitaly Guly
 

Fields in org.exoplatform.services.ftp.client declared as FtpClientSession
protected  FtpClientSession FtpClientCommandThread.clientSession
           
 

Constructors in org.exoplatform.services.ftp.client with parameters of type FtpClientSession
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
 ThreadLocal<FtpClientSession> FtpCommandImpl.localClientSession
           
 

Methods in org.exoplatform.services.ftp.command that return FtpClientSession
 FtpClientSession FtpCommand.clientSession()
           
 FtpClientSession FtpCommandImpl.clientSession()
           
 

Uses of FtpClientSession in org.exoplatform.services.ftp.data
 

Methods in org.exoplatform.services.ftp.data with parameters of type FtpClientSession
 FtpDataTransiver FtpDataChannelManager.getDataTransiver(FtpClientSession clientSession)
           
 FtpDataTransiver FtpDataChannelManagerImpl.getDataTransiver(FtpClientSession clientSession)
           
 

Constructors in org.exoplatform.services.ftp.data with parameters of type FtpClientSession
FtpDataTransiverImpl(FtpDataChannelManager dataChannelManager, int dataPort, FtpConfig configuration, FtpClientSession clientSession)
           
FtpDataTransiverImpl(String host, int dataPort, FtpConfig configuration, FtpClientSession clientSession)
           
FtpTimeStampedInputStream(InputStream nativeInputStream, FtpClientSession clientSession)
           
FtpTimeStampedOutputStream(OutputStream nativeOutputStream, FtpClientSession clientSession)
           
 


eXo JCR :: Component :: FTP Service 1.16.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.