Package | Description |
---|---|
org.glassfish.grizzly.utils |
Modifier and Type | Method and 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.
|
Copyright © 2014 Oracle Corporation. All rights reserved.