org.apache.coyote.tomcat5

Class Constants


public final class Constants
extends java.lang.Object

Constants.

Author:
Remy Maucherat

Field Summary

static String
AUTHORIZATION_HEADER
Default header names.
static int
DEFAULT_CONNECTION_LINGER
static int
DEFAULT_CONNECTION_TIMEOUT
static int
DEFAULT_CONNECTION_UPLOAD_TIMEOUT
static int
DEFAULT_SERVER_SOCKET_TIMEOUT
static int
PROCESSOR_ACTIVE
static int
PROCESSOR_IDLE
static String
Package
static boolean
SECURITY
Security flag.
static String
SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite.

Field Details

AUTHORIZATION_HEADER

public static final String AUTHORIZATION_HEADER
Default header names.


DEFAULT_CONNECTION_LINGER

public static final int DEFAULT_CONNECTION_LINGER

Field Value:
-1


DEFAULT_CONNECTION_TIMEOUT

public static final int DEFAULT_CONNECTION_TIMEOUT

Field Value:
60000


DEFAULT_CONNECTION_UPLOAD_TIMEOUT

public static final int DEFAULT_CONNECTION_UPLOAD_TIMEOUT

Field Value:
300000


DEFAULT_SERVER_SOCKET_TIMEOUT

public static final int DEFAULT_SERVER_SOCKET_TIMEOUT

Field Value:
0


PROCESSOR_ACTIVE

public static final int PROCESSOR_ACTIVE

Field Value:
1


PROCESSOR_IDLE

public static final int PROCESSOR_IDLE

Field Value:
0


Package

public static final String Package


SECURITY

public static final boolean SECURITY
Security flag.


SSL_CERTIFICATE_ATTR

public static final String SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.