org.springframework.integration.ftp
Class ClientFactorySupport
java.lang.Object
org.springframework.integration.ftp.ClientFactorySupport
public class ClientFactorySupport
- extends Object
Factors out the client factory creaton
- Author:
- Josh Long
Method Summary |
static DefaultFtpClientFactory |
ftpClientFactory(String host,
int port,
String remoteDir,
String user,
String pw,
int clientMode)
|
static DefaultFtpsClientFactory |
ftpsClientFactory(String host,
int port,
String remoteDir,
String user,
String pw,
int fileType,
int clientMode,
String prot,
String protocol,
String authValue,
Boolean implicit,
TrustManager trustManager,
KeyManager keyManager,
Boolean sessionCreation,
Boolean useClientMode,
Boolean wantsClientAuth,
Boolean needClientAuth,
String[] cipherSuites)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactorySupport
public ClientFactorySupport()
ftpsClientFactory
public static DefaultFtpsClientFactory ftpsClientFactory(String host,
int port,
String remoteDir,
String user,
String pw,
int fileType,
int clientMode,
String prot,
String protocol,
String authValue,
Boolean implicit,
TrustManager trustManager,
KeyManager keyManager,
Boolean sessionCreation,
Boolean useClientMode,
Boolean wantsClientAuth,
Boolean needClientAuth,
String[] cipherSuites)
ftpClientFactory
public static DefaultFtpClientFactory ftpClientFactory(String host,
int port,
String remoteDir,
String user,
String pw,
int clientMode)
Copyright © 2010. All Rights Reserved.