|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SftpSessionPool | |
---|---|
org.springframework.integration.sftp | |
org.springframework.integration.sftp.impl |
Uses of SftpSessionPool in org.springframework.integration.sftp |
---|
Classes in org.springframework.integration.sftp that implement SftpSessionPool | |
---|---|
class |
QueuedSftpSessionPool
This approach - of having a SessionPool ( SftpSessionPool ) that has an
implementation of Queued*SessionPool (QueuedSftpSessionPool ) - was
taken pretty directly from the incredibly good Spring IntegrationFTP adapter. |
Constructors in org.springframework.integration.sftp with parameters of type SftpSessionPool | |
---|---|
SftpSendingMessageHandler(SftpSessionPool pool)
|
Uses of SftpSessionPool in org.springframework.integration.sftp.impl |
---|
Methods in org.springframework.integration.sftp.impl with parameters of type SftpSessionPool | |
---|---|
void |
SftpInboundRemoteFileSystemSynchronizer.setClientPool(SftpSessionPool clientPool)
|
void |
SftpInboundRemoteFileSystemSynchronizingMessageSource.setClientPool(SftpSessionPool clientPool)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |