Class ContainerThreadMarker

java.lang.Object
org.apache.coyote.ContainerThreadMarker

public class ContainerThreadMarker extends 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 Details

    • ContainerThreadMarker

      public ContainerThreadMarker()
  • Method Details

    • isContainerThread

      public static boolean isContainerThread()
    • set

      public static void set()
    • clear

      public static void clear()