Package org.apache.tomcat.util.net
Class ContainerThreadMarker
- java.lang.Object
-
- org.apache.tomcat.util.net.ContainerThreadMarker
-
@Deprecated public class ContainerThreadMarker extends java.lang.Object
Deprecated.Unused. Will be removed in Tomcat 10.1.xUsed to mark threads that have been allocated by the container to process data from an incoming connection. Application created threads are not container threads and neither are threads taken from the container thread pool to execute AsyncContext.start(Runnable).
-
-
Constructor Summary
Constructors Constructor Description ContainerThreadMarker()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
clear()
Deprecated.static boolean
isContainerThread()
Deprecated.static void
set()
Deprecated.
-