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
-
ContainerThreadMarker
public ContainerThreadMarker()Deprecated.
-
-
Method Details
-
isContainerThread
public static boolean isContainerThread()Deprecated. -
set
public static void set()Deprecated. -
clear
public static void clear()Deprecated.
-