Uses of Class
org.glassfish.grizzly.utils.ServiceFinder
Packages that use ServiceFinder
-
Uses of ServiceFinder in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return ServiceFinderModifier and TypeMethodDescriptionstatic <T> ServiceFinder<T>Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader) Locates and incrementally instantiates the available providers of a given service using the given class loader.