| Package | Description |
|---|---|
| com.modus.mule.modules.ftps.client | |
| com.modus.mule.modules.ftps.config |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.net.ftp.FTPSClient |
FTPSClientFactory.create(FTPSClientConfig key) |
void |
FTPSClientFactory.destroyObject(FTPSClientConfig config,
org.apache.commons.pool2.PooledObject<org.apache.commons.net.ftp.FTPSClient> ftps) |
boolean |
FTPSClientFactory.validateObject(FTPSClientConfig config,
org.apache.commons.pool2.PooledObject<org.apache.commons.net.ftp.FTPSClient> ftps) |
| Modifier and Type | Method and Description |
|---|---|
FTPSClientConfig |
BasicConfig.getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction)
Sets up the internal ftps client config based on user configuration
|
abstract FTPSClientConfig |
AbstractConfig.getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction) |
FTPSClientConfig |
PartnerManagerConfig.getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.impl.GenericKeyedObjectPool<FTPSClientConfig,org.apache.commons.net.ftp.FTPSClient> |
AbstractConfig.getPool() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.net.ftp.FTPSClient |
BasicConfig.getInboundConnection(FTPSClientConfig key) |
abstract org.apache.commons.net.ftp.FTPSClient |
AbstractConfig.getInboundConnection(FTPSClientConfig key) |
org.apache.commons.net.ftp.FTPSClient |
PartnerManagerConfig.getInboundConnection(FTPSClientConfig key) |
org.apache.commons.net.ftp.FTPSClient |
BasicConfig.getOutboundConnection(FTPSClientConfig localConfig) |
abstract org.apache.commons.net.ftp.FTPSClient |
AbstractConfig.getOutboundConnection(FTPSClientConfig key) |
org.apache.commons.net.ftp.FTPSClient |
PartnerManagerConfig.getOutboundConnection(FTPSClientConfig key) |
protected void |
AbstractConfig.preparePool(FTPSClientConfig key) |
void |
AbstractConfig.returnConnection(FTPSClientConfig key,
org.apache.commons.net.ftp.FTPSClient ftps) |
Copyright © 2010–2018. All rights reserved.