org.apache.catalina.connector
Class Constants

java.lang.Object
  extended byorg.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
           
static boolean SECURITY
          Security flag.
 
Constructor Summary
Constants()
           
 
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

SECURITY

public static final boolean SECURITY
Security flag.

Constructor Detail

Constants

public Constants()


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