com.tibco.bw.plugin.config.http
Interface HTTPConnectionConfigProps

All Superinterfaces:
CommonProps

public interface HTTPConnectionConfigProps
extends CommonProps

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

HOST


static final byte HOST
This is the Host configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PORT


static final byte PORT
This is the Port configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

USE_SSL


static final byte USE_SSL
This is the Use SSL configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SERVER_TYPE


static final byte SERVER_TYPE
This is the Server Type configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

SSL_REQUIRES_CLIENT_AUTHENTICATION


static final byte SSL_REQUIRES_CLIENT_AUTHENTICATION
This is the Requires Client Authentication configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SSL_CERT


static final byte SSL_CERT
This is the Trusted Certificates Folder configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

SSL_IDENTITY


static final byte SSL_IDENTITY
This is the SSL Identity configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

SSL_STRONG_CIPHER_SUITES_ONLY


static final byte SSL_STRONG_CIPHER_SUITES_ONLY
This is the Strong Cipher Suites Only configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

ENABLE_DNS_LOOKUPS


static final byte ENABLE_DNS_LOOKUPS
This is the Enable DNS Lookups configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CONNECTION_PROPERTIES


static final byte CONNECTION_PROPERTIES
This is the Connection Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved