public class SftpConnectionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SftpConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
SftpConnection |
create(SftpConfiguration sftpConfiguration) |
void |
destroyObject(SftpConnection p)
This is called when closing the pool object
|
public SftpConnection create(SftpConfiguration sftpConfiguration) throws Exception
Exceptionpublic void destroyObject(SftpConnection p)
p - The SftpConnection to be closedCopyright © 2017–2020. All rights reserved.