Package org.apache.tomcat.util.net
Class ContainerThreadMarker
java.lang.Object
org.apache.tomcat.util.net.ContainerThreadMarker
Deprecated.
Unused. Will be removed in Tomcat 10.1.x
Used 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 Details- 
ContainerThreadMarkerpublic ContainerThreadMarker()Deprecated.
 
- 
- 
Method Details- 
isContainerThreadpublic static boolean isContainerThread()Deprecated.
- 
setpublic static void set()Deprecated.
- 
clearpublic static void clear()Deprecated.
 
-