Package org.apache.coyote
Class ContainerThreadMarker
- java.lang.Object
-
- org.apache.coyote.ContainerThreadMarker
-
public class ContainerThreadMarker extends java.lang.Object
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 Summary
Constructors Constructor Description ContainerThreadMarker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
static boolean
isContainerThread()
static void
set()
-