Apache Tomcat 6.0.53

org.apache.catalina.connector
Class Constants

java.lang.Object
  extended by org.apache.catalina.connector.Constants

public final class Constants
extends java.lang.Object

Static constants for this package.


Field Summary
static int DEFAULT_CONNECTION_LINGER
           
static int DEFAULT_CONNECTION_TIMEOUT
           
static int DEFAULT_CONNECTION_UPLOAD_TIMEOUT
           
static int DEFAULT_SERVER_SOCKET_TIMEOUT
           
static java.lang.String Package
           
static int PROCESSOR_ACTIVE
           
static int PROCESSOR_IDLE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Package

public static final java.lang.String Package
See Also:
Constant Field Values

DEFAULT_CONNECTION_LINGER

public static final int DEFAULT_CONNECTION_LINGER
See Also:
Constant Field Values

DEFAULT_CONNECTION_TIMEOUT

public static final int DEFAULT_CONNECTION_TIMEOUT
See Also:
Constant Field Values

DEFAULT_CONNECTION_UPLOAD_TIMEOUT

public static final int DEFAULT_CONNECTION_UPLOAD_TIMEOUT
See Also:
Constant Field Values

DEFAULT_SERVER_SOCKET_TIMEOUT

public static final int DEFAULT_SERVER_SOCKET_TIMEOUT
See Also:
Constant Field Values

PROCESSOR_IDLE

public static final int PROCESSOR_IDLE
See Also:
Constant Field Values

PROCESSOR_ACTIVE

public static final int PROCESSOR_ACTIVE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.