Class VirtualThreadServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
ee.jakarta.tck.concurrent.framework.TestServlet
ee.jakarta.tck.concurrent.spec.Platform.virtual.VirtualThreadServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet("/VirtualThreadServlet") public class VirtualThreadServlet extends TestServlet
See Also:
  • Constructor Details

    • VirtualThreadServlet

      public VirtualThreadServlet()
  • Method Details

    • testPlatformExecutor

      public void testPlatformExecutor() throws Exception
      Throws:
      Exception
    • testVirtualExecutor

      public void testVirtualExecutor() throws Exception
      Throws:
      Exception
    • testPlatformScheduledExecutor

      public void testPlatformScheduledExecutor() throws Exception
      Throws:
      Exception
    • testVirtualScheduledExecutor

      public void testVirtualScheduledExecutor() throws Exception
      Throws:
      Exception
    • testPlatformThreadFactory

      public void testPlatformThreadFactory() throws Exception
      Throws:
      Exception
    • testVirtualThreadFactory

      public void testVirtualThreadFactory() throws Exception
      Throws:
      Exception
    • testVirtualThreadFactoryForkJoinPool

      public void testVirtualThreadFactoryForkJoinPool() throws Exception
      Throws:
      Exception