Uses of Class
org.glassfish.jersey.spi.AbstractThreadPoolProvider
Packages that use AbstractThreadPoolProvider
Package
Description
Jersey client-side classes.
Jersey server-side classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of AbstractThreadPoolProvider in org.glassfish.jersey.client
Subclasses of AbstractThreadPoolProvider in org.glassfish.jersey.clientModifier and TypeClassDescription(package private) classDefaultExecutorServiceProviderused on the client side for asynchronous request processing.(package private) classDefaultScheduledExecutorServiceProviderused on the client side for providing the scheduled executor service that runs background tasks. -
Uses of AbstractThreadPoolProvider in org.glassfish.jersey.server
Subclasses of AbstractThreadPoolProvider in org.glassfish.jersey.serverModifier and TypeClassDescriptionprivate static classDefaultScheduledExecutorServiceProviderused on the server side for providing the scheduled executor service that runs background tasks.private static classDefaultExecutorServiceProviderused on the server side for managed asynchronous request processing. -
Uses of AbstractThreadPoolProvider in org.glassfish.jersey.spi
Subclasses of AbstractThreadPoolProvider in org.glassfish.jersey.spiModifier and TypeClassDescriptionclassDefault implementation of the Jerseyscheduled executor service provider SPI.classDefault implementation of the Jerseyexecutor service provider SPI.