Class LongPollingExecutorServiceProvider

  • All Implemented Interfaces:
    org.glassfish.jersey.spi.ExecutorServiceProvider

    @ClientAsyncExecutor
    public class LongPollingExecutorServiceProvider
    extends Object
    implements org.glassfish.jersey.spi.ExecutorServiceProvider
    • Constructor Detail

      • LongPollingExecutorServiceProvider

        public LongPollingExecutorServiceProvider​(ExecutorService executorService)
    • Method Detail

      • getExecutorService

        public ExecutorService getExecutorService()
        Specified by:
        getExecutorService in interface org.glassfish.jersey.spi.ExecutorServiceProvider
      • dispose

        public void dispose​(ExecutorService executorService)
        Specified by:
        dispose in interface org.glassfish.jersey.spi.ExecutorServiceProvider