Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpSslHost.setEncryptionProtocol(FtpSslEncryptionProtocol encryptionProtocol)
Sets the encryption protocol to use when communicating with this host.
|
© 2000-2025 Flux Corporation. All rights reserved.