|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.integration.ftp.ClientFactorySupport
public class ClientFactorySupport
Factors out the client factory creaton
| Constructor Summary | |
|---|---|
ClientFactorySupport()
|
|
| 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 |
| Constructor Detail |
|---|
public ClientFactorySupport()
| Method Detail |
|---|
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)
public static DefaultFtpClientFactory ftpClientFactory(String host,
int port,
String remoteDir,
String user,
String pw,
int clientMode)
|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||