| Constructor and Description |
|---|
FtpsExplicitMode() |
FtpsExplicitMode(ProtSetting protSetting) |
| Modifier and Type | Method and Description |
|---|---|
ProtSetting |
getProtSetting() |
void |
onAuthentication(org.apache.commons.net.ftp.FTPSClient client)
Callback that needs to be called after authentication of a
FTPSClient using this mode. |
boolean |
usesImplicitConnection() |
public FtpsExplicitMode()
public FtpsExplicitMode(ProtSetting protSetting)
public boolean usesImplicitConnection()
usesImplicitConnection in interface FtpsModepublic void onAuthentication(org.apache.commons.net.ftp.FTPSClient client)
throws org.mule.runtime.api.connection.ConnectionException
FTPSClient using this mode.onAuthentication in interface FtpsModeclient - a connection that was created using this modeorg.mule.runtime.api.connection.ConnectionExceptionpublic ProtSetting getProtSetting()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.