Class 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 Detail

      • ContainerThreadMarker

        public ContainerThreadMarker()
    • Method Detail

      • isContainerThread

        public static boolean isContainerThread()
      • set

        public static void set()
      • clear

        public static void clear()