Uses of Class
org.glassfish.grizzly.utils.ServiceFinder
-
Packages that use ServiceFinder Package Description org.glassfish.grizzly.utils -
-
Uses of ServiceFinder in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return ServiceFinder Modifier and Type Method Description static <T> ServiceFinder<T>ServiceFinder. find(Class<T> service)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.
-