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