Java EE 5 SDK

com.sun.appserv.management.config
Class HTTPListenerConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.CommonConfigKeys
      extended by com.sun.appserv.management.config.HTTPListenerConfigKeys

public final class HTTPListenerConfigKeys
extends CommonConfigKeys

Keys for use with HTTPServiceConfig.createHTTPListenerConfig(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, java.util.Map).


Field Summary
static String ACCEPTOR_THREADS_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String ADDRESS_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String BLOCKING_ENABLED_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String DEFAULT_VIRTUAL_SERVER_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String ENABLED_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String EXTERNAL_PORT_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String FAMILY_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig() Legal values are as defined in HTTPListenerConfigFamilyValues.
static String PORT_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String REDIRECT_PORT_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String SECURITY_ENABLED_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String SERVER_NAME_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig()
static String SSL_PARAMS_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig() Value should be a Map containing items keyed by keys in SSLConfigKeys
static String XPOWERED_BY_KEY
          Key for use with HTTPServiceConfig#createHTTPListenerConfig() (Boolean)
 
Fields inherited from class com.sun.appserv.management.config.CommonConfigKeys
IGNORE_MISSING_REFERENCES_KEY
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDRESS_KEY

public static final String ADDRESS_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

PORT_KEY

public static final String PORT_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

ENABLED_KEY

public static final String ENABLED_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

SECURITY_ENABLED_KEY

public static final String SECURITY_ENABLED_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

DEFAULT_VIRTUAL_SERVER_KEY

public static final String DEFAULT_VIRTUAL_SERVER_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

ACCEPTOR_THREADS_KEY

public static final String ACCEPTOR_THREADS_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

XPOWERED_BY_KEY

public static final String XPOWERED_BY_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig() (Boolean)

See Also:
Constant Field Values

SERVER_NAME_KEY

public static final String SERVER_NAME_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

EXTERNAL_PORT_KEY

public static final String EXTERNAL_PORT_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

FAMILY_KEY

public static final String FAMILY_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig() Legal values are as defined in HTTPListenerConfigFamilyValues.

See Also:
Constant Field Values

BLOCKING_ENABLED_KEY

public static final String BLOCKING_ENABLED_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

REDIRECT_PORT_KEY

public static final String REDIRECT_PORT_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig()

See Also:
Constant Field Values

SSL_PARAMS_KEY

public static final String SSL_PARAMS_KEY
Key for use with HTTPServiceConfig#createHTTPListenerConfig() Value should be a Map containing items keyed by keys in SSLConfigKeys

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.