|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FTPConnectionConfigProps
The set of all configuration properties of the FTP Connection Shared Resource.
Field Summary | |
---|---|
static byte |
CONNECTION_TIMEOUT
This is the Connection Timeout(msec) configuration property. |
static byte |
FIREWALL
This is the Firewall configuration property. |
static byte |
HOST
This is the Host configuration property. |
static byte |
IDENTITY
This is the Identity configuration property. |
static byte |
MODE
This is the Mode configuration property. |
static byte |
PASSWORD
This is the Password configuration property. |
static byte |
PORT
This is the Port configuration property. |
static byte |
PROXY_HOST
This is the Proxy Host configuration property. |
static byte |
PROXY_PASSWORD
This is the Proxy Password configuration property. |
static byte |
PROXY_PORT
This is the Proxy Port configuration property. |
static byte |
PROXY_USERNAME
This is the Proxy User Name configuration property. |
static byte |
REMOTE_FILENAME_ENCODING
This is the Remote Filename Encoding configuration property. |
static byte |
STRONG_CIPHER_SUITES
This is the Strong Cipher Suites Only configuration property. |
static byte |
TRUSTED_CERTS_FOLDER
This is the Trusted Certs Folder configuration property. |
static byte |
USE_SSL
This is the Use SSL configuration property. |
static byte |
USERNAME
This is the User Name configuration property. |
static byte |
VERIFY_HOSTNAME
This is the Verify Hostname configuration property. |
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps |
---|
DESCRIPTION, NAME, UNRESERVED_PROPERTY |
Field Detail |
---|
static final byte HOST
The type of this configuration property is java.lang.String
static final byte PORT
The type of this configuration property is java.lang.String
static final byte USERNAME
The type of this configuration property is java.lang.String
static final byte PASSWORD
The type of this configuration property is java.lang.String
static final byte MODE
The type of this configuration property is java.lang.String
static final byte CONNECTION_TIMEOUT
The type of this configuration property is java.lang.String
static final byte REMOTE_FILENAME_ENCODING
The type of this configuration property is java.lang.String
static final byte USE_SSL
The type of this configuration property is boolean
static final byte TRUSTED_CERTS_FOLDER
The type of this configuration property is java.lang.String
static final byte IDENTITY
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
static final byte VERIFY_HOSTNAME
The type of this configuration property is boolean
static final byte STRONG_CIPHER_SUITES
The type of this configuration property is boolean
static final byte FIREWALL
The type of this configuration property is boolean
static final byte PROXY_HOST
The type of this configuration property is java.lang.String
static final byte PROXY_PORT
The type of this configuration property is java.lang.String
static final byte PROXY_USERNAME
The type of this configuration property is java.lang.String
static final byte PROXY_PASSWORD
The type of this configuration property is java.lang.String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |