Uses of Class
flux.file.FtpSslEncryptionProtocol

Packages that use FtpSslEncryptionProtocol
flux.file File triggers and actions 
 

Uses of FtpSslEncryptionProtocol in flux.file
 

Methods in flux.file that return FtpSslEncryptionProtocol
 FtpSslEncryptionProtocol FtpSslHost.getEncryptionProtocol()
          Returns the encryption protocol to use when communicating with this host.
static FtpSslEncryptionProtocol FtpSslEncryptionProtocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FtpSslEncryptionProtocol[] FtpSslEncryptionProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux.file with parameters of type FtpSslEncryptionProtocol
 void FtpSslHost.setEncryptionProtocol(FtpSslEncryptionProtocol encryptionProtocol)
          Sets the encryption protocol to use when communicating with this host.
 



© 2014 Flux Corporation. All rights reserved.