Uses of Class
org.mule.transport.sftp.SftpClient

Packages that use SftpClient
org.mule.transport.sftp   
 

Uses of SftpClient in org.mule.transport.sftp
 

Methods in org.mule.transport.sftp that return SftpClient
static SftpClient SftpConnectionFactory.createClient(ImmutableEndpoint endpoint)
           
 SftpClient SftpConnector.createSftpClient(ImmutableEndpoint endpoint)
           
 SftpClient SftpConnector.createSftpClient(ImmutableEndpoint endpoint, SftpNotifier notifier)
           
 

Methods in org.mule.transport.sftp with parameters of type SftpClient
 void SftpUtil.cleanupTempDir(SftpClient sftpClient, String transferFileName, String tempDir)
           
 void SftpUtil.cwdToTempDirOnOutbound(SftpClient sftpClient, String endpointDir)
          Changes the directory to the temp-dir on the outbound endpoint.
 void SftpConnector.destroyClient(ImmutableEndpoint endpoint, SftpClient client)
           
 void SftpConnector.releaseClient(ImmutableEndpoint endpoint, SftpClient client)
           
 

Constructors in org.mule.transport.sftp with parameters of type SftpClient
SftpInputStream(SftpClient client, InputStream is, String fileName, boolean autoDelete, ImmutableEndpoint endpoint)
          A special sftp InputStream.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.