Class ContainerThreadMarker

java.lang.Object
org.apache.tomcat.util.net.ContainerThreadMarker

@Deprecated public class ContainerThreadMarker extends Object
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 Link icon

    • ContainerThreadMarker Link icon

      public ContainerThreadMarker()
      Deprecated.
  • Method Details Link icon

    • isContainerThread Link icon

      public static boolean isContainerThread()
      Deprecated.
    • set Link icon

      public static void set()
      Deprecated.
    • clear Link icon

      public static void clear()
      Deprecated.