Class Constants
java.lang.Object
org.apache.tomcat.util.threads.Constants
Static constants for this package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDefault thread renewal delay in milliseconds.static final booleanHas security been turned on? -
Method Summary
-
Field Details
-
DEFAULT_THREAD_RENEWAL_DELAY
public static final long DEFAULT_THREAD_RENEWAL_DELAYDefault thread renewal delay in milliseconds.- See Also:
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLEDHas security been turned on?
-