Java EE 5 SDK

com.sun.appserv.management.config
Class HTTPProtocolConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.HTTPProtocolConfigKeys

public final class HTTPProtocolConfigKeys
extends Object

Keys for use with HTTPServiceConfig.createHTTPProtocolConfig(java.util.Map) All Map values associated with a key are of class java.lang.String unless otherwise documented.


Field Summary
static String DEFAULT_RESPONSE_TYPE_KEY
          See FORCED_RESPONSE_TYPE_KEY.
static String DNS_LOOKUP_ENABLED_KEY
           
static String FORCED_RESPONSE_TYPE_KEY
          See HTTPProtocolConfig.setForcedResponseType(java.lang.String) for legal values.
static String SSL_ENABLED_KEY
           
static String VERSION_KEY
          http version
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_KEY

public static final String VERSION_KEY
http version

See Also:
Constant Field Values

DNS_LOOKUP_ENABLED_KEY

public static final String DNS_LOOKUP_ENABLED_KEY
See Also:
Constant Field Values

FORCED_RESPONSE_TYPE_KEY

public static final String FORCED_RESPONSE_TYPE_KEY
See HTTPProtocolConfig.setForcedResponseType(java.lang.String) for legal values. The response type to be forced if the content served cannot be matched by any of the MIME mappings for extensions. Specified as a semi-colon delimited string consisting of content-type, encoding, language, charset

Example: "text/html; charset=iso-8859-1"

See Also:
Constant Field Values

DEFAULT_RESPONSE_TYPE_KEY

public static final String DEFAULT_RESPONSE_TYPE_KEY
See FORCED_RESPONSE_TYPE_KEY.

See Also:
Constant Field Values

SSL_ENABLED_KEY

public static final String SSL_ENABLED_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.