|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.config.HTTPProtocolConfigKeys
public final class HTTPProtocolConfigKeys
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 |
---|
public static final String VERSION_KEY
public static final String DNS_LOOKUP_ENABLED_KEY
public static final String FORCED_RESPONSE_TYPE_KEY
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"
public static final String DEFAULT_RESPONSE_TYPE_KEY
FORCED_RESPONSE_TYPE_KEY
.
public static final String SSL_ENABLED_KEY
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.