|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SftpSessionFactory | |
---|---|
org.springframework.integration.sftp | |
org.springframework.integration.sftp.config |
Uses of SftpSessionFactory in org.springframework.integration.sftp |
---|
Constructors in org.springframework.integration.sftp with parameters of type SftpSessionFactory | |
---|---|
QueuedSftpSessionPool(int maxPoolSize,
SftpSessionFactory sessionFactory)
|
|
QueuedSftpSessionPool(SftpSessionFactory factory)
|
Uses of SftpSessionFactory in org.springframework.integration.sftp.config |
---|
Methods in org.springframework.integration.sftp.config that return SftpSessionFactory | |
---|---|
static SftpSessionFactory |
SftpSessionUtils.buildSftpSessionFactory(String host,
String pw,
String usr,
String pvKey,
String pvKeyPass,
int port)
This method hides the minutae required to build an #SftpSessionFactory. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |