|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SendHTTPRequestConfigProps
The set of all configuration properties of the Send HTTP Request Activity.
Field Summary | |
---|---|
static byte |
ACCEPT_REDIRECT
This is the Accept Redirects configuration property. |
static byte |
CREATE_NON_EXISTING_DIRECTORIES
This is the Create Non Existing Directories configuration property. |
static byte |
DIRECTORY
This is the Directory configuration property. |
static byte |
HOST
This is the Host configuration property. |
static byte |
HTTP_AUTHENTICATION
This is the HTTP Authentication configuration property. |
static byte |
IDENTITY
This is the Identity configuration property. |
static byte |
MAINTAIN_2_COMPATIBILITY
This is the Maintain 2.0 Compatibility configuration property. |
static byte |
PARAMETERS
This is the Parameters configuration property. |
static byte |
PORT
This is the Port configuration property. |
static byte |
SSL_CERT
This is the Trusted Certificates Folder configuration property. |
static byte |
SSL_IDENTITY
This is the SSL Identity configuration property. |
static byte |
SSL_STRONG_CIPHER_SUITES_ONLY
This is the Strong Cipher Suites Only configuration property. |
static byte |
STRING
This is the Parameter Type of HTTP Parameters. |
static byte |
THREASHOLD_DATA_SIZE
This is the Threshold Data Size configuration property. |
static byte |
UPGRADE_CONFIGURATION
This is the Upgrade Configuration configuration property. |
static byte |
USE_PROXY_SETTING
This is the Use Proxy Settings configuration property. |
static byte |
USE_SSL
This is the Use SSL configuration property. |
static byte |
VERIFY_HOST_NAME
This is the Verify Host Name configuration property. |
static byte |
WRITE_TO_FILE
This is the Write to File 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 USE_PROXY_SETTING
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
static final byte ACCEPT_REDIRECT
The type of this configuration property is boolean
static final byte PARAMETERS
The type of this configuration property is List
static final byte HTTP_AUTHENTICATION
The type of this configuration property is boolean
static final byte IDENTITY
The type of this configuration property is java.lang.String
static final byte USE_SSL
The type of this configuration property is java.lang.String
static final byte SSL_CERT
The type of this configuration property is java.lang.String
static final byte SSL_IDENTITY
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
static final byte VERIFY_HOST_NAME
The type of this configuration property is boolean
static final byte SSL_STRONG_CIPHER_SUITES_ONLY
The type of this configuration property is boolean
static final byte MAINTAIN_2_COMPATIBILITY
The type of this configuration property is boolean
static final byte UPGRADE_CONFIGURATION
The type of this configuration property is boolean
static final byte WRITE_TO_FILE
The type of this configuration property is boolean
static final byte DIRECTORY
The type of this configuration property is java.lang.String
static final byte CREATE_NON_EXISTING_DIRECTORIES
The type of this configuration property is boolean
static final byte THREASHOLD_DATA_SIZE
The type of this configuration property is java.lang.String
static final byte STRING
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |