Package org.apache.tomcat.util.threads
Class Constants
- java.lang.Object
-
- org.apache.tomcat.util.threads.Constants
-
public final class Constants extends java.lang.Object
Static constants for this package.
-
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_THREAD_RENEWAL_DELAY
static boolean
IS_SECURITY_ENABLED
Has security been turned on?
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
DEFAULT_THREAD_RENEWAL_DELAY
public static final long DEFAULT_THREAD_RENEWAL_DELAY
- See Also:
- Constant Field Values
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLED
Has security been turned on?
-
-