|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPConnectionConfigProps
The set of all configuration properties of the HTTP Connection Shared Resource.
Field Summary | |
---|---|
static byte |
CONNECTION_PROPERTIES
This is the Connection Properties configuration property. |
static byte |
ENABLE_DNS_LOOKUPS
This is the Enable DNS Lookups configuration property. |
static byte |
HOST
This is the Host configuration property. |
static byte |
PORT
This is the Port configuration property. |
static byte |
SERVER_TYPE
This is the Server Type 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_REQUIRES_CLIENT_AUTHENTICATION
This is the Requires Client Authentication configuration property. |
static byte |
SSL_STRONG_CIPHER_SUITES_ONLY
This is the Strong Cipher Suites Only configuration property. |
static byte |
USE_SSL
This is the Use SSL 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_SSL
The type of this configuration property is boolean
static final byte SERVER_TYPE
The type of this configuration property is java.lang.String
static final byte SSL_REQUIRES_CLIENT_AUTHENTICATION
The type of this configuration property is boolean
static final byte SSL_CERT
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
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 SSL_STRONG_CIPHER_SUITES_ONLY
The type of this configuration property is boolean
static final byte ENABLE_DNS_LOOKUPS
The type of this configuration property is boolean
static final byte CONNECTION_PROPERTIES
The type of this configuration property is List
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |